Editing Template:Infobox map
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
This page is not enabled for semantic in-text annotations due to namespace restrictions. Details about how to enable the namespace can be found on the configuration help page.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
− | + | {| style="float: right; width: 24em; font-size: 88%; background: #f9f9f9; border: 1px solid #ccc; margin: 5px;" | |
− | + | |- | |
− | + | ! colspan=2 style="background: #D2D2D0; font-size: small;" | {{{mapname}}} | |
− | + | |- | |
− | + | | colspan=2 style="text-align: center; " | {{#if:{{{image|}}} | [[File:{{{image}}}{{!}}{{{imagesize|150px}}}]] |}} | |
− | + | |- | |
− | + | ! colspan=2 style="background: #D2D2D0; font-size: small;" | Basic Information | |
− | + | |- | |
− | + | {{#if:{{{maptype|}}} | | |
− | + | {{!}} style="width: 30%" {{!}} '''Map Type''' | |
− | + | {{!}} {{{maptype}}} |}} | |
− | - | + | |- |
+ | {{#if:{{{currentversion|}}} | | ||
+ | {{!}} '''Current Version''' | ||
+ | {{!}} {{{currentversion}}} | }} | ||
+ | |- | ||
+ | {{#if:{{{developer|}}} | | ||
+ | {{!}} '''Developer''' | ||
+ | {{!}} {{{developer}}} | }} | ||
+ | |- | ||
+ | {{#if:{{{download|}}} | | ||
+ | {{!}} '''Download Link''' | ||
+ | {{!}} {{{download}}} | }} | ||
+ | |- | ||
+ | {{#if:{{{playstyle|}}} | | ||
+ | {{!}} '''Play Style''' | ||
+ | {{!}} {{{playstyle}}} | }} | ||
|- | |- | ||
− | + | {{#if:{{{links|}}} | | |
− | + | ! colspan=2 style="background: #D2D2D0; font-size: small;" {{!}} Links | |
− | |||
− | |||
− | |||
− | |||
{{!}}- | {{!}}- | ||
− | + | {{!}} colspan=2 {{!}} {{{links}}} |}} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{!}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {{!}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | <noinclude> | |
+ | ==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. | |
− | | | + | <pre> |
− | |} | + | {{Map infobox |
+ | | mapname = Badlands | ||
+ | | image = badlands.jpg | ||
+ | | maptype = Control Point | ||
+ | | currentversion = cp_badlands | ||
+ | | developer = Valve | ||
+ | | download = default map | ||
+ | | playstyle = Fast | ||
+ | | links = | ||
+ | }} |