Template:Note: Difference between revisions

From Maria GDK Wiki
Jump to navigation Jump to search
mwnote>Matt Fitzpatrick
m (added role="note" attribute to div container)
mwnote>Brett Wuth
(Add <nowiki></nowiki> to force parsing of initial bullet. See test cases)
Line 10: Line 10:
| #default=
| #default=
   {{ {{TNTN|Note}}
   {{ {{TNTN|Note}}
   |1={{{1|}}}
   |1={{#if:{{{1|}}}|<nowiki></nowiki>{{{1|}}}}}
   |2={{{2|}}}
   |2={{{2|}}}
   |demo=<noinclude>demo</noinclude>
   |demo=<noinclude>demo</noinclude>

Revision as of 17:25, 16 June 2017

<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" }, "2": {} }, "format": "inline" } </templatedata>

}} [[Category:TemplatesTemplate:Translation|Note]]