Template:Header: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><div style="background: rgba(80,60,30,0.8); border: 1px solid #B78F51; text-align: center; color: white; font-size: 150%; padding: 5px 5px 5px 5px;">'''{{{1|title}}}'''</div></includeonly><noinclude>
<includeonly><div class="header">'''{{{1|title}}}'''</div></includeonly><noinclude>
==Example==
==Example==
{{Header|Example Header Text {{Small Image Link|StoneCube.png|Stone Cube}}}}
{{Header|Example Header Text {{Small Image Link|StoneCube.png|Stone Cube}}}}
Line 7: Line 7:
<pre>{{Header|<header text>}}</pre>
<pre>{{Header|<header text>}}</pre>
*The code above can be pasted into your page and edited.
*The code above can be pasted into your page and edited.
==Example Source==
<pre>{{Header|Example Header Text {{Small Image Link|StoneCube.png|Stone Cube}}}}</pre>
[[Category:Templates/Formatting]]</noinclude>
[[Category:Templates/Formatting]]</noinclude>

Latest revision as of 13:41, 11 May 2018

Example

Example Header Text StoneCube.png 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}}}}