Template:Infobox mod/es: Difference between revisions
FNG/ES Template |
Updating to match new version of source page |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <includeonly><infobox> | ||
<title source="name"><default>{{PAGENAME}}</default></title> | |||
<image source="image"><caption source="caption"/></image> | |||
<data source="teeworlds"> | |||
<label>Versión de Teeworlds</label> | |||
</data> | |||
<data source="developer"> | |||
<label>Desarrollador(s)</label> | |||
</data> | |||
<data source="release"> | |||
<label>Versión inicial</label> | |||
</data> | |||
<data source="players"> | |||
<label>Jugadores</label> | |||
</data> | |||
<data source="repository"> | |||
<label>Repositorios</label> | |||
</data> | |||
<data source="website"> | |||
<label>Página web</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:54, 16 March 2023
Example usage | Result |
---|---|
{{Infobox Mod | image = a | caption = b | teeworlds = c | developer = d | release = e | players = d | website = f }} |