Template:InfoBox Headers: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (Add usage info)
m (added 'copy' section)
Line 3: Line 3:
This template is used to add a formatted header to infoboxes. It includes a light gray-blue background, and the text is bold and centered.
This template is used to add a formatted header to infoboxes. It includes a light gray-blue background, and the text is bold and centered.


The input to this template, <code>header</code>, determines the text.
=== Usage ===
=== Usage ===
<nowiki>{{InfoBox_Headers |header = Skeptical Rogues }}</nowiki>
The input to this template, <code>header</code>, determines the text of the header.
<pre>{{InfoBox_Headers |header = Skeptical Rogues }}</pre>
 
=== Copy ===
<pre>{{InfoBox_Headers
|header =
}}</pre>
[[Category:Utility templates]]
[[Category:Utility templates]]
</noinclude>
</noinclude>

Revision as of 08:02, 3 September 2013

Description

This template is used to add a formatted header to infoboxes. It includes a light gray-blue background, and the text is bold and centered.

Usage

The input to this template, header, determines the text of the header.

{{InfoBox_Headers |header = Skeptical Rogues }}

Copy

{{InfoBox_Headers 
|header = 
}}