More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source=" | <title source="full-name"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
<image source=" | <image source="portrait"> | ||
</image> | </image> | ||
<data source="born"> | |||
<label>born</label> | |||
<data source=" | |||
<label> | |||
</data> | </data> | ||
<data source=" | <data source="died"> | ||
<label> | <label>died</label> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> | ||
{{ | {{Biography | ||
| | |full-name=Example | ||
|portrait=Example | |||
| | |born=Example | ||
| | |died=Example | ||
| | |||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{"params":{"title1":{"aliases":[" | {"params":{"title1":{"aliases":["full-name"],"label":"Full name","description":"Placeholder","example":"Placeholder","type":"string"},"image1":{"aliases":["portrait"],"label":"portrait","description":"Placeholder","example":"Placeholder","type":"string"},"label1":{"aliases":["born"],"label":"born","description":"Placeholder","example":"Placeholder","type":"string"},"label2":{"aliases":["died"],"label":"died","description":"Placeholder","example":"Placeholder","type":"string"}},"paramOrder":["title1","image1","label1","label2"]} | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 02:27, 28 July 2023
Example usage:
{{Biography |full-name=Example |portrait=Example |born=Example |died=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Full name | title1 full-name | Placeholder
| String | optional |
portrait | image1 portrait | Placeholder
| String | optional |
born | label1 born | Placeholder
| String | optional |
died | label2 died | Placeholder
| String | optional |