Template:Ambox

From VNDev Wiki
Revision as of 13:17, 17 June 2022 by Arsym (talk | contribs) (Created page with "{{#ifeq:{{{subst}}}|SUBST |{{#if:{{{name|}}} |{{Error|Template {{tlx|{{{name}}}}} has been incorrectly substituted.}} }}Category:Pages with incorrectly substituted templates }}{{Ambox/{{#ifeq:{{{small}}}|left|small|core}} |type = {{{type|}}} |image = {{{image|}}} |smallimage = {{#if:{{{smallimage|}}}|{{{smallimage}}}|{{{image|}}}}} |imageright = {{{imageright|}}} |smallimageright = {{#if:{{{smallimageright|}}}|{{{smallimageright}}}|{{{imageright|}}}}} |clas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Documentation icon Template documentation [view] [edit] [purge]

{{Ambox}} stands for Article message box, which is a metatemplate. It is used to build message boxes for templates used in articles, such as {{empty section}}. It offers several different colors, images and some other features.

Basic usage

The box below shows the most common parameters that are accepted by {{Ambox}}. The purpose of each is described below.

{{Ambox
| name  = 
| subst = <includeonly>{{subst:substcheck}}</includeonly>
| small = {{{small|}}}
| type  = 
| image = 
| sect  = {{{1|}}}
| issue = 
| text  = 
| talk  = {{{talk|}}}
| fix   = 
| date  = {{{date|}}}
| cat   = 
| all   = 
}}

Full usage