Template:Tmbox: Difference between revisions

537 bytes removed ,  3 years ago
m
24 revisions imported: Importing Template:Tmbox, with templates.
(copy from /test3)
m (24 revisions imported: Importing Template:Tmbox, with templates.)
 
(11 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 =
{{#ifeq:{{{smallimageright|}}}|none
| <!-- Don't show any right image -->
| {{#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}}}
}}
}}