67 741
contributi
mNessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 386: | Riga 386: | ||
end | end | ||
return mw.text.nowiki(table.concat(FinalArray, Separator) .. SepDeclaration) | return mw.text.nowiki(table.concat(FinalArray, Separator) .. SepDeclaration) | ||
end | |||
--- Check if a file is SVG and validate it | |||
-- | |||
-- @param frame The interface to the parameters passed to {{#invoke:}} | |||
-- @return Processed string | |||
function p.SVGChackValidate(frame) | |||
local ValidateURI = "http://validator.w3.org/check?uri=" | |||
local FileTitle | |||
FileTitle = mw.title.getCurrentTitle() | |||
return FileTitle.fullText .. "<br />" .. FileText.fullUrl | |||
end | end | ||
return p | return p |