Template:WikipediaSnapshotLangLink: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|type = style | |type = style | ||
|image = [[File:Wikisnap.svg|40px|link=|alt=]] | |image = [[File:Wikisnap.svg|40px|link=|alt=]] | ||
|text = This article is a snapshot of an '''existing Wikipedia article''' based in ''{{{langname|}}}''. This version has been machine-translated and human-corrected. View the original {{{langname|}}} version of this page on Wikipedia here: '''[[Wikipedia:{{{langcode|}}}:{{{pagename|}}}|{{{pagename|}}}]]''' | |text = This article is a snapshot of an '''existing Wikipedia article''' based in ''{{{langname|}}}''. This version has been machine-translated and human-corrected. View the original {{{langname|}}} version of this page on Wikipedia here: '''[[Wikipedia:{{{langcode|}}}:{{{pagename|}}}|{{{pagename|}}}]]'''<br> | ||
<small>{{{note|}}}</small> | |||
}} | }} | ||
<noinclude> | <noinclude> | ||
Line 9: | Line 10: | ||
{ | { | ||
"params": { | "params": { | ||
"langname": {}, | "langname": { | ||
"langcode": {}, | "label": "Language name", | ||
"pagename": {} | "description": "The full name of the language that the corresponding Wikipedia article is written in", | ||
} | "example": "spanish", | ||
"required": true | |||
}, | |||
"langcode": { | |||
"label": "Language code", | |||
"description": "The WP code that Wikipedia uses to determin which edition of Wikipedia is being used. A full list of Wikipedias can be found [[Wikipedia:List_of_Wikipedias|here]].", | |||
"example": "es", | |||
"required": true | |||
}, | |||
"pagename": { | |||
"label": "Page name", | |||
"description": "The native name of the article", | |||
"example": "Wikipedia en español", | |||
"required": true | |||
}, | |||
"note": { | |||
"label": "Notes", | |||
"description": "Extra information that can be added, such as a link to an existing English version of the article" | |||
} | |||
}, | |||
"description": "Used on pages where the original article on Wikipedia is not in English." | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 12:28, 3 September 2023
![]() | This article is a snapshot of an existing Wikipedia article based in '. This version has been machine-translated and human-corrected. View the original version of this page on Wikipedia here: [[Wikipedia::|]] |
Used on pages where the original article on Wikipedia is not in English.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Language name | langname | The full name of the language that the corresponding Wikipedia article is written in
| Unknown | required |
Language code | langcode | The WP code that Wikipedia uses to determin which edition of Wikipedia is being used. A full list of Wikipedias can be found [[Wikipedia:List_of_Wikipedias|here]].
| Unknown | required |
Page name | pagename | The native name of the article
| Unknown | required |
Notes | note | Extra information that can be added, such as a link to an existing English version of the article | Unknown | optional |