Difference between revisions of "Template:WNote"

From Second Life Wiki
Jump to navigation Jump to search
(changed body to a table)
(fixed a botched table def)
Line 1: Line 1:
<includeonly><div style='padding-left:32px;padding-right:32px;padding-bottom:8px'><div style='border:dashed 1px; padding:6px'>{{|
<includeonly><div style='padding-left:32px;padding-right:32px;padding-bottom:8px'><div style='border:dashed 1px; padding:6px'>{|
|-style='vertical-align:top'
|-style='vertical-align:top'
|'''Note:'''
|'''Note:'''
|''{{{text|}}}''
|''{{{text|}}}''
|}}</div></div></includeonly><noinclude>
|}</div></div></includeonly><noinclude>


== Usage ==
== Usage ==

Revision as of 18:33, 30 March 2008


Usage

This template allows for the simple inclusion of general/generic notes.

{{wNote
 |text=
 |}}

Examples

{{wNote
 |text=This is some sample text.<br>You can span lines and have the alignment stay<br>to the top.
 |}}
{|

|-style='vertical-align:top' |Note: |This is some sample text.
You can span lines and have the alignment stay
to the top.

|}