Template:Note: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{BaseWarning | max-width=558px | bar-width=0px | bar-color=#f5efe6 | icon=File:OOjs UI icon reference 20 ac6600.png | icon-size=40px | border-width=1px | border-color=#a66916 | background-color=#f5efe6 | text={{{text}}} }} <noinclude> Usage example: <pre> {{Note | text=Example }} </pre> <templatedata> { "params": { "text": { "suggested": true, "default": "", "type": "string" } }, "sets": [] } </templatedata> </noinclude>") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
| bar-color=#f5efe6 | | bar-color=#f5efe6 | ||
| icon=File:OOjs UI icon reference 20 ac6600.png | | icon=File:OOjs UI icon reference 20 ac6600.png | ||
| icon-size= | | icon-size=20px | ||
| border-width=1px | | border-width=1px | ||
| border-color=#a66916 | | border-color=#a66916 | ||
| background-color=#f5efe6 | | background-color=#f5efe6 | ||
| text={{{ | | text={{{1|}}} | ||
}} | }}<noinclude> | ||
Usage example: | Usage example: | ||
<pre> | <pre> | ||
{{Note | {{Note | ||
| | | 1=Example | ||
}} | }} | ||
</pre> | </pre> | ||
Line 21: | Line 20: | ||
{ | { | ||
"params": { | "params": { | ||
" | "1": { | ||
"suggested": true, | "suggested": true, | ||
"default": "", | "default": "", |