La documentazione per questo modulo può essere creata in Modulo:GetNumber/Units/man

return {    -- property    -- area    P2046 = { standard = "Q712226", label = 'Area', cssClass = 'voy-qb-item-area' },    -- length    P2043 = { standard = "Q828224", label = 'Lunghezza', cssClass = 'voy-qb-item-length' },    -- width    P2049 = { standard = "Q828224", label = 'Larghezza', cssClass = 'voy-qb-item-width' },    -- altitude    P2044 = { standard = "Q11573", label = 'Altitudine', cssClass = 'voy-qb-item-altitude' },    -- population    P1082 = { standard = "1", label = 'Popolazione', cssClass = 'voy-qb-item-population' },    -- passengers    P3872 = { standard = "1", label = 'Passeggeri', cssClass = 'voy-qb-item-passengers' },    -- coordinates (not shown in infoboxes directly)    P625 = { standard = "1", label = 'Coordinate', cssClass = '' },    -- mains voltage    P2884 = { standard = "Q25250", label = 'Tensione', cssClass = 'voy-qb-item-mains-voltage' },    -- height    P2048 = { standard = "Q11573", label = 'Altezza', cssClass = 'voy-qb-item-height' },    -- vertical depth    P4511 = { standard = "Q11573", label = 'Profondità', cssClass = 'voy-qb-item-vertical-depth' },    -- fee    P2555 = { standard = "1", label = 'Commissione', cssClass = 'voy-qb-item-fee' },    -- price (currency exchange rate)    P2284 = { standard = "Q4916", label = 'Prezzo', cssClass = 'voy-qb-item-price' },    -- units    -- area    -- hectare    Q35852 = {       short = 'ha', long = 'Ettaro', longSingle = 'Ettaro',       conversion = {}    },    -- square kilometres    Q712226 = {       short = 'km²', long = 'Chilometri quadrati', longSingle = 'Chilometro quadrato',       conversion = {          -- Miglia quadrate          Q232291 = 0.3861022,          -- Ettari          Q35852 = 100,          -- Piedi quadrati          Q857027 = 10763910        }    },    -- square miles    Q232291 = {       short = 'mi²', long  = 'Miglia quadrati', longSingle = 'Miglio quadrato',       conversion = {          Q712226 = 2589988.110336,          -- Ettari          Q35852 = 258.9988,          -- Piedi quadrati          Q857027 = 27878400        }    },    -- length    -- Meter    Q11573 = {       short = 'm', long = 'Metri', longSingle = 'Metro',       conversion = {       	 -- Piedi          Q3710 = 3.28084,          -- Chilometri          Q828224 = 0.001       }    },    -- Chilometri    Q828224 = {       short = 'km', long = 'Chilometri', longSingle = 'Chilometro',       conversion = {          -- Metri          Q11573 = 1000       }    },    -- Piedi    Q3710 = {       short = 'ft', long = 'Piedi', longSingle = 'Piede',       conversion = {          Q11573  = 0.3048006       }    },    -- Volt    Q25250 = {       short = 'V', long = 'Volt', longSingle = 'Volt',       conversion = {       }    },    -- Euro    Q4916 = {       short = '€', long = 'Euro', longSingle = 'Euro',       conversion = {}    } }