편집
950
번
Blue Electric (토론 | 기여) (Imported from: https://www.mediawiki.org/wiki/Template:Note) |
|||
(사용자 17명의 중간 판 47개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
{{#if: {{{1|<noinclude>demo</noinclude>}}} | <div class="note note-{{#switch:{{{2|}}} | <onlyinclude>{{#if: {{#if:{{{1|{{{text|}}}}}}|{{{1|{{{text|}}}}}}|{{#if:<noinclude>demo</noinclude>|demo|{{{demo|}}}}} }} | <templatestyles src="Note/styles.css" /><div role="note" class="note note-{{#switch: {{{2|{{{type|}}}}}} | ||
|gotcha=error | |||
|=info | |||
|#default={{{2|{{{type|}}}}}} | |||
}}">{{{1}}}</div> | [[File: | }} {{#ifeq:{{{inline|}}}|1|note-inline}}">{{{1|{{{text}}}}}}</div> | ||
| [[File:OOjs UI icon lightbulb-20 fc3.svg|18px|Note|link=]] '''Note:''' }}<!-- | |||
--></onlyinclude> | |||
== 사용예 == | |||
<pre> | |||
{{Note|Foo}} | |||
{{Note|Foo|info}} | |||
{{Note|Foo|reminder}} | |||
{{Note|Foo|warn}} | |||
{{Note|Foo|error}} | |||
{{Note}} Loose test | |||
* Text {{Note|Foo|inline=1}} | |||
</pre> | |||
{{Note|Foo}} | |||
{{Note|Foo|info}} | |||
{{Note|Foo|reminder}} | |||
{{Note|Foo|warn}} | |||
{{Note|Foo|error}} | |||
* Text {{Note|Foo|inline=1}} |