Template:WikipediaSnapshotLangLink: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 9: | Line 9: | ||
{ | { | ||
"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 | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 12:19, 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::|]] |
No description.
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 |