Template:Dark-Box

From The Skullgirls Wiki
Revision as of 14:50, 15 January 2026 by JoshGroban (talk | contribs) (Created page with "<div style="background: linear-gradient(360deg,grey, black); color: white; padding: 10px; border-radius: 10px 10px; font-family:Jost; text-shadow: 0 0 10px black; border: 1px solid black; box-shadow: rgb(1,1,0,0.5) 0px 5px 20px; padding:5px; {{Border}}; width: {{{width|100}}}%; margin: 0px;" class="mp-box"> <center style="font-size: {{{titlesize|30}}}px">'''{{{title|N/A}}}'''</center> {{{content|}}} </div> <noinclude> <templatedata> { "params": { "titlesize": { "de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
N/A

<templatedata> { "params": { "titlesize": { "description": "in pixels", "example": "50 for 50px", "type": "number", "suggested": true }, "title": { "required": true }, "content": { "required": true }, "width": { "description": "in %", "example": "50 for 50%", "type": "number", "required": true }, "float": { "suggestedvalues": [ "left", "right", "center" ], "required": true } } } </templatedata>