Template:Text on an image

From The Urban Dead Wiki
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!