Difference between revisions of "Template:RowCenter"

From Nookipedia, the Animal Crossing wiki
m
(Fixed example, updated usage.)
Line 2: Line 2:
  
 
==Example==
 
==Example==
{{ItemList|NL}}
+
{|
{{RowStart}}
+
|width=10%|<pre>
 +
{{ItemList|game=NL}}
 +
|
 
{{RowCenter|Test}}
 
{{RowCenter|Test}}
 
|}
 
|}
 +
</pre>
 +
|width=1% align=right|Produces:
 +
|width=50%|{{ItemList|game=NL}}
 +
|
 +
{{RowCenter|Test}}
 +
|}
 +
|}
 +
 
==Usage==
 
==Usage==
For use with [[Template:ItemList]]. Enter the desired cell contents as a parameter.
+
For use with [[Template:ItemList]], it adds the proper formatting to the middle cells in a table row. Enter the desired cell contents as a parameter.
 +
 
 +
==See also==
 +
*[[Template:RowStart]]
 +
*[[Template:RowEnd]]

Revision as of 21:42, April 7, 2015

| style="background-color:#ffffff; border-bottom: 2px solid #FFDD66;" |

Example

{{ItemList|game=NL}}
|
{{RowCenter|Test}}
|}
Produces:
Item Image Buy Price Sell Price Available From Color(s) HHA Theme Style Size Info Customize
Test

Usage

For use with Template:ItemList, it adds the proper formatting to the middle cells in a table row. Enter the desired cell contents as a parameter.

See also