Module:Parameter validation/default config: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
function create(cat, msg)  
function create(cat, msg)  
return mw.ustring.format("{{main other|[[Category:Pages using tname_naked with %s parameters]]}}", cat) .. create_message(msg)
return mw.ustring.format("{{main other|[[Category:Pages using tname_naked with %s parameters]]}}", cat)
end
end