Module:Template parameter value: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 August 2023

  • curprev 19:3519:35, 16 August 2023Im a waffle1 talk contribs empty −6,306 Blanked the page Tag: Blanking
  • curprev 19:1519:15, 16 August 2023Im a waffle1 talk contribs 6,306 bytes +6,306 Created page with "local p = {} local PrepareText = require("Module:Wikitext Parsing").PrepareText local function getTitle(title) local success, titleObj = pcall(mw.title.new, title) if success then return titleObj else return nil end end --string.gmatch will check the largest block it can without re-scanning whats inside, but we need whats inside local function matchAllTemplates(str) local matches = {} for template in string.gmatch(str, "{%b{}}") do table.insert(matches, template..."