Difference between revisions of "Template:Positioned Text"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
* color - color of text (default is white)
* color - color of text (default is white)


== Example ==
Example:
<div style="background-color: blue; width: 600px;">
<div style="background-color: blue; width: 600px;">
{{Positioned Text|text=Test|x=500|y=500}}
{{Positioned Text|text=This is a test|x=500|y=500}}
</div>
</div>
</noinclude>
</noinclude>

Revision as of 22:29, 11 July 2011

{{{text}}}

Parameters:

  • x - number of pixels from the left side
  • y - number of pixels from the top
  • size - point size of text (default is 10pt)
  • color - color of text (default is white)

Example:

This is a test