Template:Header: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) m (Undo revision 1010 by CptTwinkie (talk)) |
CptTwinkie (talk | contribs) mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div | <includeonly><div class="header">'''{{{1|title}}}'''</div></includeonly><noinclude> | ||
==Example== | |||
{{Header|Example Header Text {{Small Image Link|StoneCube.png|Stone Cube}}}} | |||
==Usage== | ==Usage== | ||
<pre> | The Header template is meant to be used to make a decorative header box on a page. This header has hard-coded color information and does not show in the table of contents. | ||
{{ | <pre>{{Header|<header text>}}</pre> | ||
</pre> | *The code above can be pasted into your page and edited. | ||
[[Category:Templates]]</noinclude> | ==Example Source== | ||
<pre>{{Header|Example Header Text {{Small Image Link|StoneCube.png|Stone Cube}}}}</pre> | |||
[[Category:Templates/Formatting]]</noinclude> |
Latest revision as of 13:41, 11 May 2018
Example
Example Header Text Stone Cube
Usage
The Header template is meant to be used to make a decorative header box on a page. This header has hard-coded color information and does not show in the table of contents.
{{Header|<header text>}}
- The code above can be pasted into your page and edited.
Example Source
{{Header|Example Header Text {{Small Image Link|StoneCube.png|Stone Cube}}}}