Module:MOS intro: Difference between revisions

Ganaram inukshuk (talk | contribs)
Simplified function names; removed possibly unnecessary links or phrases that may require links; changed wording
Inthar (talk | contribs)
Added "in TAMNAMS".
Line 63: Line 63:
if tamnams_names_list ~= "" and other_names_list ~= "" then
if tamnams_names_list ~= "" and other_names_list ~= "" then
-- There are both tamnams names and alternate names
-- There are both tamnams names and alternate names
sentence = sentence .. string.format(", named %s (also known as %s),", tamnams_names_list, other_names_list)
sentence = sentence .. string.format(", named %s (also known as %s) in [[TAMNAMS]],", tamnams_names_list, other_names_list)
elseif tamnams_names_list ~= "" and other_names_list == "" then
elseif tamnams_names_list ~= "" and other_names_list == "" then
-- There are only tamnams names
-- There are only tamnams names