Template:Map: Difference between revisions
No edit summary |
|||
| Line 11: | Line 11: | ||
{{Map/Start|base=FILENAME.png|width=PIXELS|link=PAGENAME}} | {{Map/Start|base=FILENAME.png|width=PIXELS|link=PAGENAME}} | ||
<!-- {{Map/Grid|color=rgba(255, 255, 255, 1)}} --> | <!-- {{Map/Grid|color=rgba(255, 255, 255, 1)}} --> | ||
{{Map/Label|X|Y|Label}} | {{Map/Label|1=X|2=Y|3=Label}} | ||
{{Map/Label|X|Y| | {{Map/Label|1=X|2=Y|3=Label|color=COLOR|length=PIXELS|width=EM|halfwidth=(half of width)}} | ||
{{Map/End}} | {{Map/End}} | ||
</nowiki></pre> | </nowiki></pre> | ||
| Line 23: | Line 22: | ||
{{Map/Label|50|50|Test}} | {{Map/Label|50|50|Test}} | ||
{{Map/Label|25|75|[[Equus Oils|Link test]]}} | {{Map/Label|25|75|[[Equus Oils|Link test]]}} | ||
{{Map/Label|75|25|Color test|color=green}} | {{Map/Label|25|25|Width test|width=6|halfwidth=3}} | ||
{{Map/Label|75|25|Color & length test|color=green|length=40}} | |||
{{Map/Label|75|75|A longer test on several lines}} | {{Map/Label|75|75|A longer test on several lines}} | ||
{{Map/End}} | {{Map/End}} | ||