Template:Player Infobox: Difference between revisions
Jump to navigation
Jump to search
>TheWalkingKing (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="alias"...") |
>Pamonhadoce (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="nation...") |
||
Line 6: | Line 6: | ||
<caption source="caption1"/> | <caption source="caption1"/> | ||
</image> | </image> | ||
<data source=" | <data source="nation:"> | ||
<label> | <label>nation:</label> | ||
</data> | </data> | ||
<data source="past_towns:"> | |||
<data source=" | <label>past towns:</label> | ||
<label> | |||
</data> | </data> | ||
<data source=" | <data source="place_of_spawn:"> | ||
<label> | <label>place of spawn:</label> | ||
</data> | </data> | ||
<data source=" | <data source="political_party:"> | ||
<label> | <label>political party:</label> | ||
</data> | </data> | ||
<data source="ranks:"> | |||
<data source=" | <label>ranks:</label> | ||
<label> | |||
</data> | </data> | ||
<data source=" | <data source="registered:"> | ||
<label> | <label>registered:</label> | ||
</data> | |||
<data source="emc_religion:"> | |||
<label>EMC religion:</label> | |||
</data> | |||
<data source="town:"> | |||
<label>town:</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
Example usage:<pre> | Example usage: | ||
<pre> | |||
{{Player Infobox | {{Player Infobox | ||
|title1=Example | |||
|image1=Example | | title1=Example | ||
|caption1=Example | |||
| | | image1=Example | ||
| | |||
| | | caption1=Example | ||
| | |||
| | | nation:=Example | ||
| | |||
| | | past_towns:=Example | ||
| | |||
| place_of_spawn:=Example | |||
| political_party:=Example | |||
| ranks:=Example | |||
| registered:=Example | |||
| emc_religion:=Example | |||
| town:=Example | |||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | |||
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"nation:":{"suggested":true},"past_towns:":{"suggested":true},"place_of_spawn:":{"suggested":true},"political_party:":{"suggested":true},"ranks:":{"suggested":true},"registered:":{"suggested":true},"emc_religion:":{"suggested":true},"town:":{"suggested":true}},"sets":[],"maps":{}} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Latest revision as of 19:27, 12 March 2022
Example usage:
{{Player Infobox | title1=Example | image1=Example | caption1=Example | nation:=Example | past_towns:=Example | place_of_spawn:=Example | political_party:=Example | ranks:=Example | registered:=Example | emc_religion:=Example | town:=Example }}
<templatedata> {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"nation:":{"suggested":true},"past_towns:":{"suggested":true},"place_of_spawn:":{"suggested":true},"political_party:":{"suggested":true},"ranks:":{"suggested":true},"registered:":{"suggested":true},"emc_religion:":{"suggested":true},"town:":{"suggested":true}},"sets":[],"maps":{}} </templatedata>