Module:Userbox/Skins

From IdleOn MMO Wiki
< Module:Userbox
Revision as of 11:39, 6 February 2023 by Nano (talk | contribs) (Created page with "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', }, },...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 = {
		},
	},
}