Wiki – Template
Jump to navigation
Jump to search
m (added description placeholder message) |
m (Updated doc) |
||
Line 62: | Line 62: | ||
| <nowiki>{{Wiki|WIP}}</nowiki> | | <nowiki>{{Wiki|WIP}}</nowiki> | ||
| {{Wiki|WIP}} | | {{Wiki|WIP}} | ||
|- | |||
| <nowiki>{{Wiki|placeholder}}</nowiki> | |||
| {{Wiki|placeholder}} | |||
|} | |} | ||
[[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude> | [[Category:Templates|{{uc:{{PAGENAME}}}}]]</noinclude> |
Revision as of 01:18, 7 February 2021
This template serves as a toolbox for wiki editors. It contains most useful templates, and automatically categorises pages.
Usage
{{Wiki|type|arguments}}
- type: (case-insensitive) messagebox type, can be:
- delete: a Deletion request
- argument1: deletion request reason
- merge: a Merge request
- argument1: destination page
- argument2: merge reason
- stub: a Stub mark, meaning the page/section can be expanded
- TODO: a To-Do mark, meaning the page/section must be (re)written soon™
- WIP: a work in progress page - a wiki editor is currently working on it
- delete: a Deletion request
- argument: (Optional) argument, depends on type
Code | Result |
---|---|
{{Wiki}} | -no wiki option defined!- |
{{Wiki|Hello there!}} | -wrong wiki option ("Hello there!") defined- |
{{Wiki|delete}} | |
{{Wiki|delete|Why not?}} | |
{{Wiki|merge}} | |
{{Wiki|merge|Main Page}} | |
{{Wiki|merge|Main Page|Why not?}} | |
{{Wiki|stub}} | |
{{Wiki|todo}} | |
{{Wiki|todo|message}} | |
{{Wiki|WIP}} | |
{{Wiki|placeholder}} |