Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Incompleto: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>
<templatestyles src="Template:Maintenance/styles.css" />
<div class="t-maintenance metadata {{#if:{{{color|}}}|t-maintenance--{{{color}}}}}">
 
    <div class="ext-floatingui-reference">
<div class="maintenance-template {{#if:{{{color|}}}|maintenance-template--{{{color}}}}}">
        {{#if:{{{icon|}}}|<div class="t-maintenance-icon">[[File:{{{icon}}}|24px|link=]]</div>}}
  <div class="maintenance-header">
        <div class="t-maintenance-label">{{{label}}}</div>
    {{#if:{{{icon|}}}|<div class="maintenance-icon">[[File:{{{icon}}}|24px|link=]]</div>}}
    </div>
    <div class="maintenance-title">{{{label}}}</div>
    <div class="ext-floatingui-content">
  </div>
        <div class="t-maintenance-message">{{{content}}}</div>
  <div class="maintenance-body">
    </div>
    {{{content}}}
  </div>
</div>
</div>
<includeonly>
<includeonly>
{{{category|}}}
{{{category|}}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
{{/doc}}
== Documentation ==
This template is used to display a maintenance message with a customizable label, icon, and content.
 
=== Parameters ===
* `label` - The title or label for the maintenance message.
* `content` - The main text of the message.
* `color` - Optional. Adds a color theme (e.g., `yellow`, `red`, `green`).
* `icon` - Optional. Specifies the file name of an icon to display.
* `category` - Optional. Adds a category to the page.
 
=== Usage ===
<pre>
{{Maintenance
| label = Incomplete
| content = This article is under construction.
| color = yellow
| icon = Material icon - Construction.svg
| category = [[Category:Under Construction]]
}}
</pre>
</noinclude>
</noinclude>

Latest revision as of 03:17, 14 December 2024

<templatestyles src="Template:Maintenance/styles.css" />

{{#if:|
[[File:{{{icon}}}|24px|link=]]
}}
{{{label}}}
   {{{content}}}



Documentation[edit source]

This template is used to display a maintenance message with a customizable label, icon, and content.

Parameters[edit source]

  • `label` - The title or label for the maintenance message.
  • `content` - The main text of the message.
  • `color` - Optional. Adds a color theme (e.g., `yellow`, `red`, `green`).
  • `icon` - Optional. Specifies the file name of an icon to display.
  • `category` - Optional. Adds a category to the page.

Usage[edit source]

{{Maintenance
| label = Incomplete
| content = This article is under construction.
| color = yellow
| icon = Material icon - Construction.svg
| category = [[Category:Under Construction]]
}}