Template:Controversial: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
The "controversial" template also applies to controversial topics, so not every page that has it falls under "controversial users."
Tag: Manual revert
-lime.owotwiki (talk | contribs)
Overhaul to use Template:Tmbox.
Line 1: Line 1:
<div style="border:4px solid #b77;border-radius:16px;padding:10px;background:#eaa;margin:4px"><b style="font-size:18px;">{{{header}}}</b><br>
{{Tmbox
{{{body}}}</div>
  | type = content
  | text = <b style="font-size:18px;">This {{{type}}} is about a controversial {{{subject}}}.</b><br>
Please proceed with caution.
}}
<noinclude>{{documentation}}
<noinclude>{{documentation}}
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"header": {
"type": {
"description": "Header of the navbox, displayed in 16px bold font.",
"description": "Replaces 'article' in header.",
"type": "string",
"type": "string",
"default": "(Page writer's father 404 not found)",
"default": "article"
"autovalue": "This page is about a controversial person/topic",
"required": true
},
},
"body": {
"subject": {
"description": "Displayed below the header in 11px normal font.",
"description": "Replaces 'topic' in header.",
"type": "string",
"type": "string",
"default": "Why would the page writer go into the source editor just to see this text in the preview?",
"default": "topic"
"autovalue": "Proceed with caution.",
"required": true
}
}
}
}
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Revision as of 09:09, 26 December 2025

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
typetype

Replaces 'article' in header.

Default
article
Stringoptional
subjectsubject

Replaces 'topic' in header.

Default
topic
Stringoptional