Content deleted Content added
make sandbox page for Module:Official website |
wrap the call to Template:Link note in pcall in case anyone deletes it |
||
Line 54:
)
if options.format == 'flash' then
ret[#ret + 1] = quickPcall(function ()
return mw.getCurrentFrame():expandTemplate{ title = 'Link note',
args = {note = 'Requires [[Adobe Flash player]]'}
}
end)
end
if options.mobile then
|