Template:RomanceBox: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(add templatedata)
Line 13: Line 13:


Result: {{RomanceBox|hide=1|This text will be hidden.}}
Result: {{RomanceBox|hide=1|This text will be hidden.}}
</noinclude>
<templatedata>
{
"params": {
"1": {
"description": "Content of the romance box.",
"type": "content",
"required": true
},
"hide": {
"description": "If specified, will hide the romance box's contents by default."
}
},
"paramOrder": [
"1",
"hide"
]
}
</templatedata></noinclude>

Revision as of 03:27, 14 September 2023

Usage: {{RomanceBox|This text will be hidden.}}

Result:

Charm Person Icon.png Romance Warning This section reveals details about romance and may contain mature themes.

This text will be hidden.

If you don't want the content to be autorevealed you can add {{{1}}} or {{{1}}}

Usage: {{RomanceBox|hide=1|This text will be hidden.}}

Result:

Charm Person Icon.png Romance Spoilers This section reveals details about romance and may contain mature themes.

This text will be hidden.

No description.

Template parameters

ParameterDescriptionTypeStatus
11

Content of the romance box.

Contentrequired
hidehide

If specified, will hide the romance box's contents by default.

Unknownoptional