Difference between revisions of "Template:Row/doc"

From Dragalia Lost Wiki
Jump to navigation Jump to search
imported>Elaeagnifolia
(Created page with "{{doc/start}} ==Description== Simple (no styling) template to use when adding rows. ==Usage== <pre>{{Row|}}</pre> ==Example== <pre>{| class="wikitable" ! Test || Template ||...")
imported>Elaeagnifolia
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{doc/start}}
 
{{doc/start}}
 
==Description==
 
==Description==
Simple (no styling) template to use when adding rows.
+
Simple (no styling) template to use when adding rows. Supports up to 9 columns
  
 
==Usage==
 
==Usage==
Line 10: Line 10:
 
! Test || Template || Over || Here
 
! Test || Template || Over || Here
 
|-
 
|-
{{Row|Cell 1|Cell 2|Cell 3|style="background-color:red" {{!}} Test}}
+
{{Row|Cell 1|Cell 2|Cell 3|Test}}
 
|}
 
|}
 
</pre>
 
</pre>

Latest 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