Difference between revisions of "Template:M3"
From EVE University Wiki
(Added documentation.) |
m (Fix <includeonly> problem.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>m<sup>3</sup></includeonly><noinclude> | + | <includeonly>{{#switch: {{lc: {{{1|}}} }} |
+ | | ns | ||
+ | | no space = m<sup>3</sup> | ||
+ | | #default = m<sup>3</sup> | ||
+ | }}</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> |
Latest revision as of 11:38, 25 July 2024
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- This template creates the cubic meter symbol (m3) by default preceded with a non-breaking space. It avoids a line-break between the m3 and the value or preceding text (Keeping them together on one line).
- Syntax
- <Value>{{m3|<no space>}}
- Parameters
-
- no space
- Optional parameter to suppress the leading non-breaking space. Valid values
ns
andno space
.
- Sample
100{{m3}} gives... - 100 m3
This value is in{{m3}} gives... - This value is in m3
- Example of incorrect use
This value is in m3.This value is in {{m3}}. gives... - It is hard to see, but this results in 2 spaces between in and m3 and as one is a normal space when an automatic line-break occurs between in and the m3 they will be split over two lines.
- Example where suppression of the non-breaking space is needed
({{m3|ns}}) gives... - (m3)
- Not suppressing the non-breaking space here would lead to the strange looking ( m3).