Difference between revisions of "Template:Box"

Line 1: Line 1:
<div style = "border: 1px solid #ddd; padding: 10px;">{{{content}}}</div>
+
<noinclude>__NOTOC__ __NOEDITSECTION__
<noinclude>[[Category: Core templates]]</noinclude>
+
== Preview ==
 +
</noinclude><div style = "border: 1px solid #ddd; padding: 10px;">{{{content}}}</div>
 +
<noinclude>
 +
== Template Format ==
 +
<pre><nowiki>{{Box
 +
| content = Your text goes here
 +
}}</nowiki></pre>
 +
== Preview ==
 +
{{Box
 +
| content = Your text goes here
 +
}}
 +
[[Category: Core templates]]</noinclude>

Revision as of 08:33, 9 November 2016

Preview

{{{content}}}

Template Format

{{Box
| content = Your text goes here
}}

Preview

Your text goes here