Template:Note: Difference between revisions
 (Blanked the page)  | 
				|||
| Line 1: | Line 1: | ||
<languages/>  | |||
<onlyinclude>{{#switch:<translate></translate>  | |||
| =  | |||
{{#if: {{#if:{{{1|}}}|{{{1}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <div role="note" class="note note-{{#switch:{{{2|}}}  | |||
    |gotcha=error  | |||
    |=info  | |||
    |#default={{{2|}}}  | |||
    }}" style="background-position:{{dir|{{pagelang}}|right|left}} 7px top 50%; {{dir|{{pagelang}}|padding-right: 40px; padding-left: 0.5em;|padding-right: 0.5em; padding-left: 40px;}}">{{{1}}}</div>  | |||
  | [[File:Bulbgraph.png|18px|<translate><!--T:1--> Note</translate>|link=]] '''<translate><!--T:2--> Note:</translate>''' }}  | |||
| #default=  | |||
  {{ {{TNTN|Note}}  | |||
  |1={{#if:{{{1|}}}|<nowiki></nowiki>{{{1|}}}}}  | |||
  |2={{{2|}}}  | |||
  |demo=<noinclude>demo</noinclude>  | |||
  }}  | |||
}}</onlyinclude>  | |||
{{ {{TNTN|documentation}} |content=  | |||
<translate>  | |||
== Usage == <!--T:3-->  | |||
</translate>  | |||
<pre>  | |||
{{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>  | |||
</pre>  | |||
{{note|Foo}}  | |||
{{note|Foo|reminder}}  | |||
{{note|Foo|error}}  | |||
{{note|Foo|gotcha}}  | |||
{{tip|Foo}}  | |||
{{note}} <translate><!--T:4--> Loose test</translate>  | |||
{{tip}} <translate><!--T:5--> 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:}}|{{PAGENAME}}]]  | |||
Revision as of 05:12, 28 March 2018
<languages/> {{#switch:<translate></translate> | =
{{#if: {{#if:|{{{1}}}|{{#if:demo|demo|}} }} |
 | <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|}} }} |
 | <translate> Note</translate> <translate> Note:</translate> }}
| #default=
 {{ Template:TNTN
 |1={{#if:Foo|Foo}}
 |2=
 |demo=
 }}
}} {{#switch:<translate></translate> | =
{{#if: {{#if:Foo|Foo|{{#if:|demo|}} }} |
 | <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|}} }} |
 | <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|}} }} |
 | <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|}} }} |
 | <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]]