Module:Message box: Difference between revisions
From Test Wiki
Content deleted Content added
m Protected "Module:Message box": used in system messages ([Edit=Allow only bureaucrats] (indefinite) [Move=Allow only bureaucrats] (indefinite) [Delete=Allow only bureaucrats] (indefinite) [Protect=Allow only bureaucrats] (indefinite)) |
m>Billinghurst Information icon4.svg |
||
Line 1: | Line 1: | ||
require(' |
require('strict') |
||
local getArgs |
local getArgs |
||
local yesno = require('Module:Yesno') |
local yesno = require('Module:Yesno') |
||
Line 330: | Line 330: | ||
or '40x40px' |
or '40x40px' |
||
self.imageLeft = string.format('[[File:%s|%s|link=|alt=]]', self.typeImage |
self.imageLeft = string.format('[[File:%s|%s|link=|alt=]]', self.typeImage |
||
or ' |
or 'Information icon4.svg', imageSize) |
||
end |
end |
||
end |
end |