Template:Important/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.

Displays additional important information which may be useful as a note to the reader.

Template parameters

ParameterDescriptionTypeStatus
Important content1

Add important details to display as content.

Contentrequired
Format typetype

Set to a value of 'inline' or 'block'. Adjusts the content to be in an inline (useful for lists) or block (line breaking) level element.

Default
block
Stringoptional
Tip
Use {{=}} or {{!}} instead of the characters "=" or "|" for equal or pipe symbols, respectively.

Usage

See the template's testcases:

No parameter
Wiki code {{Important}}

Main version
Important
{{{1}}}
Sandbox version
Important
{{{1}}}


Parameter: unnamed
Wiki code {{Important|Some information.}}

Main version
Important
Some information.
Sandbox version
Important
Some information.


Parameter: unnamed 1, unnamed 2
Wiki code {{Important|Some information in 1st parameter.|Some info in 2nd parameter}}

Main version
Important
Some information in 1st parameter.
Sandbox version
Important
Some information in 1st parameter.


Parameter: unnamed, type=block
Wiki code {{Important|Some information.|type=block}}

Main version
Important
Some information.
Sandbox version
Important
Some information.


Parameter: unnamed, type=inline
Wiki code {{Important|Some information.|type=inline}}

Main version Important: Some information.
Sandbox version Important: Some information.


Parameter: unnamed 1, unnamed 2, type=inline
Wiki code {{Important|Some information in 1st parameter.|Some info in 2nd parameter|type=inline}}

Main version Important: Some information in 1st parameter.
Sandbox version Important: Some information in 1st parameter.


See also