Template:DialogueBox: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
|'''> {{{name}}}''' <br> | |'''> {{{name}}}''' <br> | ||
|- | |- | ||
| {{{line}}} | | {{{line|}}} | ||
{| class="mw-collapsible mw-collapsed" id="mw-customcollapsible-{{{id}}}" style="color:white;padding: 1px;" | {| class="mw-collapsible mw-collapsed" id="mw-customcollapsible-{{{id}}}" style="color:white;padding: 1px;" | ||
|{{{content|}}} | |{{{content|}}} | ||
Revision as of 14:32, 7 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