Difference between revisions of "Msmall92/test template"
From DramaWiki
< User:Msmall92m |
|||
| Line 1: | Line 1: | ||
| + | <!-- first simple test... without parameter checking, without parameter processing | ||
| + | note: the template is Korean specific. if you want to handle other nationalities too, then you have | ||
| + | to pass some country parameter and programm a conditional output depending on the country value. | ||
| + | also you will need some more language specific "name" parameters which are used depending on the country value. | ||
| + | -->[[File:{{{image}}}|thumb|{{{image_size}}}|{{{name}}}]] | ||
| + | *'''Name:''' {{{name_hangul}}} / {{{name_wiki_romanization}}} ({{{name_revised_romanization}}}) | ||
| + | *'''Also known as:''' {{{also_known_as}}} | ||
| + | *'''Real name:''' {{{real_name}}} | ||
| + | *'''Nicknames:''' {{{nicknames}}} | ||
| + | *'''Profession:''' {{{profession}}} | ||
| + | *'''Birthdate:''' {{{birth_date}}} | ||
| + | *'''Birthplace:''' {{{birth_place}}} | ||
| + | *'''Height:''' {{{height}}} | ||
| + | *'''Weight:''' {{{weight}}} | ||
| + | *'''Star sign:''' {{{star_sign}}} | ||
| + | *'''Blood type:''' {{{blood_type}}} | ||
| + | *'''Family:''' {{{family}}} | ||
| + | *'''Talent agency:''' {{{talent_agency}}} | ||
| + | <noinclude> | ||
| + | ==Template documentation== | ||
| + | (put some description here) | ||
| + | ;Usage | ||
<pre style="overflow: auto"> | <pre style="overflow: auto"> | ||
{{User:Msmall92/test template | {{User:Msmall92/test template | ||
| Line 18: | Line 40: | ||
</pre> | </pre> | ||
| − | + | ;Parameters | |
{| class="wikitable" | {| class="wikitable" | ||
| − | |||
|- | |- | ||
|width="110px"| ''honorific_prefix'' || Title, e.g. "Sir", "Lord" | |width="110px"| ''honorific_prefix'' || Title, e.g. "Sir", "Lord" | ||
| Line 52: | Line 73: | ||
| ''talent_agency'' || | | ''talent_agency'' || | ||
|} | |} | ||
| + | </noinclude> | ||
Revision as of 13:04, 3 December 2014
[[File:{{{image}}}|thumb|{{{image_size}}}|{{{name}}}]]
- Name: {{{name_hangul}}} / {{{name_wiki_romanization}}} ({{{name_revised_romanization}}})
- Also known as: {{{also_known_as}}}
- Real name: {{{real_name}}}
- Nicknames: {{{nicknames}}}
- Profession: {{{profession}}}
- Birthdate: {{{birth_date}}}
- Birthplace: {{{birth_place}}}
- Height: {{{height}}}
- Weight: {{{weight}}}
- Star sign: {{{star_sign}}}
- Blood type: {{{blood_type}}}
- Family: {{{family}}}
- Talent agency: {{{talent_agency}}}
Template documentation
(put some description here)
- Usage
{{User:Msmall92/test template
| name =
| image =
| also_known_as =
| real_name =
| nicknames =
| profession =
| birth_date =
| birth_place =
| height =
| weight =
| star_sign =
| blood_type =
| family =
| talent_agency =
}}
- Parameters
| honorific_prefix | Title, e.g. "Sir", "Lord" |
| name | <stage name in hangul> / <see note> (<revised romanization>) |
| image | |
| also_known_as | |
| real_name | |
| nicknames | |
| profession | |
| birth_date | |
| birth_place | |
| height | |
| weight | |
| star_sign | |
| blood_type | |
| family | |
| talent_agency |
