Difference between revisions of "Template:Infobox Chinese/Blank/doc"
Jump to navigation
Jump to search
imported>Jc86035 |
imported>Jc86035 m (TemplateData) |
||
| Line 85: | Line 85: | ||
{ | { | ||
"params": { | "params": { | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"lang": { | "lang": { | ||
"label": "ISO 639 code", | "label": "ISO 639 code", | ||
| Line 107: | Line 102: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| + | }, | ||
| + | "header": { | ||
| + | "aliases": [ | ||
| + | "blank_header" | ||
| + | ], | ||
| + | "label": "Header", | ||
| + | "description": "Custom header; specify \"none\" to hide the header", | ||
| + | "type": "string" | ||
} | } | ||
}, | }, | ||
| − | "description": "Child infobox for showing a simple translation" | + | "description": "Child infobox for showing a simple translation", |
| + | "paramOrder": [ | ||
| + | "header", | ||
| + | "lang", | ||
| + | "lang_article", | ||
| + | "lang_content" | ||
| + | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 13:03, 26 May 2017
| This is a documentation subpage for Template:Infobox Chinese/Blank. It contains usage information, categories and other content that is not part of the original template page. |
This child infobox template is for showing translations of something. If not being used within any other infobox, place {{Infobox Chinese/Header}} before it and {{Infobox Chinese/Footer}} after it.
Usage
Alone
Template:Parameter names example
| Template:PAGENAMEBASE |
{{Infobox Chinese/Header
| title = <!-- Box title (Default is the article title) -->
| float = <!-- left|right|none (Default float position is right) -->
| collapse = <!-- yes|no -->
| pic = <!-- Image -->
| piccap = <!-- Image caption -->
| picsize = <!-- 200px (Default is 260px) -->
| pictooltip = <!-- Image 1 tooltip (use for [[WP:ALT|alt text]]) -->
| pic2 = <!-- Additional image -->
| piccap2 = <!-- Caption 2 -->
| picsize2 = <!-- 200px (Default is 260px) -->
| pic2tooltip = <!-- Image 2 tooltip -->
}}
{{Infobox Chinese/Blank
| header = <!-- Custom header -->
| lang = <!-- ISO 639 code -->
| lang_content = <!-- Translation -->
}}
{{Infobox Chinese/Footer}}
As a child infobox
Template:Parameter names example{{Infobox Chinese/Blank
| header = <!-- Custom header -->
| lang = <!-- ISO 639 code -->
| lang_content = <!-- Translation -->
}}
Parameters
See the documentation of Template:Infobox Chinese/Header for further information.
- blank_header
- Custom header text. Usually not needed
- lang
- Two- or three-letter ISO 639 code of the language of the translation
- lang_content
- Translation
Examples
| Germany | |
Flag of Germany | |
| German name | |
|---|---|
| German | Deutschland |
{{Infobox Chinese/Header
| title = Germany
| pic = Flag of Germany.svg
| piccap = Flag of Germany
}}
{{Infobox Chinese/Blank
| lang = de
| lang_content = Deutschland
}}
{{Infobox Chinese/Footer}}
TemplateData
Child infobox for showing a simple translation
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Header | header blank_header | Custom header; specify "none" to hide the header | String | optional |
| ISO 639 code | lang | ISO 639 code for the language of the description
| String | required |
| Article link | lang_article | Custom link from the language name | Page | optional |
| Translation | lang_content | Translation | String | required |