Template:Note: Difference between revisions

Template page
No edit summary
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<onlyinclude>{{Template:Container
<onlyinclude>{{Container
   |{{{1|Example Text}}}
   |{{{1|Example Text}}}
   |{{#switch:{{{2|}}}
   |{{#switch:{{{2|}}}
     |information=--color-information
     |information=--color-information-bg
     |suggestion=--color-suggestion
     |suggestion=--color-suggestion-bg
     |warning=--color-warning
     |warning=--color-warning-bg
     |danger=--color-danger
     |danger=--color-danger-bg
     |=--color-information}}
     |=--color-information-bg}}
   |{{#switch:{{{2|}}}
   |{{#switch:{{{2|}}}
     |information=[[File:InformationIcon.svg|40px]]     
     |information=[[File:InformationIcon.svg|40px|link=]]     
     |suggestion= [[File:SuggestionIcon.svg|40px]]       
     |suggestion= [[File:SuggestionIcon.svg|40px|link=]]       
     |warning=    [[File:WarningIcon.svg|40px]]       
     |warning=    [[File:WarningIcon.svg|40px|link=]]       
     |danger=    [[File:DangerIcon.svg|40px]]       
     |danger=    [[File:DangerIcon.svg|40px|link=]]       
     |=}}}}</onlyinclude>
     |=}}}}</onlyinclude>


== Examples ==
== Examples ==
{{Template:Note|This is a information.|information}}
{{Note|This is a information.|information}}
{{Template:Note|This is a suggestion.|suggestion}}
<code><nowiki>{{Note|This is a information.|information}}</nowiki></code>
{{Template:Note|This is a warning.|warning}}
{{Note|This is a suggestion.|suggestion}}
{{Template:Note|This is really dangerous!|danger}}
<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 ==
== Guidance ==
Avoid overusing these, with each one added to a page they lose their meaning. Generally stick to 1-3 per page if possible.
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

Example Text

Examples

This is a information.

{{Note|This is a information.|information}}

This is a suggestion.

{{Note|This is a suggestion.|suggestion}}

This is a warning.

{{Note|This is a warning.|warning}}

This is really dangerous!

{{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.