Template:Incubator
Usage[change]
This is to be placed at the end of a language article (in the External links section, just before the first link), in the same way as the {{InterWiki}} template is used now, but for test Wikipedias on Incubator.
- Type
{{Incubator|languagecode}}
for test Wikipedias - If the test is not a Wikipedia, type
{{Incubator|languagecode|projectname}}
- If the language name differs from the name of the article, add
|lang=languagename
For example, the Assamese Wikibooks would be {{Incubator|as|wikibooks}}
or {{Incubator|as|wikibooks|lang=Assamese}}
, depending on where the template is used.
<templatedata>
{
"params": {
"1": {
"label": "Language code",
"type": "line",
"required": true,
"aliases": [
"code"
]
},
"2": {
"label": "Project",
"description": "Valid values: wikipedia (default), wiktionary, wikibooks, wikinews, wikiquote",
"type": "line",
"suggestedvalues": [
"wikipedia",
"wiktionary",
"wikibooks",
"wikinews",
"wikiquote"
]
},
"lang": {
"description": "Language name, if different from the article name",
"aliases": [
"language"
],
"label": "Language name"
},
"position": {
"label": "Position",
"description": "Set to left for a left-floating box.",
"type": "line",
"suggestedvalues": [
"left"
]
},
"prefix": {
"label": "Prefix",
"description": "The project prefix for Incubator pages. If not set, \"Wp\" is used.",
"type": "line"
}
},
"paramOrder": [
"1",
"lang",
"2",
"prefix",
"position"
]
}
</templatedata>