Template:Quotes (Table): Difference between revisions

Template page
m (add example for Template:Quotes (Table MRow))
m (fix voice column to 125px)
Line 3: Line 3:
<th> Situation </th>
<th> Situation </th>
<th> Line </th>
<th> Line </th>
<th> Voice </th>
<th style="width:125px;"> Voice </th>
</tr>
</tr>
{{{1|}}}
{{{1|}}}

Revision as of 00:57, 28 May 2019

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>