Difference between revisions of "Template:Ntl"
(<includeonly>|align=left {{#if:{{{rowspan|}}}|rowspan={{{rowspan|}}}}} {{#if:{{{colspan|}}}|colspan={{{colspan|}}}}} {{#if:{{{color|}}}|color={{{color|}}}}} {{#if:{{{bgcolor|}}}|bgcolor={{{bgcolor|}}}}}|{{#if:{{{style|}}}|{{{style|}}}}}{{Nts|{{{1|}}}|pref) |
m (1 revision) |
(No difference)
|
Latest revision as of 04:19, 22 March 2014
This template creates a sortable numeric cell with left aligned contents in a Wikitable.
Use
The complete syntax of this template is:
{{Ntl|number|prefix=|format=|rowspan=|colspan=|style=|color=|bgcolor=|debug=}}
Parameters
- number is a real number in the range -9999999999999999.999999 to 9999999999999999.999999 (-1E+16 to 1E+16)
- prefix= an optional prefix
- format= a number format option
- format=yes – displays thousands separator commas (default)
- format=no – does not display thousands separator commas
- rowspan= a cell row span option
- rowspan=1 (default)
- colspan= a cell column span option
- colspan=1 (default)
- style= a text style option
- style= – normal text (default)
- style='' – italic text
- style=''' – bold text
- style=''''' – bold italic text
- color= a text color option
- color=black (default)
- bgcolor= a background color option
- bgcolor=#F7F7FF (default)
- debug= a debug option
- debug=yes – displays a debug prefix (see debug examples)
- debug=no – does not display a debug prefix (default)
This template is subject to the number table sorting limitations.
Example
The following Wikitext:
{|class="wikitable sortable"
|+A Sortable Wikitable
!left alignment
!center alignment
!right alignment
|-
{{ntl|275678|prefix=A. }}
{{ntc|34.820}} km<sup>2</sup>
{{ntr|7917.231}} km<sup>-2</sup>
|-
{{ntl|1665909|prefix=B. }}
{{ntc|45.783}} km<sup>2</sup>
{{ntr|36387.065}} km<sup>-2</sup>
|-
{{ntl|550125|prefix=C. }}
{{ntc|85.882}} km<sup>2</sup>
{{ntr|6405.591}} km<sup>-2</sup>
|}
creates:
left alignment | center alignment | right alignment |
---|---|---|
A. 275,678 | 34.820 km2 | 7,917.231 km-2 |
B. 1,665,909 | 45.783 km2 | 36,387.065 km-2 |
C. 550,125 | 85.882 km2 | 6,405.591 km-2 |
See also
- This template invokes Template:Nts.
- This template is compatible with Template:Ntc for centered cells and Template:Ntr for right aligned cells.
- For help with this template, please contact the assigned maintenance group.
The above documentation is transcluded from Template:Ntl/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |