Module:MOS intro: Difference between revisions
ArrowHead294 (talk | contribs) m Sort dependencies |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 297: | Line 297: | ||
local other_names = frame.args["Other Names"] or "" | local other_names = frame.args["Other Names"] or "" | ||
local depparams = other_names ~= "" and " [[Category:Pages with deprecated parameters]]" or "" | local depparams = (other_names ~= "" and " [[Category:Pages with deprecated parameters]]" or "") | ||
local result = p._mos_intro(input_mos, other_names) .. depparams | local result = p._mos_intro(input_mos, other_names) .. depparams | ||