594
edits
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> |