Module:ModDisplay: Difference between revisions

67 bytes removed ,  20:19, 27 October 2019
m
no edit summary
(Created page with "local p = {} local cargo = mw.ext.cargo function p.main(frame) local rawmodlist = frame if frame.args ~= nil then rawmodlist = frame.args[1] end local modlist =...")
 
mNo edit summary
 
Line 20: Line 20:
         return
         return
     else
     else
      if modlist ~= "" then
       modlist = modlist .. result[1]['DisplayName'] .. " "
        modlist = modlist .. " "
      end
       modlist = modlist .. result[1]['DisplayName']
     end
     end
   end
   end