FGC:Header

From EvaWiki
Revision as of 20:28, 30 March 2010 by ObsessiveMathsFreak (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Usage

Creates a centred header, useful on FGC pages where the standard Mediawiki header system is unsuitable. Creates a header with the required text and optional id, useful for linking to the page.

To create a header, use the following code

{{FGC:Header|text=|name=|num=}}

Example

The following code create the header below it.

{{FGC:Header|text=This is a centred header|name=example_link_end}}

This is a centred header

The header can be linked to with code similar to the following

[[FGC:Header#example_link_end]]

FGC:Header#example_link_end

If given a number "num", the header will have that number level

The following code create the header below it.

{{FGC:Header|text=This is a centred header|name=example_link_end|num=2}}