Difference between revisions of "Template:Row"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
imported>Elaeagnifolia
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>| {{{1|}}}
+
<noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>|-
 +
| {{{1|}}}
 
{{#if:{{{2|}}} | <td>{{{2|}}}</td>}}{{#if:{{{3|}}} | <td>{{{3|}}}</td>}}{{#if:{{{4|}}} | <td>{{{4|}}}</td>}}{{#if:{{{5|}}} | <td>{{{5|}}}</td>}}{{#if:{{{6|}}} | <td>{{{6|}}}</td>}}{{#if:{{{7|}}} | <td>{{{7|}}}</td>}}{{#if:{{{8|}}} | <td>{{{8|}}}</td>}}{{#if:{{{9|}}} | <td>{{{9|}}}</td>}}</includeonly>
 
{{#if:{{{2|}}} | <td>{{{2|}}}</td>}}{{#if:{{{3|}}} | <td>{{{3|}}}</td>}}{{#if:{{{4|}}} | <td>{{{4|}}}</td>}}{{#if:{{{5|}}} | <td>{{{5|}}}</td>}}{{#if:{{{6|}}} | <td>{{{6|}}}</td>}}{{#if:{{{7|}}} | <td>{{{7|}}}</td>}}{{#if:{{{8|}}} | <td>{{{8|}}}</td>}}{{#if:{{{9|}}} | <td>{{{9|}}}</td>}}</includeonly>

Latest revision as of 22:20, 1 January 2019

50px Documentation

Description

Simple (no styling) template to use when adding rows. Supports up to 9 columns

Usage

{{Row|}}

Example

{| class="wikitable"
! Test || Template || Over || Here
|-
{{Row|Cell 1|Cell 2|Cell 3|Test}}
|}
Test Template Over Here
Cell 1 Cell 2Cell 3Test