Template:Ooumb: Difference between revisions
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> | |||
Latest revision as of 01:58, 15 November 2025
Template documentation
|
|---|
| Note: portions of the template sample may not be visible without values provided. |
| View or edit this documentation. (About template documentation) |
| Editors can experiment in this template's sandbox and test case pages. |
Example
Usage
{{Ooumb
|id = example
|bg = #cccc00
|fg = #000000
|image = [[File:Renovation.png|100px]]
|caption = '''This Page is Under Major Renovation'''
|message = This page is under revision...
}} No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| id | id | no description | Unknown | optional |
| bg | bg | no description | Unknown | optional |
| fg | fg | no description | Unknown | optional |
| image | image | no description | Unknown | optional |
| caption | caption | no description | Unknown | optional |
| message | message | no description | Unknown | optional |