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).
- 19:33, 8 March 2024 BHY4A talk contribs undeleted page Module:Bribes (16 revisions) (stupidness makes me tired)
- 17:24, 8 March 2024 BHY4A talk contribs deleted page Module:Bribes (its so stupid)
- 16:08, 8 March 2024 BHY4A talk contribs created page Module:Bribes (Created page with "local data = mw.loadJsonData('Module:Gemshop/data.json') local p = {} local Loops = require("Module:Loops") local ROW_TEMPLATE = [=[<tr> <td>%s</td> <td>%s</td> <td>%s</td> </tr>]=] local ROW_TEMPLATE_EXPANSION = [=[<tr> <th>%s</th> <th>%s</th> <th>%s</th> </tr>]=] function p.bribez() local ret = "" for _, bribeData in pairs(data) do local name = bribeData["name"] local desc = bribeData["desc"] local cost = Loops.coinDisplay({args = {co...")