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).
- 21:50, 10 December 2025 Bmcfann talk contribs created page Module:Process ask query results 2 (Created page with "local p = {} function p.processData(frame) local page_names_query_arg = frame.args["page_names_query"] local full_query_arg = frame.args["full_query"] local property_names_arg = frame.args["property_names_list"] return "<ul><li>" .. page_names_query_arg .. "</li><li>" .. full_query_arg .. "</li><li>" .. property_names_arg .. "</li></ul>" end return p") Tag: Recreated
- 11:44, 10 December 2025 Bmcfann talk contribs deleted page Module:Process ask query results 2 (content was: "local p = {} function p.processData(frame) local passed_constructor_string = frame.args["full_query"] -- the argument should be a string in Lua table constructor form local constructor = "return " .. passed_constructor_string local chunk = assert(load(constructor)) local full_query_table = chunk() return "<ul><li>" .. constructor .. "</li></u...", and the only contributor was "Bmcfann" (talk))
- 10:08, 10 December 2025 Bmcfann talk contribs created page Module:Process ask query results 2 (Created page with "local p = {} function p.processData(frame) local full_query_table = frame.args["full_query"] -- the argument should be a string in Lua table constructor form return "<ul><li>" .. "full_query_table is type \"" .. type(full_query_table) .. "\"" .. "</li></ul>" end return p") Tag: Recreated
- 10:06, 10 December 2025 Bmcfann talk contribs deleted page Module:Process ask query results 2 (content was: "local p = {} function p.processData(frame) local full_query_table = frame.args["full_query"] -- the argument should be a string in Lua table constructor form return "<ul><li>" .. "full_query_table is type \"" .. type(full_query_table) .. "\"" .. "</li></ul>" end return p", and the only contributor was "Bmcfann" (talk))