67 741
contributi
Nessun oggetto della modifica |
mNessun oggetto della modifica |
||
Riga 397: | Riga 397: | ||
FileTitle = mw.title.getCurrentTitle() | FileTitle = mw.title.getCurrentTitle() | ||
if string.lower(string.sub( | if string.lower(string.sub(FileTitle.fullText, -4)) == ".svg" then | ||
--file is Scalable Vector Graphics | --file is Scalable Vector Graphics | ||
MediaURI = frame:callParserFunction('filepath:' .. string.sub(FileTitle.fullText, 6)) | MediaURI = frame:callParserFunction('filepath:' .. string.sub(FileTitle.fullText, 6)) |