Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of EarthMC. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:36, 1 April 2026 pou0611 talk contribs created page Module:ImprovedReferences (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args local out = {} local i = 1 out[#out + 1] = '<ol class="references">' while true do local key = tostring(i) local value = args[key] if value == nil or mw.text.trim(value) == '' then break end local rendered = frame:preprocess(value) out[#out + 1] = string.format( '<li id="cite-note-%d">%s <a href="#cite-re...")