Module:generalfunctions

Από Βικιλεξικό
Μετάβαση στην πλοήγηση Πήδηση στην αναζήτηση

Documentation for this module may be created at Module:generalfunctions/τεκμηρίωση

local p = {}

p['exeikati'] = function (onearg)
    return not (onearg == nil or mw.ustring.len(onearg) < 1)
end

p['errorhere'] = function(errstring)
    return '<div class="error">' .. errstring .. '</div>[[Κατηγορία:Σελίδες με σφάλματα]]'
end

return p