Template:Section depth

From relax wiki
Jump to navigation Jump to search

{{{heading}}}

Template documentation

The Section depth template

Goal

To allow for dynamically changing the depth of headings.


Usage

{{section depth
| base    =
| dyn     =
| heading =
}}
base 
The base depth which defaults to 1.
dyn 
The obligatory dynamic heading depth.
heading 
The heading text.

The final heading depth is calculated as default - 1 + dyn.

Example

{{section depth|dyn=3|base=4|heading=This is a level 6 heading}}
This is a level 6 heading