Template:Quotes

Template page
Revision as of 19:34, 1 November 2020 by Chao (talk | contribs) (test editing template with partial form)


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>