Difference between revisions of "Template:Wikipedia"

From Second Life Wiki
Jump to navigation Jump to search
(The original code was designed for wikis with interwiki support, which is not the case on SL Wiki. This should fix the to Wikipedia.)
m (Added a   since the engine seems to be suppressing this whitespace)
Line 50: Line 50:
   | zh-hant = 於維基百科
   | zh-hant = 於維基百科
   }}]]&nbsp;<!--
   }}]]&nbsp;<!--
-->}}[https://{{#if:{{{lang|}}}|{{{lang|en}}}|{{Langcode|en}}}}.wikipedia.org/wiki/{{{1<noinclude>|Pagename</noinclude>}}}{{#if:{{{2}}}| {{{2<noinclude>|Display text</noinclude>}}}|<!--empty-->}}]<!--
-->}}[https://{{#if:{{{lang|}}}|{{{lang|en}}}|{{Langcode|en}}}}.wikipedia.org/wiki/{{{1<noinclude>|Pagename</noinclude>}}}{{#if:{{{2}}}|&nbsp;{{{2<noinclude>|Display text</noinclude>}}}|<!--empty-->}}]<!--
--><noinclude><nowiki>{{Wikipedia|Pagename|display text|icon=no|lang=destination language (currently: </nowiki>{{{lang}}})<nowiki>}}</nowiki><!--
--><noinclude><nowiki>{{Wikipedia|Pagename|display text|icon=no|lang=destination language (currently: </nowiki>{{{lang}}})<nowiki>}}</nowiki><!--
-->{{Documentation}}</noinclude>
-->{{Documentation}}</noinclude>

Revision as of 17:56, 14 September 2022

on Wikipedia text{{Wikipedia|Pagename|display text|icon=no|lang=destination language (currently: {{{lang}}})}}

[Edit] [🔄Purge] Template-info.png Template documentation

exclamation mark

Note: This template is used on a lot of pages. In order not to put too much load on the servers, edits should be kept to a bare minimum.
Please discuss proposed changes on the talk page first.
Editing a template causes all pages that use the template to be re-rendered. If the Template is used often, this can put a lot of load on the servers since it fills up the job queue. [statistics]

This template is useful to simply create a link to Wikipedia.

Usage

  • First parameter (mandatory): the actual pagename on Wikipedia (or in the target wiki of the interwiki code specified in the first parameter)
    it is the Pagename in URL "//xx.wikipedia.org/wiki/Pagename");
    note however that this parameter should not be URL-encoded (with overlong %NN%NN sequences) but should readable (in native UTF-8), also preferably with spaces rather than underscores between words.
  • Second parameter: the text to display with the link. If unset, the template displays the title of the page (first parameter).

There are also three named parameters which define whether some parts of the link are shown:

  • lang: language for the destination page (default: current language)
  • icon: if set to no, the template doesn't display the Wikipedia icon;
    any other value (or if the parameter is not specified) will display this icon.

Examples

{{Markup2|m={{Wikipedia|Second Life|Second Life}}|r=on Wikipedia Life Second Life |m1={{Wikipedia|lang=it|OpenStreetMap|OSM}}|r1=su Wikipedia [2]

See also

  • The other, similar Template:WikiIcon, by default, does exactly what it says: draws an icon.
  • Template:Wiki does approximately the same thing as this template (may be merged in the future)