Template:Ambox: Difference between revisions
Jump to navigation
Jump to search
Want an adless experience? Log in or Create an account.
mNo edit summary |
mNo edit summary |
||
Line 23: | Line 23: | ||
| class="ambox-{{{type}}}" | {{{image}}} | | class="ambox-{{{type}}}" | {{{image}}} | ||
| {{#if: {{{header|}}} | | {{#if: {{{header|}}} | ||
| <div style="color: {{#if: {{{color|}}}|{{{color}}}|black}}">'''{{{header}}}'''</div> | | <div style="color: {{#if: {{{color|}}}|{{{color}}}|black}}">'''{{{header}}}''': </div>}}{{{1}}} | ||
{{#ifeq: {{{type|}}}|inline | {{#ifeq: {{{type|}}}|inline | ||
|{{!}} class="ambox-inline" {{!}} {{{image}}}}} | |{{!}} class="ambox-inline" {{!}} {{{image}}}}} |
Revision as of 07:50, November 5, 2011
File:Largeimage.png | Example: This is an example header AMboxIt's large and appears at the top of articles.
|
File:Smallimage.png | This inline AMbox is used to mark off sections of an article. | File:Smallimage.png |
Purpose
Ambox (Article Message Box) is a meta-template used to create various specific Amboxes. It allows for the creation of two different types:
- Header Amboxes are put at the top of an article to describe the entire article. (e.g. The article is about an unreleased game.)
- Inline Amboxes are used within the body of an article to mark off sections. Inline Amboxes should have a /End template to designate when the message no longer applies. (e.g. This section of the article involves fan theories.)
Usage
{{Ambox|type= |color= |image= |header= |Descriptive Text Here }}
color and header are optional. Type can be either header or inline.