Is it possible to display a Quantity in multiple units at the same time in #ask
query.
Say I have a property [[Has length]]
[[Has type::Quantity]]
[[Display units::in,cm]]
[[Corresponds to::1 in]]
[[Corresponds to::2.54 cm]]
And then I have a query like
{{#ask: [Category:Cables]
|?Has length
|format=table
}}
I like to be able to display the length in 'in' and 'cm' say something like
Cable A | 12 in (30 cm)
Cable B | 6 in (15 cm)
I tried |?Has length#in (cm)
but that didn't work