Main public logs
Appearance
Combined display of all available logs of Marxist Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:20, 13 March 2025 Thehighwayman talk contribs protected Module:Test2 [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:20, 13 March 2025 Thehighwayman talk contribs created page Module:Test2 (Created page with "function splitLines(text) local lines = {} for line in text:gmatch("[^\r\n]+") do table.insert(lines, line) end return lines end local p = {} function p.Sitename(frame) local extDataTable = mw.ext.externalData.getExternalData(frame.args[1])[1]["__text"] local dataLines = splitLines(extDataTable) local sitename = '' for i,line in ipairs(dataLines) do if line:match("og:site_name") then sitename = line:match('content="([^"]+)"') break...")