Line 1: |
Line 1: |
− | <includeonly><span class="map-node" style=" | + | <includeonly><span {{#if:{{{drops|}}}|class="tooltip"}} style="left:{{#expr:{{{x|0}}} - 40 / 2 round 0}}px;top:{{#expr:{{{y|0}}} - 40 / 2 round 0}}px">[[#{{{3|{{#explode:{{PAGENAME}}|/|1}}}}} {{{1|}}} {{{2|}}}| ]]{{#if:{{{drops|}}}|<span class="tooltiptext">{{{drops}}}</span>}}</span></includeonly><noinclude>See [[Template:Map/Image]].</noinclude> |
− | position: absolute;
| |
− | {{#if:{{{overlay|}}}|border:1px solid yellow;}}
| |
− | left: {{#expr:{{{x|0}}} - {{{size|40}}} / 2 round 0}}px;
| |
− | top: {{#expr:{{{y|0}}} - {{{size|40}}} / 2 round 0}}px;
| |
− | width: {{{size|40}}}px;
| |
− | height: {{{size|40}}}px;"><span class="map-node-label" style="{{#if:{{{overlay|}}}|display:inline;|display:none;}}position:absolute;color:yellow">{{{1|}}}</span>[[File:Blank_square.png|{{{size|40}}}px|link=#{{#explode:{{PAGENAME}}|/|1}} {{{1|}}} {{{2|}}}]]</span></includeonly><noinclude>
| |
− | Used to add clickable nodes to [[Template:Event/Map]] (a call per each node).
| |
− | ==Parameters==
| |
− | ===[1]===
| |
− | Node label (A, B, etc.), should correspond to an existing [[Template:NodeInfo]] node for it to be clickable.
| |
− | ===[2]===
| |
− | Difficulty (Easy, Medium, or Hard), should correspond to an existing [[Template:NodeInfo]] node for it to be clickable.
| |
− | ===x, y===
| |
− | Coordinates of the node center (roughly).
| |
− | ===size===
| |
− | Size (diameter) of the clickable area, defaults to 40.
| |
− | ==Examples==
| |
− | <pre>
| |
− | {{Event/Map|
| |
− | {{Event/MapNode|A|Easy|x=...|y=...}}
| |
− | {{Event/MapNode|B|Easy|x=...|y=...}}
| |
− | ...
| |
− | }}
| |
− | </pre>
| |
− | See [[Winter 2017 Event/E-3/Enemy patterns]] for example.
| |
− | </noinclude> | |