Template:SeriousChangeNeeded: Difference between revisions

From Computernewb Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  | image      = [[File:Information_icon4.svg|60x40px|alt=|link=]]
  | image      = [[File:Information_icon4.svg|60x40px|alt=|link=]]
  | style      = text-align:center;background:#ddefff;border: 1px solid blue; color: black;
  | style      = text-align:center;background:#ddefff;border: 1px solid blue; color: black;
  | text      = {{{text|This {{#ifeq:{{{section|}}}|yes|section|page}} {{#ifeq:{{{section|}}}|yes|'''({{{sectionname|}}})'''|'''({{PAGENAME}})'''}} is unprofessional/slanderous.<br /><small>You can help the '''{{SITENAME}}''' by making  {{#ifeq:{{{section|}}}|yes|the section '''({{{sectionname|}}})'''|'''({{PAGENAME}})'''}} more professional and unbiased.</small>}}}  
  | text      = {{{text|Rewrite Needed<br /><small>This article requires a partial or full rewrite to meet the wiki's standards.</small>}}}  
  | imageright = {{#if:{{{1|}}} | {{Ombox/shortcut|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}} }} }}
  | imageright = {{#if:{{{1|}}} | {{Ombox/shortcut|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}} }} }}
}}
}}
<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>

Latest revision as of 18:24, 25 January 2024


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.