{{{2}}}
Usage
This template is used for creating text styled after the manner of wiki headers, to be used where actual wiki headers are inappropriate.
Parameters
Required Parameters
- 1 (unnamed): header level (1-6)
- 2 (unnamed): display text
Optional Parameters
- inline: accepted value - "yes"
- border: accepted value - "no" (removes the border from header levels 1 and 2)
- anchor: creates an anchor (linkable area) with the given value
- style: additional css styles may be applied here
Examples
Required Parameters only
{{H|2|Hello World}} produces:
Hello World
With Optional Parameters
{{H|3|Hello World|inline=yes}} produces:
Hello World
{{H|1|Hello World|border=no|style=background-color:gray;}} produces:
Hello World