Template:Dialogue: Difference between revisions
From Treasure Adventure Game Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="display: flex; width: 100%; height: 64px; box-sizing: border-box; flex-direction: row; padding: 12px 20px; gap: 30px; align-items: center; background-color: #040302; color: # | <div style="display: flex; width: 100%; height: 64px; box-sizing: border-box; flex-direction: row; padding: 12px 20px; gap: 30px; align-items: center; justify-content: space-between; background-color: #040302; color: #fff;"> | ||
<div style="display: flex; height: 100%; box-sizing: border-box; flex-direction: row; gap: 30px; align-items: center;"> | |||
<div>[[File:{{{icon}}} Dialogue Icon.png|40x40px|alt={{{icon}}} Dialogue Icon.png]]</div> | <div>[[File:{{{icon}}} Dialogue Icon.png|40x40px|alt={{{icon}}} Dialogue Icon.png]]</div> | ||
<div>{{{text}}}</div> | <div style="color: #b0b0b0; font-family: monospace; font-size: 14px; line-height: 1.15;">{{{text}}}</div> | ||
</div> | |||
<div style="display: flex; height: 100%; box-sizing: border-box; flex-direction: row; gap: 5px; align-self: flex-start; font-family: sans-serif;"> | |||
<div><nowiki>[</nowiki>{{{ini_section}}}<nowiki>]</nowiki>:{{{ini_line}}}</div> | |||
<div style="color: #7f7f7f; border-bottom: 1px dotted #7f7f7f;" title="This dialogue line is contained within line {{{ini_line}}} in the section [{{{ini_section}}}] in the dialogue.ini file">(?)</div> | |||
</div> | |||
</div> | </div> |
Revision as of 13:52, 19 July 2023
[[File:{{{icon}}} Dialogue Icon.png|40x40px|alt={{{icon}}} Dialogue Icon.png]]
{{{text}}}
[{{{ini_section}}}]:{{{ini_line}}}
(?)