Module:Guidance: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Camenati No edit summary |
imported>Camenati No edit summary |
||
| Line 168: | Line 168: | ||
} | } | ||
} | } | ||
if ts ~= nil then | |||
rd = jumpscareBanner | |||
elseif string.find(frame.args[1], "flashing") then | |||
local flashingBanner = frame:expandTemplate { | |||
title = "ambox", | |||
args = { | args = { | ||
small = "left", | small = "left", | ||
| Line 180: | Line 182: | ||
} | } | ||
} | } | ||
if ts ~= nil then | |||
rd = flashingBanner | |||
end | end | ||
end | end | ||
| Line 199: | Line 203: | ||
end | end | ||
return p | return p | ||
end | |||
end | |||