Difference between revisions of "Template:Row"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
(Undo revision 32660 by Elaeagnifolia (talk))
imported>Elaeagnifolia
Line 1: Line 1:
 
<noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>| {{{1|}}}
 
<noinclude>{{doc}}[[Category:Templates]]</noinclude><includeonly>| {{{1|}}}
{{#if:{{{2|}}} |  
+
{{#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>
{{!}} {{{2|}}} }}
 
{{#if:{{{3|}}} |  
 
{{!}} {{{3|}}} }}
 
{{#if:{{{4|}}} |  
 
{{!}} {{{4|}}} }}
 
{{#if:{{{5|}}} |  
 
{{!}} {{{5|}}} }}
 
{{#if:{{{6|}}} |  
 
{{!}} {{{6|}}} }}
 
{{#if:{{{7|}}} |  
 
{{!}} {{{7|}}} }}
 
{{#if:{{{8|}}} |  
 
{{!}} {{{8|}}} }}
 
{{#if:{{{9|}}} |  
 
{{!}} {{{9|}}} }}</includeonly>
 

Revision as of 22:19, 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