Difference between revisions of "Template:Infobox Chinese/Blank/doc"

From blackwiki
Jump to navigation Jump to search
imported>Jc86035
imported>Jc86035
m (TemplateData)
 
Line 85: Line 85:
 
{
 
{
 
"params": {
 
"params": {
"blank_header": {
 
"label": "Header",
 
"description": "Custom header",
 
"type": "string"
 
},
 
 
"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 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.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

Child infobox for showing a simple translation

Template parameters

ParameterDescriptionTypeStatus
Headerheader blank_header

Custom header; specify "none" to hide the header

Stringoptional
ISO 639 codelang

ISO 639 code for the language of the description

Example
zh-Hant
Stringrequired
Article linklang_article

Custom link from the language name

Pageoptional
Translationlang_content

Translation

Stringrequired