Main public logs
Combined display of all available logs of EthernalRO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:09, 28 July 2026 Slicer talk contribs created page Module:Quest Info Dynamic (Created page with "local p = {} local function getArgs(frame) local args = {} local function normalize(source) for k, v in pairs(source) do if type(k) == "string" and v and v ~= "" then args[string.lower(k)] = v end end end normalize(frame:getParent().args or {}) normalize(frame.args or {}) return args end local function isBlank(val) if not val then return true end val = mw.text.trim(val) -- Remove known "empty" HTML/wikitext outputs val = val:gsub("<p>%s*</p>",...")