Template:Note: Difference between revisions

From Danno's Rocket Wiki
m (→‎Usage: migration to {{#translation:}}, replaced: {{translation}} → {{#translation:}})
(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 15:26, 17 February 2018

<languages/> {{#switch:<translate></translate> | =

{{#if: {{#if:|{{{1}}}|{{#if:demo|demo|}} }} |

{{{1}}}
 | <translate> Note</translate> <translate> Note:</translate> }}

| #default=

 {{ Template:TNTN
 |1={{#if:|}}
 |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>

{{#switch:<translate></translate> | =

{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} |

Foo
 | <translate> Note</translate> <translate> Note:</translate> }}

| #default=

 {{ Template:TNTN
 |1={{#if:Foo|Foo}}
 |2=
 |demo=
 }}

}} {{#switch:<translate></translate> | =

{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} |

Foo
 | <translate> Note</translate> <translate> Note:</translate> }}

| #default=

 {{ Template:TNTN
 |1={{#if:Foo|Foo}}
 |2=reminder
 |demo=
 }}

}} {{#switch:<translate></translate> | =

{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} |

Foo
 | <translate> Note</translate> <translate> Note:</translate> }}

| #default=

 {{ Template:TNTN
 |1={{#if:Foo|Foo}}
 |2=error
 |demo=
 }}

}} {{#switch:<translate></translate> | =

{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} |

Foo
 | <translate> Note</translate> <translate> Note:</translate> }}

| #default=

 {{ Template:TNTN
 |1={{#if:Foo|Foo}}
 |2=gotcha
 |demo=
 }}

}} Template:Tip {{#switch:<translate></translate> | =

{{#if: {{#if:|{{{1}}}|{{#if:|demo|}} }} |

{{{1}}}
 | <translate> Note</translate> <translate> Note:</translate> }}

| #default=

 {{ Template:TNTN
 |1={{#if:|}}
 |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]]