Template:Incomplete
The simplest way of using this template is like this:
{{Incomplete}}
This will display a general-purpose message box for incomplete content, including a link to contact the wiki's administrators:
You can also specify **why** the content is incomplete using the `reason=` parameter. This pulls a predefined message from a subpage of the template, such as:
For example:
{{Incomplete|item=section|reason=photo}}
Use the optional `item=` parameter to customize what type of content is incomplete (e.g., "article", "section", "page" — defaults to "page").
The `width=` parameter can also be customized to control the box width (defaults to 50%):
{{Incomplete|item=section|width=75%|reason=reference}}
Creating or Modifying Messages
Each `reason=` value pulls its content from a subpage of this template. These subpages define the actual message shown inside the box. To customize or add a new type:
- Go to **Template:Incomplete/<Reason>**
- Edit or create the subpage, and include
{{{item}}}where the item type should appear.
For example, `Template:Incomplete/Photo` might contain:
'''This {{{item}}} needs additional photos!''' Please help by adding relevant images.
