Template:Quotes (Table)

Template page
Revision as of 00:50, 20 August 2019 by Chao (talk | contribs) (update usage to be more useful)

This template is used along with:

Usage

<tabs> <tab name="Voice Lines with One Variation">

{{Quotes (Table)|
  {{Quotes (Table Header)|Header}}
  {{Quotes (Table Row)
    | situation = Situation Name
    | en = EN line
    | jp = JP セリフ
    | en_voice = [[File:BBCF Character Name Voice Line English.ogg]]
    | jp_voice = [[File:BBCF Character Name Voice Line Japanese.ogg]]
  }}
}}
 Template:Quotes (Table Row)
Situation Line Voice
Header

</tab> <tab name="Voice Lines With Many Variations">

{{Quotes (Table)|
  {{Quotes (Table Header)|Header}}
  {{Quotes (Table MRow)
    | situation = situation
    | num = 2 (number of variations)
    | rows = (must have one row per variation or the table's rows and columns will be misaligned)
    {{Quotes (Table MRow)/Row | Voice line | [[File:Voice file.ogg]] }}
    {{Quotes (Table MRow)/Row | Voice line | [[File:Voice file.ogg]] }}
  }}
}}
 Template:Quotes (Table MRow)
Situation Line Voice
Header

</tab> </tabs>