Template:RomanceBox: Difference between revisions
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: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:Romance Spoilers This section reveals details about romance and may contain mature themes.
This text will be hidden.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | Content of the romance box. | Content | required |
hide | hide | If specified, will hide the romance box's contents by default. | Unknown | optional |