Difference between revisions of "Template:Section depth"
Jump to navigation
Jump to search
(Fixed the example.) |
m (Addition of the missing </noinclude>.) |
||
Line 35: | Line 35: | ||
}} | }} | ||
+ | </noinclude> |
Revision as of 09:28, 16 October 2015
{{{heading}}}
Template documentation
Contents
The Section depth template
Goal
To allow for dynamically changing the depth of headings.
Usage
{{section depth | default = | level = | 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|level=3|default=4|heading=This is a level 6 heading}}