Template:Ambox: Difference between revisions
Jump to navigation
Jump to search
(Created page with '<center> {| class="wikitable" |style="background-color: red"| |[[Image:{{{icon}}}]] |{{{text}}} |} </center>') |
(added "noprint" class) |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | {| class="ambox noprint" align="{{{align}}}" style="background-color: {{{bgcolor}}}" | ||
|style="background-color: {{{color}}}"| | |||
|[[Image:{{{image}}}|{{{iparam}}}]] | |||
|style="padding: 5px; {{{tstyle}}}"|{{{text}}} | |||
|}<noinclude> | |||
== Usage == | |||
{| class="wikitable" | {| 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; | |||
}} | |||
|} | |} | ||
</ | [[Category:Message Box]] | ||
[[Category:Exclude in print]] | |||
</noinclude> |
Latest revision as of 22:52, 22 March 2014
Usage
Input | Output |
---|---|
{{Ambox |align = left |color = #FFA500 |image = Ambox Notice.png |iparam = 20px |text = Sample message here |tstyle = color: red; font-weight: bold; }} |