5 July 2023
3 May 2023
1 May 2023
no edit summary
+129
no edit summary
+179
no edit summary
+1,443
no edit summary
−787
no edit summary
+1,443
no edit summary
−1,472
no edit summary
+89
no edit summary
+116
no edit summary
−170
no edit summary
−1
no edit summary
+726
no edit summary
+70
no edit summary
−2
no edit summary
+15
no edit summary
+3
no edit summary
−1
no edit summary
+1
no edit summary
−4
no edit summary
+615
no edit summary
−29
no edit summary
+5
Created page with "local p = {} function p.extract(frame) local pageTitle = frame.args[1] if not pageTitle then return "Error: Please provide a page title." end local page = mw.title.new(pageTitle) if not page or not page.exists then return "Error: Page not found." end local wikitext = page:getContent() local infobox = string.match(wikitext, "{{Infobox[^}]+}}") if not infobox then return "Error: Infobox not found." end..."
+803