All public logs

From IdleOn MMO Wiki

Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:03, 10 March 2024 Kiokurashi talk contribs created page Module:CoinDisplay (Created page with "local p = {} function p.Main(frame) local n = tonumber(frame.args.coins) local ret = {} local coins = {"Copper", "Silver", "Gold", "Platinum", "Dementia", "Void", "Lustre", "Starfire", "Dreadlo", "Godshard", "Sunder", "Tydal", "Marbiglass", "Orberal", "Eclipse"} local coininc = 1 local stringpiece = [=[link= %s]=] repeat -- Set denomVStr to remaining n if on last type, or get last 2 for current denom. local denomV = n if coininc < #co...")