More actions
m Formatting. |
Added admin WIP examples |
||
| Line 9: | Line 9: | ||
;Syntax | ;Syntax | ||
: {{ | : <code><nowiki>{{Work in progress|restriction = Restriction Level|description}}</nowiki></code> | ||
; | ; Parameters | ||
: <code>restriction</code> | |||
:: Either "public" or empty if it should be edited by anyone or "admin" if it should be edited by wiki administrators. | |||
: <code>description</code> | |||
:: A description of the work being done. Can include a link to a draft page. | |||
; Sample output | |||
: <code><nowiki>{{Work in progress}}</nowiki></code> | : <code><nowiki>{{Work in progress}}</nowiki></code> | ||
:: gives... | :: gives... | ||
{{ | {{Work in progress}} | ||
: <code><nowiki>{{Work in progress|Reformatting tables}}</nowiki></code> | |||
:: gives... | |||
}} | {{Work in progress|Reformatting tables}} | ||
: <code><nowiki>{{Work in progress|Reformatting tables}}</nowiki></code> | : <code><nowiki>{{Work in progress|restriction = public|Reformatting tables}}</nowiki></code> | ||
:: gives... | :: gives... | ||
{{ | {{Work in progress|restriction = public|Reformatting tables}} | ||
| | |||
: <code><nowiki>{{Work in progress|restriction = admin|Mentor Wiki Pages are under construction by the Mentor Manager}}</nowiki></code> | |||
:: gives... | |||
}} | {{Work in progress|restriction = admin|The Mentor Wiki Pages are under construction by the Mentor Manager}} | ||
; See also: | ; See also: | ||