Template:Note/en: Difference between revisions

From Atmospheric and Oceanic Science
Jump to navigation Jump to search
(Updating to match new version of source page)
(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 11: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
Foo

<translate> Note</translate> <translate> Note:</translate> Loose test

<translate> Note</translate> <translate> Note:</translate> 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]]