Template:Stub/doc: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation/Header}} | |||
This template categorizes articles that include it into [[:Category:Article Stubs]] and marks them with a noticeable message. This note is typically added to [[Special:ShortPages|short]] or incomplete pages to draw attention to them for expansion, and to invite readers and editors to add more. | |||
==Syntax== | |||
{{T|Stub|v1=reason}} | |||
* '''1''' - Reason the stub is being added, an explanation of what information is wanted on the page. Defaults to {{F|No reason provided.}} | |||
< | ==Example== | ||
{{T|Stub|Example note here.|_Y_=1}} | |||
==Template Data== | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"description": "A brief explanation of what is missing from the page.", | |||
"type": "content", | |||
"label": "Reason", | |||
"suggested": true, | |||
"default": "No reason provided." | |||
} | |||
}, | |||
"format": "inline", | |||
"description": "This template categorizes articles that include it into Article Stubs and marks them with a noticeable message. This note is typically added to short or incomplete pages to draw attention to them for expansion, and to invite readers and editors to add more." | |||
} | |||
</templatedata> | |||