Please refer to Copyright Policy as well as the Media Upload Policy for Chrono Wiki. If there are any questions, please direct them into the discussion page. As always, please refer to the Manual of Style when editing.

Template:HR

From Chrono Wiki, a database for the Chrono series that anyone can edit

|- {{{format}}} ! {{{1}}}
! {{{2}}}
! {{{3}}}
! {{{4}}}
! {{{5}}}
! {{{6}}}
! {{{7}}}
! {{{8}}}
! {{{9}}}
! {{{10}}}
! {{{11}}}
! {{{12}}}
! {{{13}}}
! {{{14}}}
! {{{15}}}
! {{{16}}}

Usage

Template:HR enables the easy creation of a table header row of up to sixteen cells. To include formatting in any cell, either write it as FORMATTING {{!}} TEXT or use the {{TD}} template. To include formatting, create an additional named argument named format.

Example:

{| class="wikitable"
{{HR|Cell 1|Cell 2|Cell 3|Cell 4}}
{{TR|Cell 5|Cell 6|Cell 7|Cell 8}}
|}
Cell 1 Cell 2 Cell 3 Cell 4
Cell 5 Cell 6 Cell 7 Cell 8