Template:Underconstruction: Difference between revisions

From PZwiki
m (→‎See also: Replace category)
m (add translation error)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Documentation/sandbox|doc =
{{Documentation/sandbox|doc=
Articles that are either new and still being constructed, or articles undergoing a major transition requiring multiple edits.
Articles that are either new and still being constructed, or articles undergoing a major transition requiring multiple edits.


Line 6: Line 6:


==Usage==
==Usage==
*{{tll|Underconstruction}} / {{tll|wip}}
{{Underconstruction|hidecat=true}}
===Parameters===
===Parameters===
;<code>1</code>
:The reason or a description of what is under construction. This parameter is recommended to help editors know what is being improved or how they can help.
;<code>section</code>
:If set to <code>true</code>, will display "section" instead of "article" in the title.
;<code>hidecat</code>
;<code>hidecat</code>
:If not empty, will not add the page to the "{{ll|:Category:WIP articles|WIP articles}}" category.
:If set to <code>true</code>, will not add the page to the "{{ll|:Category:WIP articles|WIP articles}}" category.
 
==Examples==
*{{tll|Underconstruction}} or {{tll|wip}}
{{Underconstruction|hidecat=true}}


{{Translation guide|<syntaxhighlight lang="html">
{{Translation guide|<syntaxhighlight lang="html">
{{#switch: {{{1|}}}
{{#switch: {{{1|}}}
| title = This article/section is currently under construction.
| title = This {{{2}}} is currently under construction.
| content = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
| content = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
| note = If this page has not been updated in a while, please remove this notice. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
| note = If this page has not been updated in a while, please replace this notice with {{tll|Improve}}. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
| #default = [[Category:Incorrect template usage]]
| #default = {{Error|translation}}
}}
}}
</syntaxhighlight>}}
</syntaxhighlight>}}
Line 29: Line 34:
| color = #ee0000
| color = #ee0000
| sign = [[File:Hammer.png|link=Template:Underconstruction{{lcs}}]]
| sign = [[File:Hammer.png|link=Template:Underconstruction{{lcs}}]]
| title = {{tt|name = Underconstruction
| title = {{tt|name=Underconstruction
   | default = This article/section is currently under construction.
   | default = This {{Page ns|{{{section|}}}}} is currently under construction.
   | arg1 = title
   | arg1 = title
  | arg2 = {{Page ns|{{{section|}}}}}
   }}
   }}
| content = {{tt|name = Underconstruction
| content = {{#if:{{{1|}}}
  | default = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
  |{{{1}}}
  | arg1 = content
  |{{tt|name=Underconstruction
    | default = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
    | arg1 = content
    }}
   }}
   }}
| note = {{tt|name = Underconstruction
| note = {{tt|name=Underconstruction
   | default = If this page has not been updated in a while, please remove this notice. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
   | default = If this page has not been updated in a while, please replace this notice with {{tll|Improve}}. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
   | arg1 = note
   | arg1 = note
   }}
   }}
| id = mbox-wip
| id = wip
| cat = {{#if:{{{hidecat|}}}||WIP articles{{lcs}}}}
| cat = {{yesno|{{{hidecat|}}}|yes=|no=WIP articles{{lcs}}}}
| collapsed = true
| collapsed = true
}}</includeonly>
}}</includeonly>

Latest revision as of 10:42, 7 March 2024

Notebook.pngTemplate Documentation

Articles that are either new and still being constructed, or articles undergoing a major transition requiring multiple edits.

Adds articles to the "WIP articles" category.

Usage

Parameters

1
The reason or a description of what is under construction. This parameter is recommended to help editors know what is being improved or how they can help.
section
If set to true, will display "section" instead of "article" in the title.
hidecat
If set to true, will not add the page to the "WIP articles" category.

Examples

Hammer.png
This template is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 07/03/2024.

How to translate

This template is translatable.

Template code

Paste the following code into the <includeonly> tag of the translated template and translate the text after each = sign (except for #default =).

{{#switch: {{{1|}}}
| title = This {{{2}}} is currently under construction.
| content = It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
| note = If this page has not been updated in a while, please replace this notice with {{tll|Improve}}. Last edit was {{REVISIONDAY2}}/{{REVISIONMONTH}}/{{REVISIONYEAR}}.
| #default = {{Error|translation}}
}}

Template documentation

Copy the code wrapped in the <noinclude> tag in this template and translate the text after doc = in the {{Documentation}} template.

{{Translation guide}} template should be removed from the translated documentation.

See also

Editors can experiment in this template's sandbox.