Module:Bongolium500/main page modules: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
no edit summary
No edit summary
No edit summary
Line 31: Line 31:
local temp = textUtil.split(randomRelease, " %- ")
local temp = textUtil.split(randomRelease, " %- ")
local year = temp[1]
local year = temp[1]
if not string.find(year, "[[") then
if not string.find(year, "%[%[") then
year = "[[" .. year .. "(releases)|" .. year .. "]]"
year = "[[" .. year .. "(releases)|" .. year .. "]]"
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.