Template:Infobox mod: Difference between revisions
Try new version of infobox for weapons Tag: Reverted |
m add correct category |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><infobox> | <includeonly><infobox> | ||
<title source="name"><default>{{PAGENAME}}</default></title> | <title source="name"><default>{{PAGENAME}}</default></title> | ||
<image source=" | <image source="image"><caption source="caption"/></image> | ||
< | <data source="teeworlds"> | ||
<label><translate><!--T:1--> Teeworlds version</translate></label> | |||
</data> | </data> | ||
<data source=" | <data source="developer"> | ||
<label> | <label><translate><!--T:2--> Developer(s)</translate></label> | ||
</data> | </data> | ||
<data source=" | <data source="release"> | ||
<label> | <label><translate><!--T:3--> Initial release</translate></label> | ||
</data> | </data> | ||
<data source=" | <data source="players"> | ||
<label> | <label><translate><!--T:4--> Players</translate></label> | ||
</data> | </data> | ||
<data source=" | <data source="repository"> | ||
<label> | <label><translate><!--T:5--> Repository</translate></label> | ||
</data> | </data> | ||
</infobox></includeonly> | <data source="website"> | ||
<label><translate><!--T:6--> Website</translate></label> | |||
</data> | |||
</infobox></includeonly><noinclude> | |||
<languages /> | |||
{| class="wikitable" | |||
|+ Caption text | |||
|- | |||
! Example usage !! Result | |||
|- | |||
| <pre> | |||
{{Infobox Mod | |||
| image = a | |||
| caption = b | |||
| teeworlds = c | |||
| developer = d | |||
| release = e | |||
| players = d | |||
| website = f | |||
}}</pre> | |||
|| {{Infobox mod | |||
| image = a | |||
| caption = b | |||
| teeworlds = c | |||
| developer = d | |||
| release = e | |||
| players = d | |||
| website = f | |||
}} | |||
|} | |||
[[Category:Templates{{#translation:}}]] | |||
</noinclude> |
Latest revision as of 19:50, 16 March 2023
Example usage | Result |
---|---|
{{Infobox Mod | image = a | caption = b | teeworlds = c | developer = d | release = e | players = d | website = f }} |