Editing Module:Userbox
Revision as of 02:01, 20 February 2024 by IseeL (talk | contribs) (Created page with "local p = {} function p.main(frame) -- pass frame args wholly to getBox local args = frame:getParent().args return p.getBox(args) end function p.getBox(args) local float = args["float"] or "left" local borderWidth = args["border-width"] or args["border-s"] or 1 local borderColor = args["border-color"] or args["border-c"] or args["id-c"] or "#999" local infoBackground = args["info-background"] or args["info-c"] or "#EEE" local logoBackground...")
Warning: You are editing an out-of-date revision of this page. If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://bitch.space/index.php/Module:Userbox"