More actions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
</title> | </title> | ||
<image source="image1"> | <image source="image1"> | ||
</image> | </image> | ||
<data source=" | <data source="label1"> | ||
<label> | <label>Born</label> | ||
</data> | </data> | ||
<data source=" | <data source="label2"> | ||
<label> | <label>Died</label> | ||
</data> | </data> | ||
<data source="label3"> | |||
<label>Coronated</label> | |||
<data source=" | |||
<label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage:<pre> | ||
{{ | {{Test | ||
|title1=Example | |title1=Example | ||
|image1=Example | |image1=Example | ||
| | |born=Example | ||
| | |died=Example | ||
| | |coronated=Example | ||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{"params":{" | {"params":{"title1":{"aliases":["title1"],"label":"Placeholder","description":"Placeholder","example":"Placeholder","type":"string"},"image1":{"aliases":["image1"],"label":"Placeholder","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"},"label3":{"aliases":["coronated"],"label":"Coronated","description":"Placeholder","example":"Placeholder","type":"string"}},"paramOrder":["title1","image1","label1","label2","label3"]} | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 21:33, 23 August 2023
Example usage:
{{Test |title1=Example |image1=Example |born=Example |died=Example |coronated=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Placeholder | title1 title1 | Placeholder
| String | optional |
Placeholder | image1 image1 | Placeholder
| String | optional |
Born | label1 born | Placeholder
| String | optional |
Died | label2 died | Placeholder
| String | optional |
Coronated | label3 coronated | Placeholder
| String | optional |