All public logs
Jump to navigation
Jump to search
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:12, 17 October 2024 Alex talk contribs created page Module:Growth stages (Created page with "local p = {} local MAX_STAGES = 13 function hasEntry(args, paramName) for i = 1, MAX_STAGES do if args[paramName..i] then return true end end return false end function addEntry(args, tr, paramName, i) if args[paramName..i] then tr:tag('td'):addClass('growth-stage'):wikitext(args[paramName..i]) else tr:tag('td'):addClass('table-na'):wikitext('N/A') end end function p._main(args) local hasWatered = hasEntry(args, 'watered') local hasDiseased = hasEnt...")