Difference between revisions of "Template:Map"
From Fallen Sword Wiki
(New page: <center> {| width="100%" style="border:3px dashed #f00;" | align="center" valign="middle" style="font-family:Verdana;font-variant:small-caps;font-weight:bold;" | ''This map is updated by p...) |
|||
Line 9: | Line 9: | ||
|} | |} | ||
</center> | </center> | ||
+ | |||
<noinclude> | <noinclude> | ||
+ | == Using This Map Notation == | ||
+ | Technically, the notation has nothing to do with this template, but this template does define the symbols. In order to put both the map tile image and the notation into the map, the table cell must have slightly different code from the rest of the map. | ||
+ | |||
+ | <pre>| http://66.7.192.165/stairways/39_b.gif</pre> | ||
+ | is changed to: | ||
+ | <pre> | ||
+ | | <div style="position: relative">http://66.7.192.165/stairways/39_b.gif | ||
+ | <div style="position: absolute; left: 0px; top: 0px;"> | ||
+ | <b>[[Krul Beach Forest (West)|<nowiki>[A]</nowiki>]]</b> | ||
+ | </div> | ||
+ | </div> | ||
+ | </pre> | ||
+ | |||
+ | which gives:<br><div style="position: relative">http://66.7.192.165/stairways/39_b.gif<div style="position: absolute; left: 0px; top: 0px;"><b>[[Krul Beach Forest (West)|<nowiki>[A]</nowiki>]]</b></div></div> | ||
+ | |||
[[Category:Templates|{{PAGENAME}}]] | [[Category:Templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Revision as of 01:39, 9 March 2008
This map is updated by players and may not reflect the latest changes to the game. All map coordinates are read across and down. | |
|
Using This Map Notation
Technically, the notation has nothing to do with this template, but this template does define the symbols. In order to put both the map tile image and the notation into the map, the table cell must have slightly different code from the rest of the map.
| http://66.7.192.165/stairways/39_b.gif
is changed to:
| <div style="position: relative">http://66.7.192.165/stairways/39_b.gif <div style="position: absolute; left: 0px; top: 0px;"> <b>[[Krul Beach Forest (West)|[A]]]</b> </div> </div>which gives: