Difference between revisions of "Template:Map example"
From Worms Knowledge Base
Explorer09 (Talk | contribs) (add description) |
Explorer09 (Talk | contribs) m (new parameters: mappic and mappic-v) |
||
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;">}} | ||
<tr><th bgcolor="#dddddd">Map</th></tr> | <tr><th bgcolor="#dddddd">Map</th></tr> | ||
− | <tr><td>{{{map}}}{{#if:{{{wmdb|}}}|<br/>[http://www.wmdb.org/maps/{{{wmdb}}} Examples at the WMDB]}}</td></tr> | + | {{#if:{{{mappic|}}}|<tr><td style="text-align: center;">[[Image:{{{mappic}}}]]</td></tr>}} |
+ | <tr> | ||
+ | {{#if:{{{mappic-v|}}}|<td>[[Image:{{{mappic-v}}}]]</td>}} | ||
+ | <td>{{{map}}}{{#if:{{{wmdb|}}}|<br/>[http://www.wmdb.org/maps/{{{wmdb}}} Examples at the WMDB]}}</td></tr> | ||
{{#if: {{{isInTable|}}}||</table>}}<noinclude> | {{#if: {{{isInTable|}}}||</table>}}<noinclude> | ||
This is a sub-template of [[:Template:Game setup]]. | This is a sub-template of [[:Template:Game setup]]. | ||
Line 8: | Line 11: | ||
|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/> | ||
+ | |mappic=a picture about the map<br/> | ||
+ | |mappic-v=same as {{{mappic}}}, but for a vertical map<br/> | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
</noinclude> | </noinclude> |
Revision as of 09:57, 20 March 2010
Map |
---|
{{{map}}} |
This is a sub-template of Template:Game setup.
Usage
{{Map example
|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
}}