Template:Ooumb: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) (Created page with "<div id="{{{id|{{<includeonly>subst:</includeonly>PAGENAMEE}}}}}" class="mobile-hide headertemplate messagebox noprint ooumb hidable noticedark" style="background: {{{bg|#eee}}}; color: {{{fg|#000}}}; border-radius: 10px"> {| cellpadding="0" cellspacing="0" | class="ooumb-table-container" | {| cellpadding="0" cellspacing="0" class="hidable-content" |- | class="ooumb-icon" | {{{image|}}} | class="ooumb-main" | <span class="ooumb-caption">{{{caption|}}}</span> <span clas...") Â |
Cdjensen94 (talk | contribs) Â |
||
| (23 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div id="{{{id|{{ | <includeonly> | ||
<div id="{{{id|{{subst:PAGENAMEE}}}}}" | |||
  class="noexcerpt hatnote" | |||
  style="background: {{{bg|#eee}}}; color: {{{fg|#000}}}; border-radius: 10px; padding: 4px 16px; margin-bottom: -16px; text-size: 2em;"> | |||
{| 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><br> | ||
 | |||
<span class="ooumb-message">{{{message|}}}</span> | <span class="ooumb-message">{{{message|}}}</span> | ||
|} | |}</div></includeonly> | ||
<noinclude> | |||
{{Documentation}} | |||
[[Category:Utility templates]] | |||
[[Category:Template documentation]] | |||
<templatedata> | |||
{ | |||
"params": { | |||
"id": {}, | |||
"bg": {}, | |||
"fg": {}, | |||
"image": {}, | |||
"caption": {}, | |||
"message": {} | |||
} | |||
} | |||
</templatedata></noinclude> | |||