More actions
Revision as of 21:25, 17 September 2025 by Skycrafter (talk | contribs) (Created page with "local p = {} local requiredSections = { "Description", "Prerequisites", "Execution Steps", "Variations", "See Also" } local function getPageWikitext() local t = mw.title.getCurrentTitle() return t and t:getContent() or nil end local function l2Headings(wikitext) local out = {} if not wikitext then return out end wikitext = "\n" .. wikitext .. "\n" for h in mw.ustring.gmatch(wikitext, "\n==%s*([^=\n][^\n]-)%s*==%s*\n") do table.insert(out, mw.text.trim(h))...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://www.trackmania.wiki/wiki/Module:TrickValidator"