Template:Infobox Chinese/Blank/doc

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

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

Infobox Chinese/Blank/doc
{{{lang}}} name
{{{lang}}}{{{lang_content}}}
{{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

{{{lang}}} name
{{{lang}}}{{{lang_content}}}
{{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.svg
Flag of Germany
German name
GermanDeutschland
{{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

<templatedata> { "params": { "lang": { "label": "ISO 639 code", "description": "ISO 639 code for the language of the description", "example": "zh-Hant", "type": "string", "required": true }, "lang_article": { "label": "Article link", "description": "Custom link from the language name", "type": "wiki-page-name" }, "lang_content": { "label": "Translation", "description": "Translation", "type": "string", "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", "paramOrder": [ "header", "lang", "lang_article", "lang_content" ] } </templatedata>