Permanently protected template

Template:Mbox: Difference between revisions

From The HILLSIDE
Jump to navigation Jump to search
en>Mailer2010
No edit summary
m 102 revisions imported: Import Template:Page in progress
 
(21 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{#switch:{{{small|}}}
{{#invoke:Message box|mbox}}<noinclude>
| left =
{{documentation}}
  {{mbox/core
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
  | small      = left
</noinclude>
  | type      = {{{type|}}}
  | image      = {{#if:{{{smallimage|}}}
                | {{{smallimage}}}
                | {{{image|}}}
                }}
  | imageright = {{#if:{{{smallimageright|}}}
                | {{{smallimageright}}}
                | {{{imageright|}}}
                }}
  | style      = {{{style|}}}
  | textstyle  = {{{textstyle|}}}
  | text      = {{#if:{{{smalltext|}}}
                | {{{smalltext}}}
                | {{{text}}}
                }}
  }}
| #default =
  {{mbox/core
  | type      = {{{type|}}}
  | image      = {{{image|}}}
  | imageright = {{{imageright|}}}
  | style      = {{{style|}}}
  | textstyle  = {{{textstyle|}}}
  | text      = {{{text}}}
  }}
}}

Latest revision as of 08:09, 14 July 2020

<templatestyles src="Module:Documentation/styles.css"></templatestyles>

Template documentation