Template:Header: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
(Page creation)
 
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<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}}}'''</div><noinclude>
<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.
{{header|title=<header text>}}
<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 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}}}}