Difference between revisions of "Template:Ambox"

From Game Detectives Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (slight change to categorisation of ambox templates)
 
(40 intermediate revisions by 24 users not shown)
Line 1: Line 1:
{{#ifeq:{{{subst}}}|SUBST
+
{{#invoke:Message box|ambox}}<noinclude>
|{{#if:{{{name|}}}
+
{{ {{TNTN|documentation}} }}
  |{{Error|Template {{Tlx|{{{name}}}}} has been incorrectly substituted.}}
 
}}[[Category:Pages with incorrectly substituted templates]]
 
}}{{#ifeq:{{{small}}}|left
 
|{{Ambox/core
 
  |small      = left
 
  |type      = {{{type|}}}
 
  |image      = {{#if:{{{smallimage|}}}
 
  |{{{smallimage}}}
 
  |{{{image|}}}
 
  }}
 
  |imageright = {{#if:{{{smallimageright|}}}
 
  |{{{smallimageright}}}
 
  |{{{imageright|}}}
 
  }}
 
  |class      = {{{class|}}}
 
  |style      = {{{style|}}}
 
  |textstyle  = {{{textstyle|}}}
 
  |text      = {{#if:{{{smalltext|}}}
 
  |{{{smalltext}}}
 
  |{{{text}}}
 
  }}
 
}}
 
|{{Ambox/core
 
  |type      = {{{type|}}}
 
  |image      = {{{image|}}}
 
  |imageright = {{{imageright|}}}
 
  |class      = {{{class|}}}
 
  |style      = {{{style|}}}
 
  |textstyle  = {{{textstyle|}}}
 
  |text      = {{{text}}}{{#switch:{{{talk|¬}}}
 
  |¬        = <!-- No talk link used -->
 
  |        = {{#ifeq:{{FULLROOTPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}|&#32;More details and relevant discussion can be found on the [[{{TALKPAGENAME}}|talk page]].}}
 
  |#default = &#32;More details and relevant discussion can be found on {{#ifeq:{{TALKPAGENAME:{{{talk}}}}}|{{FULLPAGENAME:{{{talk}}}}}
 
    |[[{{{talk}}}|{{FULLPAGENAME:{{{talk}}}}}]]
 
    |the [[{{TALKPAGENAME}}#{{{talk}}}|talk page]]
 
  }}.
 
  }}{{#switch:{{{date|¬}}}
 
  |¬        = <!-- No date used -->
 
  |        = {{#ifeq:{{FULLROOTPAGENAME}}|Template:{{PAGENAME:{{{name}}}}}|&#32;<small>''({{CURRENTMONTHNAME}} {{CURRENTYEAR}})''</small>}}
 
  |#default = &#32;<small>''({{{date}}})''</small>
 
  }}
 
}}
 
}}{{Category handler
 
|main={{Ambox/category
 
  |cat={{{cat|{{{category|}}}}}}
 
  |all={{{all|}}}
 
  |date={{{date|}}}
 
}}{{Ambox/category
 
  |cat={{{cat2|{{{category2|}}}}}}
 
  |all={{{all2|}}}
 
  |date={{{date|}}}
 
}}{{Ambox/category
 
  |cat={{{cat3|{{{category3|}}}}}}
 
  |all={{{all3|}}}
 
  |date={{{date|}}}
 
}}
 
|template={{#ifeq:{{FULLPAGENAME}}|Template:{{{name}}}
 
  | [[Category:Article message templates]]
 
  |{{#ifeq:{{BASEPAGENAME}}|{{SUBPAGENAME}}|<!--We are on a rootpage, not a /doc or /sandbox page-->{{#ifeq:{{{nocat|}}}|true
 
    | <!--Don't categorise-->
 
    | [[Category:Article message boxes|{{BASEPAGENAME}}]]
 
    }}
 
  }}
 
  }}
 
}}<noinclude>
 
{{Documentation}}
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
 
</noinclude>
 
</noinclude>

Latest revision as of 16:05, 18 May 2018

<templatestyles src="Module:Documentation/styles.css"></templatestyles>
Template documentation[view] [edit] [history] [purge]
Description

This is the {{Ambox}} or Article message box meta-template.

Usage
{{Ambox|type=content|text=my text here}}, or
{{Ambox|type=speedy|text=my text here}}, etc
type

The type parameter defines the color of the left bar, and the image that is used by default. The type is chosen not on aesthetics but is based on the type of issue that the template describes. The seven available types and their default images are shown below.

If no type parameter is given the template defaults to |type=notice.

See also