Template:Dialogue: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><blockquote | <includeonly><templatestyles src="Template:Dialogue/styles.css" /> | ||
<blockquote> | |||
<div class="dialogue-box"> | |||
<div class="dialogue-character {{{character|Unknown}}}">{{{character|Unknown}}}</div> | |||
<div class="dialogue-line">“{{{line|...}}}”</div> | |||
</div> | |||
</blockquote></includeonly><noinclude>{{Documentation}}<templatedata> | |||
{ | |||
"params": { | |||
"character": { | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"line": { | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> |
Revision as of 02:39, 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 }}
Unknown“...”
Unknown“...”
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
character | character | no description | Page name | required |
line | line | no description | String | required |