Tech, emailconfirmed, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Administrators
12,451
edits
Bongolium500 (talk | contribs) No edit summary |
Bongolium500 (talk | contribs) No edit summary |
||
Line 20: | Line 20: | ||
local randomRelease = releases[math.random(1, #releases)] | local randomRelease = releases[math.random(1, #releases)] | ||
local temp = textUtil.split(randomRelease, " | local temp = textUtil.split(randomRelease, "%-") | ||
local year = temp[1] | local year = temp[1] | ||
local text = temp[2] | local text = temp[2] | ||
outputWidget = outputWidget .. "..." .. year .."</h3> \n<span>text</span></div>" | outputWidget = outputWidget .. "..." .. year .."</h3> \n<span>" .. text .. "</span></div>" | ||
cache.set(PREFIX .. currentDate, outputWidget) | cache.set(PREFIX .. currentDate, outputWidget) |
edits