Template:DialogueBox: Difference between revisions
Appearance
Tag: Undo |
No edit summary |
||
| Line 3: | Line 3: | ||
|- | |- | ||
| {{{line|}}} | | {{{line|}}} | ||
{| class="mw-collapsible mw-collapsed" id="mw-customcollapsible-{{{id}}}" style="color:white;padding: 1px;" | {| {{#if: {{{content|}}} | class="mw-collapsible mw-collapsed" id="mw-customcollapsible-{{{id}}}" | }} style="color:white;padding: 1px;" | ||
|{{{content|}}} | |{{{content|}}} | ||
|} | |} | ||
Revision as of 00:39, 8 April 2026
Example usage:
{{DialogueBox
|id=ExampleID
|name=ExampleName
|line=ExampleLine
|content=ExampleContent
|}
Note: the 'id' parameter is to ensure that the boxes won't open at the same time