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).
- 20:12, 29 March 2025 Gpe talk contribs created page Module:Lead (Created page with "local p = {} function p.lead(frame) local title = frame.args[1] if not title then return "Error: No page title provided." end -- Fetch the raw wikitext of the page local content = mw.title.new(title):getContent() if not content then return "Error: Could not fetch content for page '" .. title .. "'." end -- Find position of the first heading (e.g., '== Something ==') local heading_start = string.find(content, "\n==+[^...")