Template:Ooumb: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) |
Cdjensen94 (talk | contribs) |
||
| (14 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> | |||