Template:Maintenance note: Difference between revisions

Created page with "<div class="maintenance-inline mw-collapsible mw-collapsed"> <div class="mw-collapsible-toggle"> '''Maintenance note''' </div> <div class="maintenance-inline-body"> {{{1|This section needs maintenance.}}} {{#if: {{{date|}}} | <span class="maintenance-inline-date">(added {{{date}}})</span> }} </div> </div>"
 
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="maintenance-inline mw-collapsible mw-collapsed">
{{Maintenance section box
  <div class="mw-collapsible-toggle">
| tag_type = Maintenance note
    '''Maintenance note'''
| text    = {{{text|Please see the [[{{TALKPAGENAME}}|talk page]] for more information.}}}
  </div>
}}<includeonly>{{#if:{{{nocat|}}}||[[Category:Articles with maintenance note]]}}</includeonly><noinclude>
  <div class="maintenance-inline-body">
[[Category:Maintenance templates]]
    {{{1|This section needs maintenance.}}}
[[Category:Sectionbox maintenance templates]]
    {{#if: {{{date|}}} | <span class="maintenance-inline-date">(added {{{date}}})</span> }}
<templatedata>
  </div>
{
</div>
    "description": "Displays a box note for general maintenance.",
    "params": {
        "text": {
            "label": "Specify reason",
            "type": "string",
            "suggested": true,
            "required": false,
            "description": "Overrides the default text. If empty, shows the standard maintenance warning with a talk page link."
        },
        "nocat": {
            "label": "Suppress Category",
            "type": "boolean",
            "description": "Enter 'true' to prevent this page from being tagged for followup."
        }
    }
}
</templatedata>
</noinclude>