Template:Infobox Map: Difference between revisions
mNo edit summary |
mNo edit summary |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="infobox" style="display: block;"> | |||
<!-- name (mandatory) --> | <!-- name (mandatory) --> | ||
< | <tr> | ||
<td colspan="2" style="text-align: center; font-size: 125%; font-weight: bold;">{{{name|}}}</td> | |||
</tr> | |||
<!-- image, if available --> | <!-- image, if available --> | ||
{{#if:{{{image|}}} | {{#if:{{{image|}}}| | ||
<tr> | |||
<td colspan="2" style="text-align:center;">[[File:{{{image}}}| | <td colspan="2" style="text-align: center;">[[File:{{{image}}}|270px|center]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
<tr> | |||
<td colspan="2" style="text-align: center; font-weight: bold; background:#bfccd9;">Details</td> | |||
</tr> | |||
<!-- author(s), if available --> | <!-- author(s), if available --> | ||
{{#if:{{{author|}}}| | {{#if:{{{author|}}}| | ||
Line 30: | Line 34: | ||
{{#if:{{{relasedate|}}}| | {{#if:{{{relasedate|}}}| | ||
<tr> | <tr> | ||
<th scope="row"> | <th scope="row">Release date</th> | ||
<td>{{{relasedate|}}}</td> | <td >{{{relasedate|}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
Line 38: | Line 42: | ||
{{#if:{{{game|}}}| | {{#if:{{{game|}}}| | ||
<tr> | <tr> | ||
<th scope="row"> | <th scope="row">Game(s)</th> | ||
<td>{{{game|}}}</td> | <td>{{{game|}}}</td> | ||
</tr> | </tr> | ||
Line 44: | Line 48: | ||
<!-- gametypes, if any --> | <!-- gametypes, if any --> | ||
{{#if:{{#ifeq:{{{ffa|}}}|yes|x}}{{#ifeq:{{{team|}}}|yes|x}}{{#ifeq:{{{holocron|}}}|yes|x}}{{#ifeq:{{{jedimaster|}}}|yes|x}}{{#ifeq:{{{duel|}}}|yes|x}}{{#ifeq:{{{powerduel|}}}|yes|x}}{{#ifeq:{{{ctf|}}}|yes|x}}{{#ifeq:{{{cty|}}}|yes|x}}{{#ifeq:{{{siege|}}}|yes|x}}{{{additional_gametypes|}}} | {{#if:{{#ifeq:{{{ffa|}}}|yes|x}}{{#ifeq:{{{team|}}}|yes|x}}{{#ifeq:{{{holocron|}}}|yes|x}}{{#ifeq:{{{jedimaster|}}}|yes|x}}{{#ifeq:{{{duel|}}}|yes|x}}{{#ifeq:{{{powerduel|}}}|yes|x}}{{#ifeq:{{{ctf|}}}|yes|x}}{{#ifeq:{{{cty|}}}|yes|x}}{{#ifeq:{{{siege|}}}|yes|x}}{{{additional_gametypes|}}}| | ||
<tr> | |||
<th scope="row"> | <th scope="row">Game type(s)</th> | ||
<td> | <td> | ||
{{#ifeq:{{{ffa|}}}|yes| | {{#ifeq:{{{ffa|}}}|yes|*[[Free For All]]}}{{#ifeq:{{{team|}}}|yes|*[[Team Free For All]]}}{{#ifeq:{{{holocron|}}}|yes|*[[Holocron FFA]]}}{{#ifeq:{{{jedimaster|}}}|yes|*[[Jedi Master]]}}{{#ifeq:{{{duel|}}}|yes|*[[Duel]]}}{{#ifeq:{{{powerduel|}}}|yes|*[[Power Duel]]}}{{#ifeq:{{{ctf|}}}|yes|*[[Capture The Flag]]}}{{#ifeq:{{{cty|}}}|yes|*[[Capture The Ysalamiri]]}}{{#ifeq:{{{siege|}}}|yes|*[[Siege]]}}{{{additional_gametypes|}}} | ||
* [[Free For All]]}}{{#ifeq:{{{team|}}}|yes| | }} | ||
* [[Team Free For All]]}}{{#ifeq:{{{holocron|}}}|yes| | </td> | ||
* [[Holocron]]}}{{#ifeq:{{{jedimaster|}}}|yes| | </table> | ||
* [[Jedi Master]]}}{{#ifeq:{{{duel|}}}|yes| | </includeonly> | ||
* [[Duel]]}}{{#ifeq:{{{powerduel|}}}|yes| | |||
* [[Power Duel]]}}{{#ifeq:{{{ctf|}}}|yes| | |||
* [[Capture The Flag]]}}{{#ifeq:{{{cty|}}}|yes| | |||
* [[Capture The Ysalamiri]]}}{{#ifeq:{{{siege|}}}|yes| | |||
* [[Siege]]}} | |||
{{{additional_gametypes|}}} | |||
<noinclude> | |||
<!-- Documentation --> | <!-- Documentation --> | ||
Line 91: | Line 87: | ||
* Only the name parameter is mandatory but if that's your only one you probably don't want an Infobox, just a heading. | * Only the name parameter is mandatory but if that's your only one you probably don't want an Infobox, just a heading. | ||
* Only | * Only game types set to yes are listed. | ||
* Use <code>additional_gametypes</code> for custom | * Use <code>additional_gametypes</code> for custom game types. | ||
* The link parameter is not post-processed to allow for multiple links. | * The link parameter is not post-processed to allow for multiple links. | ||
<noinclude> | <noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] |
Latest revision as of 11:34, 1 February 2023
The Infobox for Maps is a simple way of summarizing information on a map.
Syntax
{{Infobox Map | name = Dude's cool map | author = Dude | image = dudes_cool_map.jpg | image_caption = Look at Dude's cool map! | game = List the games the map is available for. | link = [http://link.to/dudes/cool.map] | ffa = yes | team = yes | holocron = yes | jedimaster = yes | duel = no | powerduel = no | ctf = no | cty = no | siege = no | additional_gametypes = * [[UberMod|UberMod MegaSlaughter]] * [[UberMod|UberMod UberGib]] }}
- Only the name parameter is mandatory but if that's your only one you probably don't want an Infobox, just a heading.
- Only game types set to yes are listed.
- Use
additional_gametypes
for custom game types. - The link parameter is not post-processed to allow for multiple links.