Template:DialogueBox: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
| {{{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|}}} | ||
|} | |} | ||
|} </includeonly> | |} </includeonly> | ||
Revision as of 12:40, 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