Template:Ambox: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 5: Line 5:
| id = {{{id|}}}
| id = {{{id|}}}
| class = {{{class|}}}
| class = {{{class|}}}
| style = display: flex; font-size: 95%; background: var(--background-color-framed, #fbfbfb); border-radius: 5px; padding: 0.5em; margin: 0 3em; {{{style|}}}
| style = display: flex; font-size: 95%; background: #fbfbfb; border-radius: 5px; padding: 0.5em; margin: 0 3em; {{{style|}}}
| textstyle = padding: 0.2em; margin-left: 0.3em; flex-basis: 100%; {{{textstyle|}}}
| textstyle = padding: 0.2em; margin-left: 0.3em; flex-basis: 100%; {{{textstyle|}}}
| plainlinks = {{{plainlinks|}}}
| plainlinks = {{{plainlinks|}}}

Revision as of 21:00, 31 July 2021

Ambox, short for Article Message Box is a pre styled version of {{Mbox}}. It is a base for creating reusable messages such as {{stub}} and {{outdated}}.

Usage:

{{Ambox
| namespace = main
| text = '''This page is a candidate for deletion.'''
| style = background: #d33;
| textstyle = color: white;
| info = '''The given reason is:''' {{#if:{{{1|}}}|{{{1|}}}|''No reason supplied!''}}
| image = <div style="opacity: 0.4">[[File:Ambox_delete.svg|24px|Deletion candidate]]</div>
| cat = Deleteme
}}

Result:

Deletion candidate
This page is a candidate for deletion.
The given reason is: No reason supplied!