Difference between revisions of "Template:Map example"

From Worms Knowledge Base

Jump to: navigation, search
(fix parameter: mappic-v)
(new parameter: title)
Line 1: Line 1:
 
{{#if: {{{isInTable|}}}||<table class="infobox" cellspacing="2" style="width: 18em; font-size: 90%; text-align: left;">}}
 
{{#if: {{{isInTable|}}}||<table class="infobox" cellspacing="2" style="width: 18em; font-size: 90%; text-align: left;">}}
 +
{{#if:{{{title|}}}|<tr><td>{{{title}}}</td></tr>}}<noinclude><tr><td>{{{title}}}</td></tr></noinclude>
 
<tr><th bgcolor="#dddddd">Map</th></tr>
 
<tr><th bgcolor="#dddddd">Map</th></tr>
 
{{#if:{{{mappic|}}}|<tr><td style="text-align: center;">[[Image:{{{mappic}}}]]</td></tr>}}
 
{{#if:{{{mappic|}}}|<tr><td style="text-align: center;">[[Image:{{{mappic}}}]]</td></tr>}}
Line 8: Line 9:
 
== Usage ==
 
== Usage ==
 
<nowiki>{{Map example</nowiki><br/>
 
<nowiki>{{Map example</nowiki><br/>
 +
|title=title text, shown before the "map" section<br/>
 
|map=blurb about map ''(required field)''<br/>
 
|map=blurb about map ''(required field)''<br/>
 
|wmdb=name of relevant directory on wmdb (e.g. for http://www.wmdb.org/maps/bng, this should be wmdb=bng)<br/>
 
|wmdb=name of relevant directory on wmdb (e.g. for http://www.wmdb.org/maps/bng, this should be wmdb=bng)<br/>

Revision as of 11:51, 28 March 2010

{{{title}}}
Map
{{{map}}}

This is a sub-template of Template:Game setup.

Usage

{{Map example
|title=title text, shown before the "map" section
|map=blurb about map (required field)
|wmdb=name of relevant directory on wmdb (e.g. for http://www.wmdb.org/maps/bng, this should be wmdb=bng)
|mappic=a picture about the map
|mappic-v=same as {{{mappic}}}, but for a vertical map
}}

Personal tools