Template:Message box: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
No edit summary
(Fix)
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center><div style="text-align: center; margin: 0 10% 1em 10%;">
<div style="float:center; text-align:center">
{| class="notice noprint" id="{{{id}}}" style="background: {{{backgroundcolor}}}; border: 1px solid #aaa; padding: 0.1em; margin: 0.5em auto;"
{|class="Message box" style="background:{{{backgroundcolor}}}; border:1px solid #aaa; padding:0.1em; margin:0.5em auto; font-size:100%"
|-
|valign=top|[[File:{{{image}}}|45px|alt=]]
| valign="top| [[Image:{{{image}}}|45px| ]]
|  |'''{{{heading}}}'''<br>{{{message}}}
|  | '''{{{heading}}}'''<br><div style="font-size: 90%;">{{{message}}}</div>
|}</div><noinclude>
|}
 
</div></center><noinclude>
 
[[Category:Template templates]]
<code><nowiki>{{Message box|backgroundcolor=background color here|image=file name here|heading=heading here|message=type message here}}</nowiki></code>
</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 13:05, 11 January 2023

[[File:{{{image}}}|45px|alt=]] {{{heading}}}
{{{message}}}


{{Message box|backgroundcolor=background color here|image=file name here|heading=heading here|message=type message here}}