Jump to content

Module:Message box: Difference between revisions

better error message
m>Mr. Stradivarius
(finish ambox and split the config functions out to Module:Message box/data)
m>Mr. Stradivarius
(better error message)
Line 89: Line 89:
             table.insert(boxTypes, mw.ustring.format('"%s"', k))
             table.insert(boxTypes, mw.ustring.format('"%s"', k))
         end
         end
         error(mw.ustring.format('Invalid message box type. Valid types are %s.', mw.text.listToText(boxTypes)))
         error(mw.ustring.format('invalid message box type "%s"; valid types are %s', tostring(boxType), mw.text.listToText(boxTypes)), 2)
     end
     end


Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.