Difference between revisions of "Template:Infobox map"

From comp.tf
Jump to navigation Jump to search
(Fixing missing closing pre tag)
(info and categories)
Line 39: Line 39:
 
**Please input current version in full and type everything carefully as it will be linked automatically.
 
**Please input current version in full and type everything carefully as it will be linked automatically.
 
*After the code you can write and format text as you normally would to expand the rest of the content.
 
*After the code you can write and format text as you normally would to expand the rest of the content.
 +
=== Example ===
 
<pre>
 
<pre>
 
{{Map infobox
 
{{Map infobox
Line 51: Line 52:
 
}}
 
}}
 
</pre>
 
</pre>
 +
===Will Yeld===
 +
{{Map infobox
 +
| mapname = Badlands
 +
| image = cp_badlands.png
 +
| maptype = Control Point
 +
| currentversion = cp_badlands
 +
| developer = Valve
 +
| download = default map
 +
| playstyle = Fast
 +
| links =
 +
}}
  
[[Category:Infoboxes]]
+
[[Category:Infoboxes]][[Category:Template]]

Revision as of 20:35, 12 August 2013

{{{mapname}}}
Basic Information

Usage

  • Just copy this code below to the page and edit the values after the "="
    • Important: If you don't know a value just let it be with a null value (blank) or delete the line.
    • Please input current version in full and type everything carefully as it will be linked automatically.
  • After the code you can write and format text as you normally would to expand the rest of the content.

Example

{{Map infobox
| mapname = Badlands
| image = badlands.jpg
| maptype = Control Point
| currentversion = cp_badlands
| developer = Valve
| download = default map
| playstyle = Fast
| links =
}}

Will Yeld

Template:Map infobox