Template:Mbox: Difference between revisions

From Halachipedia
No edit summary
 
m (1 revision imported)
 
(16 intermediate revisions by 2 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 17:24, 26 September 2019

{{#invoke:Message box|mbox}}