Module:Userbox/Skins: Difference between revisions
From IdleOn MMO Wiki
(Blanked the page) Tag: Blanking |
Tag: Undo |
||
Line 1: | Line 1: | ||
return { | |||
modern = { | |||
-- this is the default userbox skin | |||
main = { | |||
margin = '.1em .1em', | |||
float = 'left', | |||
border_width = 1, | |||
border_color = '#acacac', | |||
height = 90, | |||
}, | |||
id = { | |||
width = 93.2, | |||
-- color = 'inherit', | |||
-- background = 'transparent', | |||
align = 'center', | |||
size = 16, | |||
padding = '0 .9em', | |||
}, | |||
info = { | |||
-- color = 'inherit', | |||
-- background = 'transparent', | |||
align = 'left', | |||
size = 'inherit', | |||
padding = '0 .7em', | |||
}, | |||
}, | |||
retro = { | |||
main = { | |||
class = 'userbox-retro' | |||
}, | |||
id = { | |||
}, | |||
info = { | |||
}, | |||
}, | |||
} |
Latest revision as of 11:50, 6 February 2023
Documentation for this module may be created at Module:Userbox/Skins/doc
return {
modern = {
-- this is the default userbox skin
main = {
margin = '.1em .1em',
float = 'left',
border_width = 1,
border_color = '#acacac',
height = 90,
},
id = {
width = 93.2,
-- color = 'inherit',
-- background = 'transparent',
align = 'center',
size = 16,
padding = '0 .9em',
},
info = {
-- color = 'inherit',
-- background = 'transparent',
align = 'left',
size = 'inherit',
padding = '0 .7em',
},
},
retro = {
main = {
class = 'userbox-retro'
},
id = {
},
info = {
},
},
}