με υποκοριστικά, ξέχασα το hosto στο other cat
κατά μεγεθυντικό επίθημα +param nohost (no example) |
με υποκοριστικά, ξέχασα το hosto στο other cat |
||
Γραμμή 1.487:
if other_cat ~= '' and other_cat ~= nil then
if languages[lang_iso].sublang == true then
if nohost == '1' then
if sort == '' or sort == nil then
mw.addWarning('<b><span style="color:#b22222; font-size:14px;">Αν χρειάζεται, συμπληρώστε με {{auto cat|xxx}} την κλείδα κατάταξης sort.</span></b>')
cat = '[[Κατηγορία:Λέξεις ' .. in_cat .. ' (' .. lang_name .. ')|' .. other_cat .. ']]' .. "\n"
else
cat = '[[Κατηγορία:Λέξεις ' .. in_cat .. ' (' .. lang_name .. ')|' .. sort .. ']]' .. "\n"
end
else -- WITH host
if sort == '' or sort == nil then
mw.addWarning('<b><span style="color:#b22222; font-size:14px;">Αν χρειάζεται, συμπληρώστε με {{auto cat|xxx}} την κλείδα κατάταξης sort.</span></b>')
Line 1.494 ⟶ 1.502:
cat = '[[Κατηγορία:Λέξεις ' .. in_cat .. ' (' .. lang_name .. ')|' .. sort .. ']]' .. "\n"
.. '[[Κατηγορία:' .. catword .. ' ' .. affix .. ' (' .. languages[lang_iso].host_name .. ')|' .. sort .. ']]' .. "\n"
end
end -- close nohost
else -- no sublang
if sort == '' or sort == nil then
|