Difference between revisions of "Template:Ombox"
Jump to navigation
Jump to search
(Created page with "{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }} | imageright = {{#if:{{{...") |
m |
||
Line 39: | Line 39: | ||
{{ombox | {{ombox | ||
| type = style | | type = style | ||
| image = [[Image:RAH Wild.jpg| | | image = [[Image:RAH Wild.jpg|100px]] | ||
| style = width: 400px; | | style = width: 400px; | ||
| textstyle = color: red; font-weight: bold; font-style: italic; | | textstyle = color: red; font-weight: bold; font-style: italic; |
Latest revision as of 23:54, 3 December 2010
{{{text}}} |
Usage
These usage notes will not be included in articles bearing this template.
used to build message box templates for pages of the types: User, Cwcki, Template, Help, Portal and any new future namespaces. That is, page types not covered by Template:ambox, Template:tmbox, Template:imbox or Template:cmbox. Thus it should not be used for boxes for articles, talk pages, image pages or category pages.
The format for using this template is as follows:
{{ombox|text=some text}}
- Displays:
some text |
{{ombox | type = style | image = [[Image:RAH Wild.jpg|100px]] | style = width: 400px; | textstyle = color: red; font-weight: bold; font-style: italic; | text = The message body text. }}
- Displays:
The message body text. |