Main public logs
Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:51, 21 April 2026 Sware talk contribs created page Module:ConvertNumeric (Created page with "local export = {} -- functions that can be called from another module -- Module for converting between different representations of numbers. -- For unit tests see: Module:ConvertNumeric/testcases -- When editing, preview with: Module:ConvertNumeric/testcases/documentation export.ones_position = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6] = 'six', [7] = 'seven', [8] = 'eight', [9] = 'nine', [10] = 'ten', [11...")