Template:MapNote2

From Fallen Sword Wiki
Revision as of 08:38, 24 April 2019 by SOHAIL94 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

For use in maps to mostly to designate tunnels to other parts of the same map.

Template

|{{MapNote2|image=URL TO TILE IMAGE|text=LOCATION INFORMATION}}

Example

{{MapNote2
|image=http://cdn.fallensword.com/stairways/36_a.gif
|text=1<br>→18}}

is eqivalent to:

<div style="position: relative">
http://cdn.fallensword.com/stairways/36_a.gif
<div style="position: absolute; left: 0px; top: 0px; color:#ff0;">
1<br>→18
</div>
</div>

and results in:

36_a.gif
1
→18
1
→18