Template:Infobox:Language: Difference between revisions
imported>Baphometenreal Infobox created with infobox builder. |
imported>Baphometenreal No edit summary |
||
| Line 35: | Line 35: | ||
<image source="image"/> | <image source="image"/> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Infobox for languages! Not all of the categories may apply to your language. Feel free to leave out sections that you haven't fleshed out yet.", | |||
"params": { | |||
"LanguageName": { | |||
"label": "English name", | |||
"description": "The official name of the language in English (e.g. German, French, Spanish).", | |||
"type": "string" | |||
}, | |||
"AlternativeName": { | |||
"label": "Alternative name", | |||
"description": "Any alternative name for the language (e.g. Castilian, Dari, Tajik)", | |||
"type": "string" | |||
}, | |||
"NativeLanguage": { | |||
"label": "Native language", | |||
"description": "The name of the language natively (e.g. Deutsch, Français, Español)", | |||
"type": "string" | |||
}, | |||
"LanguageNPrnnctn": { | |||
"label": "Native pronounciation", | |||
"description": "Pronounciation of the native name of the language", | |||
"type": "string" | |||
}, | |||
"Speakers": { | |||
"label": "Number of speakers", | |||
"description": "Number of people who speak the language (e.g. 5 million)", | |||
"type": "string" | |||
}, | |||
"LanguageFamily": { | |||
"label": "Language family", | |||
"description": "The family the language is apart of (e.g. Proto-Indo-European)", | |||
"type": "string" | |||
}, | |||
"EarlyForms": { | |||
"label": "Early forms", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"WritingSystem": { | |||
"label": "Writing system", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"SignedForms": { | |||
"label": "Signed form", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"OfficialLanguage": { | |||
"label": "Official language of", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"RegulatedBy": { | |||
"label": "Regulated by", | |||
"description": "", | |||
"type": "string" | |||
}, | |||
"3LetterCode": { | |||
"label": "3-Letter code", | |||
"description": "3-Letter code for the language", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||