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: Difference between revisions

From Chrono Wiki, a database for the Chrono series that anyone can edit
140 bytes added ,  5 August 2010
no edit summary
(Created page with '{{#if:{{{1<includeonly>|</includeonly>}}}|! {{{1}}}}} {{#if:{{{2<includeonly>|</includeonly>}}}|! {{{2}}}}} {{#if:{{{3<includeonly>|</includeonly>}}}|! {{{3}}}}} {{#if:{{{4<inclu…')
 
No edit summary
Line 1: Line 1:
|- {{#if:{{{format<includeonly>|</includeonly>}}}|{{{format}}}}}
{{#if:{{{1<includeonly>|</includeonly>}}}|! {{{1}}}}}
{{#if:{{{1<includeonly>|</includeonly>}}}|! {{{1}}}}}
{{#if:{{{2<includeonly>|</includeonly>}}}|! {{{2}}}}}
{{#if:{{{2<includeonly>|</includeonly>}}}|! {{{2}}}}}
Line 15: Line 16:
{{#if:{{{15<includeonly>|</includeonly>}}}|! {{{15}}}}}
{{#if:{{{15<includeonly>|</includeonly>}}}|! {{{15}}}}}
{{#if:{{{16<includeonly>|</includeonly>}}}|! {{{16}}}}}
{{#if:{{{16<includeonly>|</includeonly>}}}|! {{{16}}}}}
|-<noinclude>
<noinclude>


==Usage==
==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 <nowiki>FORMATTING {{!}} TEXT</nowiki> or use the <nowiki>{{TD}}</nowiki> template.
'''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 <nowiki>FORMATTING {{!}} TEXT</nowiki> or use the <nowiki>{{TD}}</nowiki> template. To include formatting, create an additional named argument named ''format''.


Example:
Example:
Line 29: Line 30:


{| class="wikitable"
{| class="wikitable"
|-
!Cell 1
!Cell 1
!Cell 2
!Cell 2
Line 38: Line 40:
|Cell 7
|Cell 7
|Cell 8
|Cell 8
|-
|}
|}


[[Category:Templates|{{PAGENAME}}]]</noinclude>
[[Category:Templates|{{PAGENAME}}]]</noinclude>