Template:Line/LIME

From A3! Wiki


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:

LIME Icon Tasuku.png Tasukuhey wyd u up? lol
Azumaya ;)

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>