Template:Messagebox: Difference between revisions
Jump to navigation
Jump to search
m (trying to add a header field. will undo if it breaks things) Tag: Reverted |
m (forgot something) Tag: Reverted |
||
Line 1: | Line 1: | ||
<includeonly><table class="messagebox" style="{{{style|}}}"> | <includeonly><table class="messagebox" style="{{{style|}}}"> | ||
<tr> | <tr> | ||
{{ #if: {{{header|}}}{{#if:{{{image|}}}|<td class="messagebox-image">[[File:{{{image}}}|{{{imagewidth|55px}}}|link=|alt=]]</td>}} | {{ #if: {{{header|}}} |<span style="font-size:125%;font-weight:900;">{{{header|}}}</span><hr/>|}}{{#if:{{{image|}}}|<td class="messagebox-image">[[File:{{{image}}}|{{{imagewidth|55px}}}|link=|alt=]]</td>}} | ||
<td class="messagebox-text" {{#if:{{{image|}}}{{{bottomtext|}}}||style="text-align:center"}}>{{{text|This is some text!}}} | <td class="messagebox-text" {{#if:{{{image|}}}{{{bottomtext|}}}||style="text-align:center"}}>{{{text|This is some text!}}} | ||
{{#if:{{{bottomtext|}}}|<div class="messagebox-bottomtext"> | {{#if:{{{bottomtext|}}}|<div class="messagebox-bottomtext"> |
Revision as of 08:27, 25 September 2023
A base for making hatnote templates, like Template:Stub.
- Syntax
{{Messagebox |header= |image= |imagewidth= |text= |bottomtext= |categories= }}
- Parameters
- image
- Optional. Do not include [[File:]], but do include filetype--e.g.
Example.png
.
- Optional. Do not include [[File:]], but do include filetype--e.g.
- imagewidth
- Optional. Defaults to 55px.
- text
- Required. The message's main text.
- bottomtext
- Optional. Additional text that goes below the main text.
- categories
- Optional, but recommended. Adds any specified categories to pages that the child template is added to. Format as a normal list of categories, e.g.
[[Category:Example 1]][[Category:Example 2]]
- Optional, but recommended. Adds any specified categories to pages that the child template is added to. Format as a normal list of categories, e.g.