Template:Note/en: Difference between revisions
Jump to navigation
Jump to search
mwnote>FuzzyBot (Updating to match new version of source page) |
mwnote>FuzzyBot (Updating to match new version of source page) |
||
Line 39: | Line 39: | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"type": "content" | "type": "content", | ||
"label": "Text", | |||
"required": true | |||
}, | }, | ||
"2": {} | "2": { | ||
"label": "Type", | |||
"description": "'reminder', 'error', 'gotcha' or nothing. Will affect formatting.", | |||
"type": "string" | |||
} | |||
}, | }, | ||
"format": "inline" | "format": "inline", | ||
"description": "Show a note in a box (e.g. a top-of-the-page warning)." | |||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 12:30, 28 March 2018
<languages/>
{{{1}}}
{{ Template:TNTN |content=
Usage
{{note|Foo}} {{note|Foo|reminder}} {{note|Foo|error}} {{note|Foo|gotcha}} {{tip|Foo}} {{note}} Loose test {{tip}} Loose test
Foo
Foo
Foo
Foo
Template:Tip Note Note: Loose test
Template:Tip Loose test
<templatedata> { "params": { "1": { "type": "content", "label": "Text", "required": true }, "2": { "label": "Type", "description": "'reminder', 'error', 'gotcha' or nothing. Will affect formatting.", "type": "string" } }, "format": "inline", "description": "Show a note in a box (e.g. a top-of-the-page warning)." } </templatedata>
}} [[Category:Templates{{#translation:}}|Note/en]]