Template:Kg to lb: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 April 2024

  • curprev 21:0321:03, 7 April 2024Taylan talk contribs 748 bytes +748 Created page with "<includeonly>{{#expr:{{{1}}}*2}}</includeonly><noinclude> Convert a value in kilograms to pounds. Simply doubles the value, '''because that's what the game goes, for real!''' Example: <pre> Jaheira's weight is 75 kg ({{kg to lb|75}} lb). </pre> Result: Jaheira's weight is 75 kg ({{kg to lb|75}} lb). This is mainly for using in other templates that automatically do such conversion. It wouldn't exactly be difficult to do <code><nowiki>{{#expr: kg_value * 2}}</nowiki..."