Jump to content

Template:Note/Doc: Difference between revisions

From NixOS Wiki
DoggoBit (talk | contribs)
Created page with "This template can be used for displaying important information that shouldn't disrupt the normal reading flow. {{note|This information is important and highlighted to you.}} === Usage === You can simply include this template, along with a message to be displayed: {{bc|<nowiki>{{note|This information is important and highlighted to you.}}</nowiki>}} You can also change the leading text (the ''"Note"'' part): {{bc|<nowiki>{{note|leading=For your information.|This inf..."
 
DoggoBit (talk | contribs)
No edit summary
Line 7: Line 7:
You can simply include this template, along with a message to be displayed:
You can simply include this template, along with a message to be displayed:


{{bc|<nowiki>{{note|This information is important and highlighted to you.}}</nowiki>}}
{{code|lang=mediawiki|line=no|<nowiki>{{note|This information is important and highlighted to you.}}</nowiki>}}


You can also change the leading text (the ''"Note"'' part):
You can also change the leading text (the ''"Note"'' part):


{{bc|<nowiki>{{note|leading=For your information.|This information is important and highlighted to you.}}</nowiki>}}
{{code|lang=mediawiki|line=no|<nowiki>{{note|leading=For your information.|This information is important and highlighted to you.}}</nowiki>}}


{{note|leading=For your information.|This information is important and highlighted to you.}}
{{note|leading=For your information.|This information is important and highlighted to you.}}

Revision as of 21:22, 5 June 2025

This template can be used for displaying important information that shouldn't disrupt the normal reading flow.

Note: This information is important and highlighted to you.

Usage

You can simply include this template, along with a message to be displayed:

{{note|This information is important and highlighted to you.}}

You can also change the leading text (the "Note" part):

{{note|leading=For your information.|This information is important and highlighted to you.}}
For your information. This information is important and highlighted to you.