"틀:Note"의 두 판 사이의 차이

탄빵라이브러리
Import>TheStoneBot
잔글 (→‎Usage: migration to {{#translation:}}, replaced: {{translation}} → {{#translation:}})
Import>Tgr
(templatedata)
41번째 줄: 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>

2018년 2월 18일 (일) 05:26 판

<languages/> {{ 틀:TNTN

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

{{ 틀: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>

{{ 틀:TNTN

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

{{ 틀:TNTN

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

{{ 틀:TNTN

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

{{ 틀:TNTN

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

틀:Tip {{ 틀:TNTN

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

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