Combined display of all available logs of Teriock. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:58, 24 March 2026 Gpe talk contribs created page Module:LinkList (Created page with "local p = {} function p.main(frame) local input = frame.args[1] if not input or input == "" then input = frame:getParent().args[1] end if not input or input == "" then return "" end local pages = {} for page in mw.text.gsplit(input, ';;', true) do page = mw.text.trim(page) if page ~= "" then table.insert(pages, page) end end table.sort(pages) local output = {}...")