Difference between revisions of "Template:Notice"
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| cellpadding="5" cellspacing="0" border="1" style="background-color:#FAFAD2;" | {| cellpadding="5" cellspacing="0" border="1" style="background-color:#FAFAD2;" | ||
| − | |{{{ | + | |{{{Content|}}} |
|} | |} | ||
| + | <noinclude> | ||
| + | == Usage == | ||
| + | |||
| + | This template allows you to add some arbitrary text that appears in a box with a yellow background. | ||
| + | |||
| + | <pre><nowiki> | ||
| + | {{notice | ||
| + | |Content= | ||
| + | }} | ||
| + | </nowiki></pre> | ||
| + | |||
| + | |||
| + | ''Sample '' | ||
| + | |||
| + | <pre><nowiki> | ||
| + | {{notice | ||
| + | |Content=Your text here | ||
| + | |||
| + | Second line with a [http://www.google.com link] | ||
| + | }} | ||
| + | </nowiki></pre> | ||
| + | |||
| + | {{notice | ||
| + | |Content=Your text here | ||
| + | |||
| + | Second line with a [http://www.google.com link] | ||
| + | }} | ||
| + | |||
| + | |||
| + | </noinclude> | ||
Latest revision as of 17:28, 14 December 2009
Usage
This template allows you to add some arbitrary text that appears in a box with a yellow background.
{{notice
|Content=
}}
Sample
{{notice
|Content=Your text here
Second line with a [http://www.google.com link]
}}
| Your text here
Second line with a link |