因为以下原因,您没有权限编辑本页:
您可以查看和复制此页面的源代码。
-- Module for converting between different representations of numbers. See talk page for user documentation.
-- For unit tests see: [[Module:ConvertNumeric/testcases]]
-- When editing, preview with: [[Module_talk:ConvertNumeric/testcases]]
-- First, edit [[Module:ConvertNumeric/sandbox]], then preview with [[Module_talk:ConvertNumeric/sandbox/testcases]]
require('strict')
local 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] = 'eleven',
[12] = 'twelve',
000
1:0
本页使用的模板:
- 模板:High-use(查看源代码)
- 模板:Sandbox other(查看源代码)
- 模板:Tl(查看源代码)
- 模板:Used in system(查看源代码)
- 模块:ConvertNumeric/doc(查看源代码)
- 模块:Effective protection level(查看源代码)
- 模块:High-use(查看源代码)
- 模块:Message box(查看源代码)
- 模块:Message box/configuration(查看源代码)
- 模块:Message box/ombox.css(查看源代码)
- 模块:String(查看源代码)
- 模块:Transclusion count(查看源代码)
- 模块:Transclusion count/data/C(查看源代码)
- 模块:Yesno(查看源代码)