Difference between revisions of "Template:Note/en"

From MakerFX Wiki!
Jump to: navigation, search
(Updating to match new version of source page)
m (8 revisions imported)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
<onlyinclude>{{#switch:
 
<onlyinclude>{{#switch:
 
| =
 
| =
{{#if: {{#if:{{{1|}}}|{{{1}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <div class="note note-{{#switch:{{{2|}}}
+
{{#if: {{#if:{{{1|}}}|{{{1}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <div role="note" class="note note-{{#switch:{{{2|}}}
|gotcha=error
+
    |gotcha=error
|=info
+
    |=info
|#default={{{2|}}}
+
    |#default={{{2|}}}
}}">{{{1}}}</div> | [[File:Bulbgraph.png|18px|Note|link=]]&nbsp;'''Note:''' }}
+
    }}" 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|Note|link=]]&nbsp;'''Note:''' }}
 
| #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>
 
   }}
 
   }}
 
}}</onlyinclude>
 
}}</onlyinclude>
{{ {{TNTN|documentation}} }}
+
{{ {{TNTN|documentation}} |content=
[[Category:Templates{{translation}}|{{PAGENAME}}]]
+
== Usage ==
 +
<pre>
 +
{{note|Foo}}
 +
{{note|Foo|reminder}}
 +
{{note|Foo|error}}
 +
{{note|Foo|gotcha}}
 +
{{tip|Foo}}
 +
{{note}} Loose test
 +
{{tip}} Loose test
 +
</pre>
 +
{{note|Foo}}
 +
{{note|Foo|reminder}}
 +
{{note|Foo|error}}
 +
{{note|Foo|gotcha}}
 +
{{tip|Foo}}
 +
{{note}} Loose test
 +
 
 +
{{tip}} Loose test
 +
 
 +
<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}}]]

Latest revision as of 15:11, 6 August 2018

<languages/>

{{{1}}}

Script error: No such module "documentation". [[Category:Templates{{#translation:}}|Note/en]]