Difference between revisions of "Template:Box"
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>__NOTOC__ __NOEDITSECTION__ | <noinclude>__NOTOC__ __NOEDITSECTION__ | ||
== Preview == | == Preview == | ||
− | </noinclude><div style = "border: 1px solid #ddd; padding: | + | </noinclude><div style = "border: 1px solid #ddd; padding: 8px; {{{style|}}}">{{{content}}}</div> |
<noinclude> | <noinclude> | ||
== Template Format == | == Template Format == | ||
Line 7: | Line 7: | ||
| content = Your text goes here | | content = Your text goes here | ||
}}</nowiki></pre> | }}</nowiki></pre> | ||
− | == | + | == Output == |
{{Box | {{Box | ||
| content = Your text goes here | | content = Your text goes here | ||
}} | }} | ||
[[Category: Core templates]]</noinclude> | [[Category: Core templates]]</noinclude> |
Latest revision as of 13:45, 11 November 2016
Preview
{{{content}}}
Template Format
{{Box | content = Your text goes here }}
Output
Your text goes here