Template:Mbox: Difference between revisions
From Computing Classics Wiki
Add template to construct message boxes |
m 12 revisions imported: All kinds of templates for CCW to emulate AEW's old hard drive stock |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{| style="width: 80%; margin: 15px 15px 15px 10%; border-collapse: collapse; background: #eaeee4; | {| style="width: 80%; margin: 15px 15px 15px 10%; border-collapse: collapse; background: #eaeee4; outline: 1px solid #aaa; border-left: 10px solid {{{colour|#E34234}}}; color:black;" | ||
|- | |- | ||
|{{{1|<noinclude>'''Example title'''<br>Lorem ipsum dolor sit amet.</noinclude>}}} | | | ||
|} | {{#if:{{{icon|}}}|{{!}} style="width: 52px; padding: 2px 0px 2px 0.5em; text-align: center" {{!}} [[File:{{{icon|Information.svg}}}{{!}}{{{width|50}}}px{{!}}{{{icon_desc|{{{alt|Icon}}} }}}{{!}}alt={{{alt|Icon}}}]]}} | ||
| style="padding: 0.25em 0.5em;" | {{{1|<noinclude>'''Example title'''<br>Lorem ipsum dolor sit amet.</noinclude>}}} | |||
|}<noinclude>{{Documentation}}</noinclude> | |||
<noinclude> | |||
{{Documentation}} | |||
</noinclude> | |||
Latest revision as of 06:14, 24 September 2024
| Example title Lorem ipsum dolor sit amet. |
Template documentation (for the above template, sometimes hidden or invisible)
This template displays a message box.
TemplateData[edit source]
Displays a message box.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Message | 1 | The message to be displayed.
| Content | required |
| Colour code | colour | The hex code of the colour to be used on the side bar.
| String | suggested |
| Icon | icon | The filename of an icon to use.
| File | optional |
| Icon width | width | The width of he icon, in pixels (px).
| Number | suggested |
| Alt text | alt | The alt text; a textual description for a visually impaired person to understand; for an icon.
| String | suggested |
| Icon description | icon_desc | A description for the icon. Uses alt text if not provided.
| String | optional |