![]() | This is a documentation subpage for Module:Sandbox/Ahecht/bartable. It may contain usage information, categories and other content that is not part of the original module page. |
Usage
edit{{#invoke:Sandbox/Ahecht/bartable|function_name}}
Examples
editReal-world example
edit{| class="wikitable"
|+ Melting point at 1 atmosphere
! Substance !! Temperature !! colspan="2" | Relative size
|-
| Mercury || {{#invoke:Sandbox/Ahecht/bartable|bartable| -38.72|/C/F|-2|1em|background:silver}}
|-
| Bromine || {{#invoke:Sandbox/Ahecht/bartable|bartable| -7.10|/C/F|-2|1em|background:brown}}
|-
| Water || {{#invoke:Sandbox/Ahecht/bartable|bartable| 0|/C/F|-2|1em}}
|-
| Phosphorus || {{#invoke:Sandbox/Ahecht/bartable|bartable| 44.10|/C/F|-2|1em|background:red}}
|-
| Iodine || {{#invoke:Sandbox/Ahecht/bartable|bartable| 113.50|/C/F|-2|1em|background:indigo}}
|-
| Sulphur || {{#invoke:Sandbox/Ahecht/bartable|bartable| 115.36|/C/F|-2|1em|background:yellow}}
|}
Substance | Temperature | Relative size | |
---|---|---|---|
Mercury | -38.72/C/F | ||
Bromine | -7.10/C/F | ||
Water | 0/C/F | ||
Phosphorus | 44.10/C/F | ||
Iodine | 113.50/C/F | ||
Sulphur | 115.36/C/F |
2-column (only positive values)
edit{| class="wikitable"
! Example || colspan="2" | Rendering
|-
| Only value || {{#invoke:Sandbox/Ahecht/bartable|bartable|272}}
|-
| Negative value || {{#invoke:Sandbox/Ahecht/bartable|bartable|-72}}
|-
| Math expression || {{#invoke:Sandbox/Ahecht/bartable|bartable|exp(1)*1e2}}
|-
| Value and unit (note added space) || {{#invoke:Sandbox/Ahecht/bartable|bartable|272| km/h}}
|-
| Value and unit (link to definition) || {{#invoke:Sandbox/Ahecht/bartable|bartable|272|[[Degree_(angle)|°]]}}
|-
| Value and unit (with formatting) || style="text-align: right;"|''θ'' = {{#invoke:Sandbox/Ahecht/bartable|bartable|272|°}}
|-
| Value and unit (with conversion) || {{#invoke:Sandbox/Ahecht/bartable|bartable|272|/km/mi}}
|-
| Value and scale || {{#invoke:Sandbox/Ahecht/bartable|bartable|272||1/(2^0.5)}}
|-
| Value and height || {{#invoke:Sandbox/Ahecht/bartable|bartable|272|||4px}}
|-
| Value and style || {{#invoke:Sandbox/Ahecht/bartable|bartable|272||||background:blue;}}
|-
| Value with commas, and scale || {{#invoke:Sandbox/Ahecht/bartable|bartable|2,720||.1}}
|-
| The full monty || {{#invoke:Sandbox/Ahecht/bartable|bartable|18^2|%|sin(1)|2em|border:ridge red;}}
|-
|}
Example | Rendering | |
---|---|---|
Only value | — | |
Negative value | — | |
Math expression | — | |
Value and unit (note added space) | 272 km/h | |
Value and unit (link to definition) | 272° | |
Value and unit (with formatting) | θ = 272° | |
Value and unit (with conversion) | 272/km/mi | |
Value and scale | 272 | |
Value and height | 272 | |
Value and style | 272 | |
Value with commas, and scale | 2,720 | |
The full monty | 18^2% |
3-column (positive and negative values)
edit{| class="wikitable"
! Example || colspan="3" | Rendering
|-
| Only value || {{#invoke:Sandbox/Ahecht/bartable|bartable|272||-1}}
|-
| Negative value || {{#invoke:Sandbox/Ahecht/bartable|bartable|-72||-1}}
|-
| Math expression || {{#invoke:Sandbox/Ahecht/bartable|bartable|exp(1)*1e2||-1}}
|-
| Value and unit (note added space) || {{#invoke:Sandbox/Ahecht/bartable|bartable|272| km/h|-1}}
|-
| Value and unit (link to definition) || {{#invoke:Sandbox/Ahecht/bartable|bartable|272|[[Degree_(angle)|°]]|-1}}
|-
| Value and unit (with formatting) || style="text-align: right;"|''θ'' = {{#invoke:Sandbox/Ahecht/bartable|bartable|272|°|-1}}
|-
| Value and unit (with conversion) || {{#invoke:Sandbox/Ahecht/bartable|bartable|272|/km/mi|-1}}
|-
| Value and scale || {{#invoke:Sandbox/Ahecht/bartable|bartable|272||-1/(2^0.5)}}
|-
| Value and height || {{#invoke:Sandbox/Ahecht/bartable|bartable|272||-1|4px}}
|-
| Value and style || {{#invoke:Sandbox/Ahecht/bartable|bartable|272||-1||background:blue;}}
|-
| Value with commas, and scale || {{#invoke:Sandbox/Ahecht/bartable|bartable|2,720||-.1}}
|-
| The full monty || {{#invoke:Sandbox/Ahecht/bartable|bartable|18^2|%|sin(-1)|2em|border:ridge red;}}
|-
|}
Example | Rendering | ||
---|---|---|---|
Only value | 272 | ||
Negative value | -72 | ||
Math expression | exp(1)*1e2 | ||
Value and unit (note added space) | 272 km/h | ||
Value and unit (link to definition) | 272° | ||
Value and unit (with formatting) | θ = 272° | ||
Value and unit (with conversion) | 272/km/mi | ||
Value and scale | 272 | ||
Value and height | 272 | ||
Value and style | 272 | ||
Value with commas, and scale | 2,720 | ||
The full monty | 18^2% |