Module:Table empty cell: 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.

28 March 2023

  • curprev 01:3601:36, 28 March 2023NeonWabbit talk contribs 1,505 bytes +1,505 Created page with "local p = {} -- List of default title texts. local defaultTitleTextlist = { ["TBA"] = "To be announced", ["TBD"] = "To be determined", ["N/A"] = "Not available" } -- Local function which is used to retrieve the title text. local function getTitleText(args, altText) local titleText = args[2] or args["title_text"] -- If the title text was manually added, return it. if (titleText) then return titleText end -- The title text was not set, get the correct defau..."