Want to continue the fun of planet.soyjak.st? Use SoyPlace, it will be online for as long as Gold can pay his server bills. Faggot (talk) 19:41, 25 September 2025 (UTC)
EFFECTIVE IMMEDIATELY: All unofficial revivals of the shemmy will be treated as hostile communities without prior approval by jannies, this is because they all seem to be run by Discord pedophiles. Faggot (talk) 11:41, 26 September 2025 (UTC)
Module:WPMILHIST Infobox style: Difference between revisions
From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with "local retval = { main_box_raw_auto_width = 'border-spacing:2px;', above_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;font-size:125%;', header_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;font-size:110%;', sub_header_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;', header_color = 'background-color:#EEF2FF;', nav_box = 'margin:0;float:right;clear:right;width:25.5em;margin-bottom:0.5em;mar..." |
(No difference)
|
Latest revision as of 23:24, 15 June 2025
Documentation for this module may be created at Module:WPMILHIST Infobox style/doc
local retval = {
main_box_raw_auto_width = 'border-spacing:2px;',
above_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;font-size:125%;',
header_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;font-size:110%;',
sub_header_raw = 'background-color:#EEF2FF;text-align:center;vertical-align:middle;',
header_color = 'background-color:#EEF2FF;',
nav_box = 'margin:0;float:right;clear:right;width:25.5em;margin-bottom:0.5em;margin-left:1em;',
nav_box_child = 'margin:0;float:right;clear:right;width:25em;margin-bottom:0.5em;',
nav_box_wide = '',
nav_box_header = 'background-color:#EEF2FF;',
nav_box_wide_header = 'background-color:#EEF2FF;',
nav_box_label = 'background-color:#DCDCDC;',
image_box_raw = 'text-align:center;border-bottom:1px solid #aaa;line-height:1.5em;',
image_box_plain_raw = 'text-align:center;line-height:1.5em;',
internal_border = '1px dotted #aaa;',
section_border = '1px solid #aaa;'
}
retval.main_box_raw = 'width:25.5em;' .. retval.main_box_raw_auto_width
retval.above_bar = 'style="' .. retval.above_raw .. '"'
retval.header_bar = 'style="' .. retval.header_raw .. '"'
retval.sub_header_bar = 'style="' .. retval.sub_header_raw .. '"'
retval.image_box = 'style="' .. retval.image_box_raw .. '"'
retval.image_box_plain = 'style="' .. retval.image_box_plain_raw .. '"'
return retval