Module:Infoboxes: Revision history

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.

7 April 2024

  • curprev 21:0521:05, 7 April 2024DrunkMunki talk contribs 5,907 bytes +5,907 Created page with "local p = {} --Vars-- local _fieldTags = {"<title", "<media", "<image", "<audio", "<video", "<data", "<caption"} --SUPORTING FUNCTIONS-- --Infobox Functions-- --generateInfoboxExample-- --Makes a good guess at whether a page is an infobox template local function isInfobox(pageContent) return string.match(pageContent, "<infobox") end --Makes a good guess at whether a string of text contains field data for an infobox local function isFieldData..."