×
Create a new article
Write your page title here:
We currently have 2,815 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



YumeWiki
2,815Articles

Template:Stub/doc: Difference between revisions

mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
;Syntax
==Description==
:Type <code>{{t|stub}}</code> at the start or end of an article.
Places a box that marks the page as a stub in need of writing.
: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.


<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
==Syntax==
<templatedata>
Type <code>{{t|Stub}}</code> at the start or end of an article.
{
 
"params": {
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": "Marks a page as a stub","params": {
"1": {
"1": {
"label": "Details",
"label": "Details",
"description": "Additional details on why the page is a stub, can be instructions on what to do in the future. Optional.",
"description": "Additional details on why the page is a stub. Can be instructions on what to write.",
"example": "Add images to this article.",
"example": "Page is missing the features section.",
"type": "content",
"type": "content"
"suggested": true
}}}</templatedata>
}
 
},
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
"description": "This template will categorize articles that include it into Category:Article stubs, and mark it with a stub template."
<includeonly>__NOEDITSECTION__</includeonly>
}
</templatedata>

Latest revision as of 06:43, 12 June 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

Marks a page as a stub

Template parameters

ParameterDescriptionTypeStatus
Details1

Additional details on why the page is a stub. Can be instructions on what to write.

Example
Page is missing the features section.
Contentoptional