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).
- 00:12, 17 October 2024 Alex talk contribs created page Module:Feedback (Created page with "local pt = require('Module:Paramtest') local yn = require('Module:Yesno') local p = {} p.yn=yn function p.main(frame) return p._main(frame:getParent().args) end function p._main(args) local isResolved = false if pt.has_content(args.resolved) then isResolved = yn(args.resolved) end local stars = tonumber(args.rating) or 0 stars = math.min(math.floor(stars), 5) local comment = pt.default_to(args.feedback, "''No comment provided''") local id = pt.default_to(args....")