Difference between revisions of "Template:Mbox"

From Makers Local 256
Jump to: navigation, search
m (100 revisions: Stealing some templates from Wikipedia)
 
(17 intermediate revisions by 13 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 13:50, 9 May 2017

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