Template:SeriousChangeNeeded: Difference between revisions

From Computernewb Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
<includeonly>[[Category:Unprofessional]]</includeonly>
<includeonly>[[Category:Unprofessional]]</includeonly>
<noinclude>
<noinclude>
<templatedata>
{{TemplateDoc}}
{
"params": {
"1, 2, 3, 4, 5": {
"description": "Sets up OmBox::Shortcut."
},
"text": {
"description": "Specifies the text in the OmBox.",
"example": "text = This a test string.",
"type": "string"
},
"section": {
"description": "Changes the default \"This page\" to a \"This section\".",
"example": "section = yes",
"type": "boolean"
},
"sectionname": {
"description": "If you are using section = yes, then specify the name of the section here. ",
"example": "sectionname = Example",
"type": "string"
}
},
"description": "Tells the page that it is a stub.",
"paramOrder": [
"text",
"section",
"sectionname",
"1, 2, 3, 4, 5"
]
}
</templatedata>
An example of the section seriouschangeneeded is below.
{{SeriousChangeNeeded|sectionname=Example|section=yes}}
</noinclude>
</noinclude>

Revision as of 20:57, 25 October 2022


Template documentation [view] [edit] [history] [purge]


Tells the page that it is a stub.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
texttext

Specifies the text in the OmBox.

Example
text = This a test string.
Stringoptional
sectionsection

Changes the default "This page" to a "This section".

Example
section = yes
Booleanoptional
sectionnamesectionname

If you are using section = yes, then specify the name of the section here.

Example
sectionname = Example
Stringoptional
1, 2, 3, 4, 51, 2, 3, 4, 5

Sets up OmBox::Shortcut.

Unknownoptional

An example of the section seriouschangeneeded is below.