Template:InfoBox header/doc

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
This page is a template. It contains some standardized, often used text, which can be transcluded inside other pages. As this template is widely used in our wiki, it may be protected in which case only staff members can change it. Use the discussion page to propose enhancements or fixes, or to voice your opinion.

Use this template to add a header to an infobox.

Parameters

No description.

Template parameters

ParameterDescriptionTypeStatus
11

Text to display in the heading

Stringrequired
Anchoranchor

An anchor for linking to the header (see the test cases for an example)

Stringoptional

Usage

See the template's testcases:

Correct

One anonymous parameter
Wiki code
{{InfoBox stack| {{InfoBox header|Some text}} }}
Main version
Some text
Sandbox version
Some text


One anonymous parameter + anchor (#foo should work)
Wiki code
{{InfoBox stack| {{InfoBox header|Some text|anchor=foo}} }}
Main version
Some text
Sandbox version
Some text


Incorrect

No parameter (exposed wikicode)
Wiki code
{{InfoBox stack| {{InfoBox header}} }}
Main version
{{{1}}}
Sandbox version
{{{1}}}