Module:User error: Difference between revisions
Created page with "-- <nowiki> -------------------------------------------------------------------------------- -- A less intimidating version of the built-in "error()" function, to help -- editors fix their mistakes when transcluding a template. -------------------------------------------------------------------------------- local checkType = require('libraryUtil').checkType return function (message, ...) checkType('Dev:User error', 1, message, 'string') local element = mw.html...." |
(No difference)
|