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



YumeWiki
2,844Articles

Template:Stub/doc: Difference between revisions

(moving categories here)
(use templatedata as description)
 
Line 1: Line 1:
==Description==
==Description==
Places a box that marks the page as a stub in need of writing.
<templatedata>{"description": "Places a box that marks the page as a stub in need of writing.","params": {
"1": {
"label": "Details",
"description": "Additional details on why the page is a stub. Can be instructions on what to write.",
"example": "Page is missing the features section.",
"type": "content"
}}}</templatedata>


==Syntax==
==Syntax==
Type <code>{{t|Stub}}</code> at the start or end of an article.
Type <code>{{t|Stub}}</code> at the start 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.
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.
Line 9: Line 15:
==Usage==
==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.
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": {
"label": "Details",
"description": "Additional details on why the page is a stub. Can be instructions on what to write.",
"example": "Page is missing the features section.",
"type": "content"
}}}</templatedata>


<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude>

Latest revision as of 14:13, 29 July 2024

Description

Places a box that marks the page as a stub in need of writing.

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

Syntax

Type {{Stub}} at the start 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.