Template:Note/doc: Difference between revisions

From Danno's Rocket Wiki
m (20 revisions imported)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
== Usage ==
<pre>
{{note|Foo}}
{{note|Foo|reminder}}
{{note|Foo|error}}
{{note|Foo|gotcha}}
{{tip|Foo}}
{{note}} Loose test
{{tip}} Loose test
</pre>
{{note|Foo}}
{{note|Foo|reminder}}
{{note|Foo|error}}
{{note|Foo|gotcha}}
{{tip|Foo}}
{{note}} Loose test
{{tip}} Loose test
<includeonly>
<!-- Categories go here, and interwikis go here -->
{{languages}}
</includeonly>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"1": {},
"inline": {
"2": {}
"label": "Inline formatting",
"description": "Show the template without line breaks before and after it",
"type": "boolean"
},
"text": {
"aliases": [
"1"
],
"label": "Text",
"type": "content",
"required": true
},
"type": {
"aliases": [
"2"
],
"label": "Type",
"description": "One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.",
"type": "line",
"default": "info"
}
},
},
"format": "inline"
"format": "inline",
"description": "Show a note in a box (e.g. a top-of-the-page warning).",
"paramOrder": [
"type",
"text",
"inline"
]
}
}
</templatedata>
</templatedata>
== Heading text ==

Latest revision as of 23:23, 22 January 2021

<templatedata> { "params": { "inline": { "label": "Inline formatting", "description": "Show the template without line breaks before and after it", "type": "boolean" }, "text": { "aliases": [ "1" ], "label": "Text", "type": "content", "required": true }, "type": { "aliases": [ "2" ], "label": "Type", "description": "One of 'info', 'reminder', 'warn', or 'error'. This setting affects the color and icon.", "type": "line", "default": "info" } }, "format": "inline", "description": "Show a note in a box (e.g. a top-of-the-page warning).", "paramOrder": [ "type", "text", "inline" ] } </templatedata>