Template:Quotes

Template page
Revision as of 19:24, 1 November 2020 by Chao (talk | contribs) (Created page with "<includeonly><tr> <th rowspan="{{{rowspan|}}}" {{#ifeq:{{{rowspan|}}}|0|style="display:none"}}>{{{situation|}}}</th> <td lang={{{lang|}}}>{{{text|}}}</td> <td>{{{audio|}}}</td...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A new template standardizing the previous quotes templates and streamlining them for use with Form:Quotes.

Usage

{{Quotes
|rowspan=a number, setting to 0 will hide {{{situation}}}
|situation=optional
|text=
|audio={{Audio|File:filename.ogg}}
|lang=
}}

Example

SituationQuoteAudio
situation some text here
situation some text here
situation some text here
situation some text here
<table class="wikitable" style="width:100%">
<tr><th>Situation</th><th>Quote</th><th>Audio</th></tr>
{{Quotes|rowspan=4|situation=situation|text=some text here|audio=|lang=en}}
{{Quotes|rowspan=0|situation=situation|text=some text here|audio=|lang=jp}}
{{Quotes|rowspan=0|situation=situation|text=some text here|audio=|lang=en}}
{{Quotes|rowspan=0|situation=situation|text=some text here|audio=|lang=jp}}
</table>