Template:Quotes (Table)

Template page
Revision as of 18:24, 22 July 2018 by Chao (talk | contribs) (add example for Template:Quotes (Table MRow))

This template is used along with:

Usage

This template is used on characters' Quotes pages (e.g. Jubei/Quotes/BBCF). <tabs> <tab name="Default Quote Format">

{{Quotes (Table)|
  {{Quotes (Table Header)|Header}}
  {{Quotes (Table Row)
    | situation = 
    | en =
    | jp =
    | en_voice =
    | jp_voice =
  }}
}}
 Template:Quotes (Table Row)
Situation Line Voice
Header

</tab> <tab name="Custom Quote Format">

{{Quotes (Table)|
  {{Quotes (Table Header)|Header}}
  {{Quotes (Table MRow)
    | situation = situation
    | num = 1
    | rows =
    {{Quotes (Table MRow)/Row | A | b }}
  }}
}}
 Template:Quotes (Table MRow)
Situation Line Voice
Header

</tab> </tabs>