More actions
No edit summary Tags: Manual revert Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
<div class="t-maintenance metadata {{#if:{{{color|}}}|t-maintenance--{{{color}}}}}"> | |||
<div class="ext-floatingui-reference"> | |||
{{#if:{{{icon|}}}|<div class="t-maintenance-icon">[[File:{{{icon}}}|16px|link=]]</div>}} | |||
<div class="t-maintenance-label">{{{label}}}</div> | |||
</div> | |||
<div class="ext-floatingui-content"> | |||
{{{content}}} | |||
{{#if:{{{quote|}}}|{{Blockquote|{{{quote}}}|{{{cite|}}}}}}} | |||
</div> | |||
</div> | |||
<includeonly> | |||
{{{category|}}} | |||
</includeonly> | |||
<noinclude> | |||
{{/doc}} | |||
</noinclude> | |||
Latest revision as of 03:12, 14 December 2024
Meta-template for all maintenance templates that are used on top of page or section. This is only meant to be used in another template.
Parameters[edit source]
Type | Name | Description |
---|---|---|
string | label |
Label for the maintenance template |
string | content |
Content for the maintenance template |
string | color |
Color of the template (red, yellow, green) |
string | icon |
File name of the icon |
string | quote |
Quote for the maintenance template |
string | cite |
Citation for the quote |
string | category |
Category added by the maintenance template |