Template:Ambox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added usage notes) |
||
Line 4: | Line 4: | ||
|style="padding: 5px; {{{tstyle}}}"|{{{text}}} | |style="padding: 5px; {{{tstyle}}}"|{{{text}}} | ||
|} | |} | ||
<noinclude> | |||
== Usage == | |||
{| class="wikitable" | |||
! Input | |||
! Output | |||
|- | |||
| | |||
<pre><nowiki> | |||
{{Ambox | |||
|align = left | |||
|color = #FFA500 | |||
|image = Ambox Notice.png | |||
|iparam = 20px | |||
|text = Sample message here | |||
|tstyle = color: red; font-weight: bold; | |||
}} | |||
</nowiki></pre> | |||
| | |||
{{Ambox | |||
|align = left | |||
|color = #FFA500 | |||
|image = Ambox Notice.png | |||
|iparam = 20px | |||
|text = Sample message here | |||
|tstyle = color: red; font-weight: bold; | |||
}} | |||
|} | |||
</noinclude> |