local p =
function p._main -- THE NEXT LINE ACTUALLY DOES SOMETHING (the rest is boilerplate) local uig = mw.getContentLanguage:gender("Certes", "masculine", "feminine", "neutral", "other") return uigend -- of p._main
function p.main(frame) -- Take parameters out of the frame and pass them to p._main. Return the result. return p._mainend -- of p.main
return p