Difference between revisions of "Template:Notice"

From CcmWiki
Jump to: navigation, search
(New page: {| cellpadding="5" cellspacing="0" border="1" style="background-color:#FAFAD2;" |{{{Text}}} |})
 
 
(3 intermediate revisions 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;"
|{{{Text}}}
+
|{{{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