Template:Note: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
mwnote>TheStoneBot
m (: migration to {{#translation:}}, replaced: {{translation}} → {{#translation:}})
mwnote>Tgr
(templatedata)
Line 41: Line 41:
"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 21:26, 17 February 2018

<languages/> {{ Template:TNTN

 |1=
 |2=
 |demo=demo
 }}

{{ Template:TNTN |content= <translate>

Usage

</translate>

{{note|Foo}}
{{note|Foo|reminder}}
{{note|Foo|error}}
{{note|Foo|gotcha}}
{{tip|Foo}}
{{note}} <translate><!--T:6--> Loose test</translate>
{{tip}} <translate><!--T:7--> Loose test</translate>

{{ Template:TNTN

 |1=Foo
 |2=
 |demo=
 }}

{{ Template:TNTN

 |1=Foo
 |2=reminder
 |demo=
 }}

{{ Template:TNTN

 |1=Foo
 |2=error
 |demo=
 }}

{{ Template:TNTN

 |1=Foo
 |2=gotcha
 |demo=
 }}

Template:Tip {{ Template:TNTN

 |1=
 |2=
 |demo=
 }} <translate> Loose test</translate>

Template:Tip <translate> Loose test</translate>

<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]]