Difference between revisions of "Template:Map"

From Bimboland Wiki
Jump to: navigation, search
(Created page with "<includeonly><div id="mapcontainer" style="overflow:hidden;width:{{#if:{{{3|}}}|{{{3|}}}|400}}px;height:{{#expr:({{#if:{{{3|}}}|{{{3|}}}|400}}/400*244)round0}}px;"><div id="ma...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><div id="mapcontainer" style="overflow:hidden;width:{{#if:{{{3|}}}|{{{3|}}}|400}}px;height:{{#expr:({{#if:{{{3|}}}|{{{3|}}}|400}}/400*244)round0}}px;"><div id="maplocation" style="left:{{#if:{{{1|}}}|{{{1|}}}|0}}px;top:{{#if:{{{2|}}}|{{{2|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>{{#if:{{{loc2x|}}} | <div id="maplocation" style="left:{{#if:{{{loc2x|}}}|{{{loc2x|}}}|0}}px;top:{{#if:{{{loc2y|}}}|{{{loc2y|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>|}}{{#if:{{{loc3x|}}} | <div id="maplocation" style="left:{{#if:{{{loc3x|}}}|{{{loc3x|}}}|0}}px;top:{{#if:{{{loc3y|}}}|{{{loc3y|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>|}}{{#if:{{{loc4x|}}} | <div id="maplocation" style="left:{{#if:{{{loc4x|}}}|{{{loc4x|}}}|0}}px;top:{{#if:{{{loc4y|}}}|{{{loc4y|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>|}}[[File:Map.png|{{#if:{{{3|}}}|{{{3|}}}|400}}px|link=]]</div></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
+
<includeonly><div id="mapcontainer" style="overflow:hidden;width:{{#if:{{{3|}}}|{{{3|}}}|400}}px;height:{{#expr:({{#if:{{{3|}}}|{{{3|}}}|400}}/400*244)round0}}px;"><div id="maplocation" style="left:{{#if:{{{1|}}}|{{{1|}}}|0}}px;top:{{#if:{{{2|}}}|{{{2|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>{{#if:{{{loc2x|}}} | <div id="maplocation" style="left:{{#if:{{{loc2x|}}}|{{{loc2x|}}}|0}}px;top:{{#if:{{{loc2y|}}}|{{{loc2y|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>|}}{{#if:{{{loc3x|}}} | <div id="maplocation" style="left:{{#if:{{{loc3x|}}}|{{{loc3x|}}}|0}}px;top:{{#if:{{{loc3y|}}}|{{{loc3y|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>|}}{{#if:{{{loc4x|}}} | <div id="maplocation" style="left:{{#if:{{{loc4x|}}}|{{{loc4x|}}}|0}}px;top:{{#if:{{{loc4y|}}}|{{{loc4y|}}}|0}}px;">[[File:Maplocation.png|20px|link=]]</div>|}}[[File:Map.jpg|{{#if:{{{3|}}}|{{{3|}}}|200}}px|link=]]</div></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>

Latest revision as of 12:13, 23 February 2018

Description

This template is used to insert a player icon over a map of the game. It's used to generate dynamic location markers over the game map image for the site.

Usage

This template can be used by entering the following onto a relevant page. The x-and y-coordinates give the placement of the player's head on the map.

The first x- and y-coordinates are unnamed, and must appear 1st and 2nd in the template. If width is specified, it must be the 3rd parameter specified.

{{map
|x-coordinate (left-inset)
|y-coordinate (top-inset)
|width (optional, defaults to 400)
|loc2x = x-coordinate of 2nd location for player head (optional)
|loc2y = y-coordinate of 2nd location for player head (optional)
|loc3x = x-coordinate of 3rd location for player head (optional)
|loc3y = y-coordinate of 3rd location for player head (optional)
|loc4x = x-coordinate of 4th location for player head (optional)
|loc4y = y-coordinate of 4th location for player head (optional)
}}


Example

Example formatting would be
{{map|100|100}}
Result:
{{#if: | |}}{{#if: | |}}{{#if: | |}}200}}px
For a smaller map use
{{map|100|10|200}}
Result:
{{#if: | |}}{{#if: | |}}{{#if: | |}}200}}px

Map with 3 locations

{{Map|200|150|loc2x=276|loc2y=54|loc3x=96|loc3y=130}}
Result:
{{#if:276 | |}}{{#if:96 | |}}{{#if: | |}}200}}px
de:Vorlage:Map

es:Plantilla:Map ja:テンプレート:Map pt:Predefinição:Map ru:Шаблон:Map zh:Template:Map