Line 45: | Line 45: | ||
| another test | | another test | ||
}}} | }}} | ||
===Bartable=== | |||
{| class="wikitable" | |||
! Example || colspan="3" | Rendering | |||
|- | |||
| Only value || {{bartable|272||-1}} | |||
|- | |||
| Negative value || {{bartable|-72||-1}} | |||
|- | |||
| Math expression || {{bartable|exp(1)*1e2||-1}} | |||
|- | |||
| Value and unit (note added space) || {{bartable|272| km/h|-1}} | |||
|- | |||
| Value and unit (link to definition) || {{bartable|272|[[Degree_(angle)|°]]|-1}} | |||
|- | |||
| Value and unit (with formatting) || align="right"|''θ'' = {{bartable|272|°|-1}} | |||
|- | |||
| Value and unit (with conversion) || {{bartable|272|/km/mi|-1}} | |||
|- | |||
| Value and scale || {{bartable|272||-1/(2^0.5)}} | |||
|- | |||
| Value and height || {{bartable|272||-1|4px}} | |||
|- | |||
| Value and style || {{bartable|272||-1||background:blue;}} | |||
|- | |||
| Value with commas, and scale || {{bartable|2,720||-.1}} | |||
|- | |||
| The full monty || {{bartable|18^2|%|sin(-1)|2em|border:ridge red;}} | |||
|- | |||
|} |
Revision as of 23:58, 8 February 2016
Welcome
|
Sidebox
This is a test
Bartable
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) | Template:Convert | ||
Value and scale | 272 | ||
Value and height | 272 | ||
Value and style | 272 | ||
Value with commas, and scale | 2,720 | ||
The full monty | 18^2% |