Documentation for this module may be created at Module:ΕλληνικήΕτικέτα/τεκμηρίωση
local p = {}
function p.getLabel(frame)
local label, lang = mw.wikibase.getLabelWithLang()
if lang == 'el' then
return label
end
return frame:preprocess('{{FULLPAGENAME}}')
end
return p