Template:Ooumb: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) |
Cdjensen94 (talk | contribs) |
||
| Line 1: | Line 1: | ||
<includeonly><div id="{{{id|{{ | <includeonly> | ||
<div id="{{{id|{{subst:PAGENAMEE}}}}}" | |||
class="mobile-hide noexcerpt ooumb hatnote messagebox mw-message-box" | |||
style="background: {{{bg|#eee}}}; color: {{{fg|#000}}}; border-radius: 10px; margin-bottom:0.6em;"> | |||
{| cellpadding="0" cellspacing="0" | {| cellpadding="0" cellspacing="0" | ||
| class="ooumb-table-container" | | | class="ooumb-table-container" | | ||
{| cellpadding="0" cellspacing="0" class="hidable-content" | {| cellpadding="0" cellspacing="0" class="hidable-content" | ||
|- | |- | ||
| class="ooumb-icon" | {{{image|}}} | | class="ooumb-icon" | {{{image|}}} | ||
| class="ooumb-main" | | | class="ooumb-main" | | ||
<span class="ooumb-caption">{{{caption|}}}</span> | <span class="ooumb-caption">{{{caption|}}}</span> | ||
<span class="ooumb-message">{{{message|}}}</span> | |||
<span class="ooumb-message">{{{message|}}}</span> | |} | ||
|} | |||
| class="ooumb-hidable-button" | <span class="hidable-button"></span> | | class="ooumb-hidable-button" | <span class="hidable-button"></span> | ||
|} | |} | ||
</div></includeonly><noinclude>[[Category:Utility templates]][[Category: | </div> | ||
</includeonly> | |||
<noinclude> | |||
== Usage == | |||
<pre>{{Ooumb | |||
|id = example | |||
|bg = #cccc00 | |||
|image = [[File:Renovation.png|100px]] | |||
|caption = '''This Page is Under Major Renovation''' | |||
|message = This page is under revision... | |||
}}</pre> | |||
[[Category:Utility templates]] | |||
[[Category:Template documentation]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"id": {}, | |||
"bg": {}, | |||
"fg": {}, | |||
"image": {}, | |||
"caption": {}, | |||
"message": {} | |||
} | |||
} | |||
</templatedata></noinclude> | |||