Template:Text on an image

From The Urban Dead Wiki
Revision as of 23:26, 10 April 2011 by Karek (talk | contribs) (This needs a better name. Anyway, fixing category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
{{{text}}}


Example Usage

This template takes an x position, y position and some text to display. The text can be wikicode, so you can also use this template to display images.

Mallmap.PNG

You get the idea

is formed by...

<div style="position: relative;"> [[Image:Mallmap.PNG]]
{{Template:Text on an image|x=210|y=60|text=[[Bale]]}}
{{Template:Text on an image|x=148|y=202|text=[[Ackland]]}}
{{Template:Text on an image|x=345|y=365|text=[[Blesley]]}}
{{Template:Text on an image|x=235|y=470|text=You get the idea}}
</div>

Be sure to include the surrounding markup too!