Personal tools

Difference between revisions of "Template:Ombox"

From Arma Wiki

Jump to: navigation, search
(switch to Lua version)
(Created page with "{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }} | imageright = {{#if:...")
Line 1: Line 1:
{{#invoke:Message box|ombox}}<noinclude>
+
{{#ifeq:{{{small|}}}|yes
{{documentation}}
+
| {{ombox/core
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
+
  | small = yes
</noinclude>
+
  | type  = {{{type|}}}
 +
  | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }}
 +
  | imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }}
 +
  | class = {{{class|}}}
 +
  | style = {{{style|}}}
 +
  | textstyle = {{{textstyle|}}}
 +
  | text  = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }}
 +
  }}
 +
| {{ombox/core
 +
  | type  = {{{type|}}}
 +
  | image = {{{image|}}}
 +
  | imageright = {{{imageright|}}}
 +
  | class = {{{class|}}}
 +
  | style = {{{style|}}}
 +
  | textstyle = {{{textstyle|}}}
 +
  | text  = {{{text}}}
 +
  }}
 +
}}<noinclude>

Revision as of 18:41, 18 September 2016