Template:Stub/doc: Difference between revisions
From VRChat Wiki
TrixxedHeart (talk | contribs) (Created page with "== Documentation == This is to be used when a page is a stub and needs more additions. === Example Usage === <nowiki>{{Stub|Some sections are missing content}}</nowiki> will make: {{Stub|Some sections are missing content}} === Template parameters === {| class="wikitable" |+ Caption text |- ! Name !! Variable !! Description |- | Reason || <code>1</code>|| Gives the reason as to why the page is considered a stub. |}") |
TrixxedHeart (talk | contribs) (templatedata) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
=== Template parameters === | === Template parameters === | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Name !! Variable !! Description | ! Name !! Variable !! Description | ||
Line 15: | Line 14: | ||
| Reason || <code>1</code>|| Gives the reason as to why the page is considered a stub. | | Reason || <code>1</code>|| Gives the reason as to why the page is considered a stub. | ||
|} | |} | ||
<noinclude>[[Category:Template Documentation]]</noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Reason", | |||
"description": "Why is this page a stub?", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "When a page needs more information" | |||
} | |||
</templatedata> |
Latest revision as of 00:37, 18 October 2024
Documentation
This is to be used when a page is a stub and needs more additions.
Example Usage
{{Stub|Some sections are missing content}}
will make:
You can help the VRChat Wiki by improving it.
[Reason: Some sections are missing content]
[Reason: Some sections are missing content]
Template parameters
Name | Variable | Description |
---|---|---|
Reason | 1 |
Gives the reason as to why the page is considered a stub. |
When a page needs more information
Parameter | Description | Type | Status | |
---|---|---|---|---|
Reason | 1 | Why is this page a stub? | String | suggested |