Difference between revisions of "Template:MapNote2"
From Fallen Sword Wiki
Line 7: | Line 7: | ||
=Example= | =Example= | ||
<pre>{{MapNote2 | <pre>{{MapNote2 | ||
− | |image=http:// | + | |image=http://fileserver.huntedcow.com/stairways/36_a.gif |
|text=<b>1<br>→18</b>}}</pre> | |text=<b>1<br>→18</b>}}</pre> | ||
is eqivalent to: | is eqivalent to: | ||
<pre> | <pre> | ||
<div style="position: relative"> | <div style="position: relative"> | ||
− | http:// | + | http://fileserver.huntedcow.com/stairways/36_a.gif |
<div style="position: absolute; left: 0px; top: 0px; color:#ff0;"> | <div style="position: absolute; left: 0px; top: 0px; color:#ff0;"> | ||
<b>1<br>→18</b> | <b>1<br>→18</b> | ||
Line 18: | Line 18: | ||
</div></pre> | </div></pre> | ||
and results in:<br> | and results in:<br> | ||
− | {{MapNote2|image=http:// | + | {{MapNote2|image=http://fileserver.huntedcow.com/stairways/36_a.gif|text=<b>1<br>→18</b>}} |
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 07:57, 25 November 2013
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://fileserver.huntedcow.com/stairways/36_a.gif |text=<b>1<br>→18</b>}}
is eqivalent to:
<div style="position: relative"> http://fileserver.huntedcow.com/stairways/36_a.gif <div style="position: absolute; left: 0px; top: 0px; color:#ff0;"> <b>1<br>→18</b> </div> </div>
and results in:
<b>1
→18</b>
→18</b>
<b>1
→18</b>
→18</b>