Fixed parameters |
No edit summary |
||
(12 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <onlyinclude>{{Container | ||
|{{{1|Example Text}}} | |{{{1|Example Text}}} | ||
|{{#switch:{{{2|}}} | |{{#switch:{{{2|}}} | ||
|information= | |information=--color-information-bg | ||
|suggestion= | |suggestion=--color-suggestion-bg | ||
|warning= | |warning=--color-warning-bg | ||
|danger= | |danger=--color-danger-bg | ||
|= | |=--color-information-bg}} | ||
|{{#switch:{{{2|}}} | |{{#switch:{{{2|}}} | ||
|information= | |information=[[File:InformationIcon.svg|40px|link=]] | ||
|suggestion= | |suggestion= [[File:SuggestionIcon.svg|40px|link=]] | ||
|warning= | |warning= [[File:WarningIcon.svg|40px|link=]] | ||
|danger= | |danger= [[File:DangerIcon.svg|40px|link=]] | ||
|=}}}} | |=}}}}</onlyinclude> | ||
== Examples == | |||
{{Note|This is a information.|information}} | |||
<code><nowiki>{{Note|This is a information.|information}}</nowiki></code> | |||
{{Note|This is a suggestion.|suggestion}} | |||
<code><nowiki>{{Note|This is a suggestion.|suggestion}}</nowiki></code> | |||
{{Note|This is a warning.|warning}} | |||
<code><nowiki>{{Note|This is a warning.|warning}}</nowiki></code> | |||
{{Note|This is really dangerous!|danger}} | |||
<code><nowiki>{{Note|This is really dangerous!|danger}}</nowiki></code> | |||
== Guidance == | |||
When using these we recommend following this guidance: | |||
* Avoid overuse | |||
** With each one added to a page they lose their meaning. | |||
** Generally stick to 1-3 per page if possible. | |||
* Keep it to 1-2 sentences | |||
** Any longer and you should be writing a paragraph instead. |
Latest revision as of 02:09, 5 August 2024
Examples
{{Note|This is a information.|information}}
{{Note|This is a suggestion.|suggestion}}
{{Note|This is a warning.|warning}}
{{Note|This is really dangerous!|danger}}
Guidance
When using these we recommend following this guidance:
- Avoid overuse
- With each one added to a page they lose their meaning.
- Generally stick to 1-3 per page if possible.
- Keep it to 1-2 sentences
- Any longer and you should be writing a paragraph instead.