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:TD

From Chrono Wiki, a database for the Chrono series that anyone can edit
Jump to navigation Jump to search

{{{{1}}} | {{{2}}}

Usage[edit source]

Template:TD produces a table data cell to be used in conjunction with {{TR}}. To include both formatting and data, use them as separate arguments in that order.

Example:

{| class="wikitable"
{{TR|{{TD|colspan=2|Data 1}}|{{TD|Data 2}}}}
{{TR|{{TD|Data 3}}|{{TD|Data 4}}|{{TD|Data 5}}}}
|}
Data 1 Data 2
Data 3 Data 4 Data 5