|
-- 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 and preview with Module_talk:ConvertNumeric/sandbox/testcases local ones_position = local ones_position_ord = local ones_position_plural = local tens_position = local tens_position_ord = local tens_position_plural = local groups = local roman_numerals = -- Converts a given valid roman numeral (and some invalid roman numerals) to a number. Returns -1, errorstring on error local function roman_to_numeral(roman) 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「モジュール:ConvertNumeric」の詳細全文を読む スポンサード リンク
|