Module:auto cat: Διαφορά μεταξύ των αναθεωρήσεων

Περιεχόμενο που διαγράφηκε Περιεχόμενο που προστέθηκε
μ tyyypo
Ανδρικά... επώνυμα τυπο σε γραμμή text
Γραμμή 2.050:
else
text = text .. ' » [[:Κατηγορία:Λέξεις με επίθημα '
-- .. mw.getContentLanguage():lcfirst(mw.ustring.sub(mw.ustring.match(cat_title, catword .. " με επίθημα (.*)"), 1, -1))
.. '|Λέξεις με επίθημα]] '
if other_lemma ~= '' and other_lemma ~= nil then text = text .. other_lemma else
Γραμμή 2.065:
text = text .. ' « [[:Κατηγορία:' .. catword .. ' κατά επίθημα|' .. catword .. ' κατά επίθημα]]'
-- ## NEEDS CHECKGIN
 
-- cat a
if other_cat ~= '' and other_cat ~= nil then
Γραμμή 2.109:
else
text = text .. ' » [[:Κατηγορία:Λέξεις με επίθημα '
-- .. mw.getContentLanguage():lcfirst(mw.ustring.sub(mw.ustring.match(cat_title, catword .. " με επίθημα (.*)"), 1, -1))
.. ' (' .. lang_name .. ')|Λέξεις με επίθημα]] '
-- do as in previous: where affix is mw.getContentLanguage():lcfirst(mw...........