Difference between revisions of "Template:Mbox"

From Makers Local 256
Jump to: navigation, search
m (Protected "Template:Mbox": Highly visible template ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
m (100 revisions: Stealing some templates from Wikipedia)
 
(15 intermediate revisions by 11 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
+
  | 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}}}
+
  }}
+
}}<noinclude>
+
{{Documentation}}
+
<!-- Add categories and interwikis to the /doc subpage, not here! -->
+
 
</noinclude>
 
</noinclude>

Latest revision as of 13:50, 9 May 2017

{{#invoke:Message box|mbox}} {{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}