Template:Note/Doc: Difference between revisions
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..." |
Hide templatedata from doc page, make note message required |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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: | ||
{{ | {{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): | ||
{{ | {{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.}} | ||
<includeonly> | |||
=== Template data === | |||
<templatedata> | |||
{ | |||
"description": "Display an important message without disrupting the normal reading flow", | |||
"params": { | |||
"1": { | |||
"label": "Note content", | |||
"description": "The message to be included in the note", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"leading": { | |||
"label": "Leading text", | |||
"description": "If set, this will replace the 'Note:' text at the beginning of the note", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</includeonly> | |||