「模組:Language/data」:修訂歷史

比對選擇的版本差異:選擇要比對修訂版本的單選按鈕並點選底部的按鈕進行比對。
符號說明:(目前) = 與最新的修訂版本比對,(前筆) = 與前一筆修訂版本比對, = 次要修訂。

2023年11月30日 (星期四)

  • 目前前筆 11:412023年11月30日 (四) 11:41imported>Taireich 13,970位元組 +76 無編輯摘要
  • 目前前筆 11:382023年11月30日 (四) 11:38imported>Taireich 13,894位元組 +11,816 無編輯摘要
  • 目前前筆 11:372023年11月30日 (四) 11:37imported>Taireich 2,078位元組 +2,078 建立內容為「-- This module converts a number into its written English form. -- For example, "2" becomes "two", and "79" becomes "seventy-nine". local getArgs = require('Module:Arguments').getArgs local p = {} local max = 100 -- The maximum number that can be parsed. local ones = { [0] = 'zero', [1] = 'one', [2] = 'two', [3] = 'three', [4] = 'four', [5] = 'five', [6] = 'six', [7] = 'seven', [8] = 'eight', [9] = 'nine' } local specials = { [10] = 'ten', […」的新頁面