Module:Tile: Revision history

From Isekai Wiki

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.

4 January 2023

  • curprev 21:5221:52, 4 January 2023落雨枫 talk contribs 1,665 bytes +1,665 Created page with "local p = {} local function loadConfig(titleText) local title = mw.title.new(titleText) if (not title.exists and title.contentModel ~= "json") then return nil end local content = title:getContent() return mw.text.jsonDecode(content) end local function getDayConfig(conf, frame) -- Detect by date first. local currentDate = frame:callParserFunction("#timel", "n-j") dayConfig = conf[currentDate] if (dayConfig ~= nil) then -- Output tile for current date retur..."