All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Coral Island Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:47, 29 January 2024 Salty Nori talk contribs created page Module:Round (Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Round' } }) return p._main(args) end function p._main(args) local number = args.num or args[1] -- number local precision = args.cut or args[2] or 0 -- precision local mode = args.mode or args[3] or 'auto' -- mode (auto/up/down...")