Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Livermore History Collaborative. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:03, 3 December 2025 Bmcfann talk contribs created page Module:Process Query Output 3 (Created page with "local p = {} function p.processData(frame) local pages_only_arg = frame.args["pages_only"] local full_query_arg = frame.args["full_query"] --local vartype = type(plainlistString) page_names_array = mw.text.split(page_names_string, ",") for i, v in ipairs(page_names_array) do print(i .. ": " .. v) end -- return "<ul><li>" .. pages_only_arg .. "</li><li>" .. full_query_arg .. "</li></ul>" end return p")