Difference between revisions of "Template:M3"

From EVE University Wiki
Jump to: navigation, search
m (Include a non-breakable space before the symbol.)
(Add option to suppress the non breakable space.)
Line 1: Line 1:
<includeonly>&nbsp;m<sup>3</sup></includeonly><noinclude>
+
<includeonly{{#switch: {{lc: {{{1|}}} }}
 +
| ns
 +
| no space = m<sup>3</sup>
 +
| #default = &nbsp;m<sup>3</sup>
 +
}}<noinclude>
 
{{documentation}}
 
{{documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 11:35, 25 July 2024

<includeonly m3

Template documentation (for the above template, sometimes hidden or invisible)
Description
This template creates the cubic meter symbol (<includeonlym3) by default preceded with a non-breaking space. It avoids a line-break between the<includeonly 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 and no space.
Sample
100{{m3}} gives...
100<includeonly m3
This value is in{{m3}} gives...
This value is in<includeonly m3


Example of incorrect use
This value is in {{m3}}. gives...
This value is in <includeonly m3.
It is hard to see, but this results in 2 spaces between in and<includeonly m3 and as one is a normal space when an automatic line-break occurs between in and the<includeonly m3 they will be split over two lines.


Example where suppression of the non-breaking space is needed
({{m3|ns}}) gives...
(<includeonlym3)
Not suppressing the non-breaking space here would lead to the strange looking (<includeonly m3).
Visit Template:M3/doc to edit this text! (How does this work?) (Refresh this text - why?)