Template:Ambox: Difference between revisions
Template>MSGJ m add temporary tracking category for small amboxes |
m 1 revision imported |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{# | {{#switch:{{{small|}}} | ||
{{ | | left = | ||
< | {{Ambox/core | ||
</noinclude> | | small = left | ||
| type = {{{type|}}} | |||
| image = {{#if:{{{smallimage|}}} | |||
| {{{smallimage}}} | |||
| {{{image|}}} | |||
}} | |||
| imageright = {{#if:{{{smallimageright|}}} | |||
| {{{smallimageright}}} | |||
| {{{imageright|}}} | |||
}} | |||
| style = {{{style|}}} | |||
| textstyle = {{{textstyle|}}} | |||
| text = {{#if:{{{smalltext|}}} | |||
| {{{smalltext}}} | |||
| {{{text}}} | |||
}} | |||
}} | |||
| #default = | |||
{{Ambox/core | |||
| type = {{{type|}}} | |||
| image = {{{image|}}} | |||
| imageright = {{{imageright|}}} | |||
| style = {{{style|}}} | |||
| textstyle = {{{textstyle|}}} | |||
| text = {{{text}}} | |||
}} | |||
}} | |||
<noinclude>{{Template doc}}[[Category:Amboxes]]</noinclude> | |||