From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(adding usage)
(style inline, less overhead)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
class="table-na" | {{{1|N/A}}}<noinclude>
class="table-na" style="background-color: #ececec;" | {{{1|N/A}}}<noinclude>
{{Documentation}}


{|{{prettytable|notwide=1}}
[[Category:Templates]]</noinclude>
|width="25%"| cell one ||width="25%"| cell two ||width="25%"| cell three ||width="25%" {{n/a}}
|}
 
Used in tables to show "N/A" in a cell with a nice background. This template adds a pipe (|) in the beginning, so if used in a cell with parameters modifying it, omit the pipe separating the modifiers and the cell contents. Instances where this may be a problem are in cells where you are using the <code>width</code> or <code>style</code> parameter.
 
Normal:
<pre>| cell one || cell two || cell three || {{n/a}}</pre>
 
Cell parameter:
<pre>| cell one || cell two || cell three ||width="25%" {{n/a}}</pre>
 
[[Category:Templates|N]]</noinclude>

Latest revision as of 02:06, 22 August 2020

class="table-na" style="background-color: #ececec;" | N/A This page has been transcluded from Template:N/a/Documentation.


{{no}} {{no2}}
No No
{{yes}} {{yes2}}
Yes Yes
{{free}} {{nonfree}}
Free $ ?
{{n/a}} {{partial}}
N/A Partial
{{unknown}} {{spoilercell}}
Unknown
{{{1}}}

These templates are used to add standard formatting to table cells. All templates accept one parameter: the contents of the cell. Default values are shown in the table to the right.

Usage

These templates rely on the style and class attributes of the table cell and add a pipe (|) at the end to close off the cell attributes area. Cell attributes go in the following places:

Single line
| normal cell ||cell attributes| modified cell
Multiple lines
| normal cell
|cell attributes| modified cell

If you are not already using the cell parameters, simply insert the template as you would normal content:

| normal cell || {{no}}

If you are modifying the cell contents, i.e. with colspan, rowspan, width, etc., then do not add the closing pipe between your attributes and the cell content:

| normal cell || colspan="2" {{no}}