Difference between revisions of "Template:WIP box"

From SME Server
Jump to navigationJump to search
(1st Draft of Work In Progess box for use on pages that are in the process of being created.)
 
 
(18 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 +
===Example===</noinclude>
 +
{{ibox
 +
|img={{{img|Warning.png}}}
 +
|msg={{{msg|{{#if: {{{1|}}}|[[User_talk:{{{1}}}|{{{1}}}]] has marked this page as a Work in Progress. | This page is a Work in Progress.}} The contents off this page may be in flux, please have a look at this page [{{fullurl:{{FULLPAGENAME}}|action=history}} history] the to see list of changes. }}}
 +
|type={{{type|Work in Progress:}}}
 +
|color=#FFFFD9
 +
}}<includeonly>{{{nocat|[[Category:Work in progress]]}}}</includeonly><noinclude>
 
===Usage===
 
===Usage===
<pre>{{WIP box|Add your user ID here}}</pre>
+
<pre>{{WIP box}}</pre>
 +
will result in:
 +
{{WIP box}}
 +
or
 +
<pre>{{WIP box|Username}}</pre>
 +
which will result in:
 +
{{WIP box|Username}}
 +
== Data ==
 +
<templatedata>
 +
{
 +
"params": {
 +
"1": {
 +
"description": "User responsible of this page",
 +
"example": "Username",
 +
"suggested": true
 +
}
 +
        }
  
===Example===
+
}
 +
</templatedata>
 
</noinclude>
 
</noinclude>
{{ibox
 
|img={{{img|Warning.png}}}
 
|msg={{{msg|{{{1|Add message here}}}}}}
 
|type={{{type|Work in Progress:}}}
 
|color=#FFEED9
 
}}
 

Latest revision as of 10:58, 21 February 2019

Example

Warning.png Work in Progress:
This page is a Work in Progress. The contents off this page may be in flux, please have a look at this page history the to see list of changes.


Usage

{{WIP box}}

will result in:

Warning.png Work in Progress:
This page is a Work in Progress. The contents off this page may be in flux, please have a look at this page history the to see list of changes.


or

{{WIP box|Username}}

which will result in:

Warning.png Work in Progress:
Username has marked this page as a Work in Progress. The contents off this page may be in flux, please have a look at this page history the to see list of changes.


Data

No description.

Template parameters

ParameterDescriptionTypeStatus
11

User responsible of this page

Example
Username
Unknownsuggested