Template:Dialogue: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><templatestyles src="Template:Dialogue/styles.css" /> | <includeonly><templatestyles src="Template:Dialogue/styles.css" /> | ||
<div class="dialogue-box"> | |||
Β Β <div class="dialogue-character">{{{char1|Unknown}}}</div> | Β Β <div class="dialogue-character">{{{char1|Unknown}}}</div> | ||
Β Β <div class="dialogue-line">β{{{line1|...}}}β</div> | Β Β <div class="dialogue-line">β{{{line1|...}}}β</div> | ||
</div> | |||
</div | |||
</includeonly> | </includeonly> | ||
<noinclude>{{Documentation}}[[Template:Dialogue/styles.css|styles.css]]<templatedata> | <noinclude>{{Documentation}}[[Template:Dialogue/styles.css|styles.css]]<templatedata> | ||
Line 24: | Line 15: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
} | } | ||
} | } | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 03:33, 10 March 2025
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
Editors can experiment in this template's sandbox and test case pages. |
{{Dialogue |char1 = Keta |line1 = Hi }} {{Dialogue |char1 = Ig'nar |line1 = Hello }}
Keta
βHiβ
Ig'nar
βHello!β
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
char1 | char1 | no description | Page name | required |
line1 | line1 | no description | String | required |