- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Template:Map/ImageNode"
Jump to navigation
Jump to search
m |
|||
Line 4: | Line 4: | ||
top: {{#expr:{{{y|0}}} - {{{size|40}}} / 2 round 0}}px; | top: {{#expr:{{{y|0}}} - {{{size|40}}} / 2 round 0}}px; | ||
width: {{{size|40}}}px; | width: {{{size|40}}}px; | ||
− | height: {{{size|40}}}px;">[[File:Blank_square.svg|{{{size|40}}}px|link=#{{#explode:{{PAGENAME}}|/|1}} {{{1|}}} {{{2|}}}]]</span></includeonly> | + | height: {{{size|40}}}px;">[[File:Blank_square.svg|{{{size|40}}}px|link=#{{#explode:{{PAGENAME}}|/|1}} {{{1|}}} {{{2|}}}]]</span></includeonly><noinclude> |
− | <noinclude> | ||
Used to add clickable nodes to [[Template:Event/Map]] (a call per each node). | Used to add clickable nodes to [[Template:Event/Map]] (a call per each node). | ||
==Parameters== | ==Parameters== | ||
Line 23: | Line 22: | ||
... | ... | ||
}} | }} | ||
+ | </pre> | ||
See [[Winter 2017 Event/E-3/Enemy patterns]] for example. | See [[Winter 2017 Event/E-3/Enemy patterns]] for example. | ||
− | |||
</noinclude> | </noinclude> |
Revision as of 21:08, 29 April 2017
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
{{Event/Map| {{Event/MapNode|A|Easy|x=...|y=...}} {{Event/MapNode|B|Easy|x=...|y=...}} ... }}
See Winter 2017 Event/E-3/Enemy patterns for example.