Modul:Italic title: Unterschied zwischen den Versionen
try using callParserFunction again
(forgot the namespace text) |
(try using callParserFunction again) |
||
Zeile 10: | Zeile 10: | ||
result = "''" .. title.text .. "''" | result = "''" .. title.text .. "''" | ||
end | end | ||
if title.nsText and title.nsText ~= "" then | |||
result = title.nsText .. ':' .. result | |||
end | |||
return mw.getCurrentFrame():callParserFunction( 'DISPLAYTITLE', result ) | |||
end | end | ||
return p | return p |