Template:Line/LIME
From A3! Wiki
< Template:Line
Revision as of 09:29, 26 October 2017 by Fimbulvetr (talk | contribs)
For use with LIME conversations within a story.
How to Use
{{Line/LIME|icon=|character=|dialogue=}}
You can omit "icon" if the character associated doesn't have an icon. So far only Tasuku has one.
Example
{{Line/LIME|icon=yes|character=Tasuku|dialogue=hey wyd u up? lol}} {{Line/LIME|character=Azuma|dialogue=ya ;)}}
Produces:
Tasuku | hey wyd u up? lol |
Azuma | ya ;) |
Code
<td style="width:100px;">{{#if: {{{icon|}}} | [[File:LIME Icon {{{character}}}.png|30px]]}} {{#if: {{{character|}}} | {{{character}}}|}}</td><td style="background: #4294f8; border-radius: 0 10px; color: #fff">{{#if: {{{dialogue|}}}|{{{dialogue}}}|}}</td>