Template:Tmbox: Difference between revisions

418 bytes removed ,  3 years ago
m
24 revisions imported: Importing Template:Tmbox, with templates.
(why do we handle smallimageright=none and not imageright=none?)
m (24 revisions imported: Importing Template:Tmbox, with templates.)
 
(10 intermediate revisions by 6 users not shown)
Line 1:
{{#invoke:Message box|tmbox}}<noinclude>
{{#ifeq:{{{small|}}}|yes
{{documentation}}
| {{tmbox/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|}}} }}
| style = {{{style|}}}
| textstyle = {{{textstyle|}}}
| text = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }}
}}
| {{tmbox/core
| type = {{{type|}}}
| image = {{{image|}}}
| imageright = {{{imageright|}}}
| style = {{{style|}}}
| textstyle = {{{textstyle|}}}
| text = {{{text}}}
}}
}}