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