Template:WIP: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (+-cat: Message box templates → Messagebox templates for consistency)
(Category soppression using nocat; +related: Template:Incomplete, Template:Stub)
Line 2: Line 2:
{| class="toccolours" rules="none" cellpadding="3" cellspacing="0" style="margin:1em 0 1em 0; border-collapse: collapse;"
{| class="toccolours" rules="none" cellpadding="3" cellspacing="0" style="margin:1em 0 1em 0; border-collapse: collapse;"
| align="center" | [[Image:WIP.png|32px]] || '''Work in progress'''<br/><small>This article or section will be worked on in the upcoming hours or days. {{#if:{{{1|}}}|<br/>'''Note:''' {{{1}}}}} <br/>See <span class=plainlinks>[http://wiki.flightgear.org/index.php?title={{FULLPAGENAMEE}}&action=history history]</span> for the latest developments. </small>
| align="center" | [[Image:WIP.png|32px]] || '''Work in progress'''<br/><small>This article or section will be worked on in the upcoming hours or days. {{#if:{{{1|}}}|<br/>'''Note:''' {{{1}}}}} <br/>See <span class=plainlinks>[http://wiki.flightgear.org/index.php?title={{FULLPAGENAMEE}}&action=history history]</span> for the latest developments. </small>
|}</div><includeonly>[[Category:WIP]]</includeonly><noinclude>
|}</div><includeonly>{{#if: {{{nocat|}}} | [[Category:WIP]] }}</includeonly><noinclude>
__NOTOC__
__NOTOC__
{{Informative template|1=
{{Informative template|1=
== Goal ==
== Goal ==
This template can be used when someone is working on an article that will take a couple of hours or days. It is less likely that other users will interfere with your edits then.
This template can be used when someone is working on a page that will take a couple of hours or days. It is less likely that other users will interfere with your edits then.


Articles are automatically listed in [[:Category:WIP]].
Pages are automatically listed in [[:Category:WIP]].


== Usage ==
== Usage ==
Please use the following code to place a little summary of the work in progress on the articles page.
Please use the following code to place a little summary of the work in progress on the articles page.
  <nowiki>{{</nowiki>'''WIP'''<nowiki>|</nowiki>''note''<nowiki>}}</nowiki>
  <nowiki>{{</nowiki>'''WIP'''<nowiki>|</nowiki>''note'' <nowiki>|</nowiki>''nocat=''<nowiki>}}</nowiki>
While the parameter <tt>''note''</tt> is optional, it is highly recommended that you use it.
While both parameters are optional, it is highly recommended that you use the '''note''' parameter.
 
; note:  A note about what you are doing and/or how long you will be working on the article.
 
; nocat:  If not empty the article will not be categorised. Useful for demonstration purposes.


== Examples ==
== Examples ==
  <nowiki>{{WIP|Expect to finish before monday 25 feb. 20:00 (CEST)}}</nowiki>
  <nowiki>{{WIP|Expect to finish before monday 25 feb. 20:00 (CEST)}}</nowiki>
{{WIP|Expect to finish before monday 25 feb. 20:00 (CEST)}}
{{WIP|Expect to finish before monday 25 feb. 20:00 (CEST)|nocat=true}}




== Related templates ==
== Related templates ==
* {{tl|Under Construction}}
* Templates for articles no one is currently working on:
** {{tl|incomplete}} For sections and longer articles
** {{tl|stub}} For very short articles
 
}}
}}



Revision as of 16:36, 3 June 2014

WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
See history for the latest developments.


The following template description is not displayed when the template is inserted in an article.

Goal

This template can be used when someone is working on a page that will take a couple of hours or days. It is less likely that other users will interfere with your edits then.

Pages are automatically listed in Category:WIP.

Usage

Please use the following code to place a little summary of the work in progress on the articles page.

{{WIP|note |nocat=}}

While both parameters are optional, it is highly recommended that you use the note parameter.

note
A note about what you are doing and/or how long you will be working on the article.
nocat
If not empty the article will not be categorised. Useful for demonstration purposes.

Examples

{{WIP|Expect to finish before monday 25 feb. 20:00 (CEST)}}
WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
Note: Expect to finish before monday 25 feb. 20:00 (CEST)
See history for the latest developments.


Related templates

  • Templates for articles no one is currently working on:
    • {{incomplete}} For sections and longer articles
    • {{stub}} For very short articles