Modul:Temp: Porovnání verzí

Smazaný obsah Přidaný obsah
úprava pro přímé volání zvenčí
+ monitoring pro {{Audio}}
Řádek 142:
output = tostring( html )
return output
end
 
 
function _module.monitorAudio( frame )
local output = ""
-- local value = mw.text.trim( frame:getParent().args[2] or "" )
local value = "djkhfalkj (USA)"
local parentheses = mw.ustring.match( value, ".*%(([^%)]+)%)$" )
if parentheses then
valueType = string.format( "⌂ (%s)", parentheses )
else
valueType = value
end
output = string.format( "[[Kategorie:Monitoring:Audio/2/%s]]", valueType )
-- output = frame:preprocess( output )
return output