Template:Distance: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Cleanup.)
(Added template demo and documentation templates)
 
Line 8: Line 8:
   | {{#expr: {{{ft|0}}} * 3 / 10 }} m / {{{ft|0}}} ft {{color|red|(ERROR: Distance not in metric!)}} {{Main namespace only|[[Category:Articles with incorrect usage of the Distance template]][[Category:Articles with errors]]}}
   | {{#expr: {{{ft|0}}} * 3 / 10 }} m / {{{ft|0}}} ft {{color|red|(ERROR: Distance not in metric!)}} {{Main namespace only|[[Category:Articles with incorrect usage of the Distance template]][[Category:Articles with errors]]}}
   }}
   }}
}}</includeonly><noinclude>
}}</includeonly><noinclude>{{Documentation|content=
Usage: {{code|<nowiki>{{Distance|melee}}</nowiki>}}
A template for displaying distances:


Result: {{Distance|melee}}
== Examples ==
 
{{Template demo
Usage: {{code|<nowiki>{{Distance|reach}}</nowiki>}}
| style = table
 
| <nowiki>{{Distance|melee}}</nowiki>
Result: {{Distance|reach}}
| <nowiki>{{Distance|reach}}</nowiki>
 
| <nowiki>{{Distance|ranged}}</nowiki>
Usage: {{code|<nowiki>{{Distance|ranged}}</nowiki>}}
| <nowiki>{{Distance|short ranged}}</nowiki>
 
| <nowiki>{{Distance|m=1.5}}</nowiki>
Result: {{Distance|ranged}}
| <nowiki>{{Distance|ft=50}}</nowiki>
 
}}
Usage: {{code|<nowiki>{{Distance|short ranged}}</nowiki>}}
 
Result: {{Distance|short ranged}}
 
Usage: {{code|<nowiki>{{Distance|m=1.5}}</nowiki>}}
 
Result: {{Distance|m=1.5}}
 
Usage: {{code|<nowiki>{{Distance|ft=50}}</nowiki>}}
 
Result: {{Distance|ft=50}}


Game files use metric, and apply the calculation mentioned in [[Template:M to ft]] when the options are set to imperial. This is why the template expects a value in metric and refuses to apply the reverse transform, which may lead to unexpected results due to rounding.
Game files use metric, and apply the calculation mentioned in [[Template:M to ft]] when the options are set to imperial. This is why the template expects a value in metric and refuses to apply the reverse transform, which may lead to unexpected results due to rounding.
}}
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 11:27, 19 January 2025

Template documentation

A template for displaying distances:

Examples

Markup Renders as
{{Distance|melee}}
1.5 m / 5 ft
{{Distance|reach}}
2.5 m / 8 ft
{{Distance|ranged}}
18 m / 60 ft
{{Distance|short ranged}}
15 m / 50 ft
{{Distance|m=1.5}}
1.5 m / 5 ft
{{Distance|ft=50}}
15 m / 50 ft (ERROR: Distance not in metric!)

Game files use metric, and apply the calculation mentioned in Template:M to ft when the options are set to imperial. This is why the template expects a value in metric and refuses to apply the reverse transform, which may lead to unexpected results due to rounding.