Template:FP heading

From Caves of Qud Wiki
Revision as of 04:37, 12 April 2019 by imported>Kittymmeow (Protected "Template:FP heading": Standard practice ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Template-info.png Documentation

This template is for creating the styled headings used within boxes on the front page: Caves of Qud Wiki. It relies heavily on CSS in MediaWiki:Common.css and MediaWiki:Mobile.css.

NOTE: These should generally not be used in content pages to mark sections in a page. Instead, please use wikitext headings.

Usage

{{FP heading | content | type = <main/subheading/none> /optional}}

Parameters

content
Content of the heading Required.
|type=
Optional parameter to select which type of heading to use. Valid values: main (larger text), subheading (no background). If omitted, will default to the standard heading style.

Examples

{{FP heading | no type}}
no type
{{FP heading | main type | type = main}}
main type
{{FP heading | subheading type | type = subheading}}
subheading type