mNo edit summary |
(rewrite) |
||
Line 1: | Line 1: | ||
==Description== | |||
Places a box that marks the page as a stub in need of writing. | |||
< | ==Syntax== | ||
<templatedata> | Type <code>{{t|Stub}}</code> at the start or end of an article. | ||
{ | |||
To specify details, type <code>{{t|Stub|details}}</code>, where <code><details></code> is to be replaced with the details of why the page is a stub. | |||
==Usage== | |||
Use this template on pages that are short or unfinished. This automatically places the article in [[:Category:Article Stubs]], allowing these unfinished pages to be found easily. | |||
==Parameters== | |||
<templatedata>{"description": "","params": { | |||
"1": { | "1": { | ||
"label": "Details", | "label": "Details", | ||
"description": "Additional details on why the page is a stub | "description": "Additional details on why the page is a stub. Can be instructions on what to write.", | ||
"example": " | "example": "Page is missing the features section.", | ||
"type": "content" | "type": "content" | ||
}}}</templatedata> | |||
<noinclude>__NOTOC__ [[Category:Template Documentation]]</noinclude> | |||
<includeonly>__NOEDITSECTION__</includeonly> | |||
</ |
Revision as of 06:47, 5 May 2024
Description
Places a box that marks the page as a stub in need of writing.
Syntax
Type {{Stub}}
at the start or end of an article.
To specify details, type {{Stub|<details>}}
, where <details>
is to be replaced with the details of why the page is a stub.
Usage
Use this template on pages that are short or unfinished. This automatically places the article in Category:Article Stubs, allowing these unfinished pages to be found easily.
Parameters
Parameter | Description | Type | Status | |
---|---|---|---|---|
Details | 1 | Additional details on why the page is a stub. Can be instructions on what to write.
| Content | optional |