Module:Bar and Module:Bar/sandbox: Difference between pages
(Difference between pages)
imported>Pppery m Changed protection settings for "Module:Bar": Match protection level with parent template ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)) |
imported>Ahecht use default-sort-value instead of hidden span |
||
| Line 12: | Line 12: | ||
local BarBox = class('BarBox', { | local BarBox = class('BarBox', { | ||
_css = 'Module:Bar/styles.css', | _css = 'Module:Bar/sandbox/styles.css', | ||
__init = function (self, args) | __init = function (self, args) | ||
| Line 260: | Line 260: | ||
abbr= 'on' | abbr= 'on' | ||
} | } | ||
local convert = require('Module:Convert')._convert | local convert = require('Module:Convert/sandbox')._convert | ||
output(convert({}, cvtArgs)) | output(convert({}, cvtArgs)) | ||
end | end | ||