Template:Ombox: Difference between revisions
From All Skies Encyclopaedia
imported>Edokter (Add class parameter) |
imported>Mr. Stradivarius (switch to Lua version) |
||
Line 1: | Line 1: | ||
{{#invoke:Message box|ombox}}<noinclude> |
|||
{{#ifeq:{{{small|}}}|yes |
|||
{{documentation}} |
|||
| {{ombox/core |
|||
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> |
|||
| small = yes |
|||
</noinclude> |
|||
| type = {{{type|}}} |
|||
| image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }} |
|||
| imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }} |
|||
| class = {{{class|}}} |
|||
| style = {{{style|}}} |
|||
| textstyle = {{{textstyle|}}} |
|||
| text = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }} |
|||
}} |
|||
| {{ombox/core |
|||
| type = {{{type|}}} |
|||
| image = {{{image|}}} |
|||
| imageright = {{{imageright|}}} |
|||
| class = {{{class|}}} |
|||
| style = {{{style|}}} |
|||
| textstyle = {{{textstyle|}}} |
|||
| text = {{{text}}} |
|||
}} |
|||
}}<noinclude>{{documentation}}<!-- Add categories and interwikis to the /doc subpage, not here! --></noinclude> |