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
  • 04:19, 4 March 2024 Kiokurashi talk contribs created page Module:Gemshop (Created page with "local data = mw.loadData('Module:Gemshop/data.json') local p = {} -- itemDisplayName, mtxName, desc, maxPurchases, cost, extra stuff, total stuff local ROW_TEMPLATE = [[<tr> <td>\[\[File:%s.png|50px\]\]</td> <td>%s</td> <td>%s</td> <td style="text-align:center;">%s</td> <td>'''Base:''' %d%s%s</td> </tr>]] -- GemData format. -- { -- "section": "Hats", -- "name": "EquipmentHats46", -- "mtxName": "Strawbiggy", -- "itemDisplayName": "Strawbi...")