28 May 2023
- 20:4120:41, 28 May 2023 diff hist +7 MediaWiki:Common.css No edit summary
- 20:4020:40, 28 May 2023 diff hist +98 MediaWiki:Common.css No edit summary
- 20:3920:39, 28 May 2023 diff hist +15 Template:Btngrid/styles.css No edit summary
- 20:3920:39, 28 May 2023 diff hist +22 MediaWiki:Common.css No edit summary
- 20:3720:37, 28 May 2023 diff hist −44 MediaWiki:Common.css No edit summary
- 20:3320:33, 28 May 2023 diff hist +10 Template:Btngrid/styles.css No edit summary
- 20:3020:30, 28 May 2023 diff hist +32 Template:Btn No edit summary
- 20:2920:29, 28 May 2023 diff hist 0 Template:Btngrid/styles.css No edit summary
- 20:2820:28, 28 May 2023 diff hist +169 MediaWiki:Common.css No edit summary
- 20:1920:19, 28 May 2023 diff hist +25 Template:Btn No edit summary
- 20:1820:18, 28 May 2023 diff hist −6 Template:Btngrid/styles.css No edit summary
- 20:1420:14, 28 May 2023 diff hist −169 MediaWiki:Common.css No edit summary Tag: Manual revert
- 20:1220:12, 28 May 2023 diff hist +169 MediaWiki:Common.css No edit summary Tag: Reverted
- 20:1220:12, 28 May 2023 diff hist −38 Template:Btn No edit summary Tag: Manual revert
- 20:1120:11, 28 May 2023 diff hist +38 Template:Column No edit summary
- 20:1120:11, 28 May 2023 diff hist +42 Template:Btngrid No edit summary
- 20:1120:11, 28 May 2023 diff hist +4 Template:Row No edit summary
- 20:1120:11, 28 May 2023 diff hist +38 Template:Row No edit summary
- 20:1120:11, 28 May 2023 diff hist +38 Template:Btn No edit summary Tag: Reverted
- 20:0820:08, 28 May 2023 diff hist +226 N Template:Btngrid/styles.css Created page with ".sc-btn-grid { display: flex; flex-direction: row; flex-wrap: wrap; gap: 0.3rem 0.3rem; } .sc-btn-grid > .sc-btn { flex: 4; min-width: 100px; } .sc-btn-grid > .sc-btn > a { padding: 0.4rem 0px; width: 100%; }"
- 20:0620:06, 28 May 2023 diff hist +247 N Template:Btngrid/Documentation Created page with "Creates a 3-column-wide grid of buttons placed inside of it. == Syntax == <pre>{{btngrid|1}}</pre> Arguments: # Add Btn templates here and populate them with content. <noinclude> Category:Template Documentation </noinclude>" current
- 20:0620:06, 28 May 2023 diff hist +121 N Template:Btngrid Created page with "<includeonly><div class="sc-btn-grid">{{{1}}}</div></includeonly> <noinclude> {{Doc}} </noinclude> Category:Universal"
- 20:0420:04, 28 May 2023 diff hist +441 N Template:Column/styles.css Created page with ".sc-box { padding: 0.6rem; } [class^="sc-col-"] { flex-shrink: 1; } [class^="sc-col-"].sc-box { min-width: 280px; } .sc-col-1 { flex: 1; } .sc-col-2 { flex: 2; } .sc-col-3 { flex: 3; } .sc-col-4 { flex: 4; } .sc-col-5 { flex: 5; } .sc-col-6 { flex: 6; } .sc-col-7 { flex: 7; } .sc-col-8 { flex: 8; } .sc-col-9 { flex: 9; } .sc-col-10 { flex: 10; } .sc-col-11 { flex: 11; } .sc-col-12 { flex: 12; }"
- 20:0120:01, 28 May 2023 diff hist +89 N Template:Row/styles.css Created page with ".sc-columns { display: flex; flex-direction: row; flex-wrap: wrap; gap: 0.6rem; }"
- 20:0020:00, 28 May 2023 diff hist +298 N Template:Column/Documentation Created page with "== Syntax == <pre> {{box |col= |content= }}</pre> Arguments: # col: Enter a number from 1-12 to specify the box's width when placed alongside other boxes (where 12 is 100% width). # content: Enter any content here to be inside the box. <noinclude> Category:Template Documentation </noinclude>"
- 19:5919:59, 28 May 2023 diff hist +171 N Template:Column Created page with "<includeonly><div class="sc-box sc-rounded {{#if:{{{col|}}}|.sc-col-{{{col}}}|}}">{{{content}}}</div></includeonly> <noinclude> {{Doc}} </noinclude> Category:Universal"
- 19:5819:58, 28 May 2023 diff hist +1 m Template:Row No edit summary
- 19:5719:57, 28 May 2023 diff hist +185 N Template:Row/Documentation Created page with "== Syntax == <pre>{{columns|1}}</pre> Arguments: # Add Box templates here and populate them with content. <noinclude> Category:Template Documentation </noinclude>"
- 19:5619:56, 28 May 2023 diff hist +119 N Template:Row Created page with "<includeonly><div class="sc-columns>{{{1}}}</div></includeonly> <noinclude> {{Doc}} </noinclude> Category:Universal"
- 19:4819:48, 28 May 2023 diff hist +23 Template:Btn No edit summary
- 19:4719:47, 28 May 2023 diff hist +1 Template:Doc No edit summary current
- 19:4519:45, 28 May 2023 diff hist +62 Template:Btn/Documentation No edit summary current
- 19:4219:42, 28 May 2023 diff hist +545 N Template:Btn/Documentation Created page with "== Syntax == <pre>{{btn|LINK|LABEL|e}}</pre> Arguments: # '''LINK:''' The page name or external URL to link to. # '''LABEL:''' The text to show in the button, will use the link text if not supplied- # '''e:''' Set "e" at the end of the template if linking to an external URL, it will look broken otherwise. == Examples == === Internal Link === <pre>{{btn|Help:Editing|Help Page}}</pre> {{btn|Help:Editing|Help Page}} === External Link === <pre>{{btn|https://supercombo.gg|..."
- 19:3819:38, 28 May 2023 diff hist +198 N Template:Btn Created page with "<includeonly><div class="sc-btn">{{#if:{{{1|}}} | {{#ifeq:{{{3|}}} | e | [{{{1}}} {{{2|{{{1}}}}}}] | [[ {{{1}}} | {{{2|{{{1}}}}}} ]]}} |NO LINK}}</div></includeonly> <noinclude> {{Doc}} </noinclude>"
- 18:0118:01, 28 May 2023 diff hist +12 Main Page No edit summary
- 18:0018:00, 28 May 2023 diff hist −268 Main Page No edit summary
- 17:4817:48, 28 May 2023 diff hist −149 SuperCombo Wiki:Game Directory No edit summary
- 17:4617:46, 28 May 2023 diff hist +118 Help:Editing No edit summary
- 17:3317:33, 28 May 2023 diff hist −17 MediaWiki:Sidebar No edit summary
- 17:3017:30, 28 May 2023 diff hist +15 MediaWiki:Sidebar No edit summary
- 17:2917:29, 28 May 2023 diff hist −33 MediaWiki:Sidebar No edit summary
- 17:2917:29, 28 May 2023 diff hist −6 MediaWiki:Sidebar No edit summary
- 17:2817:28, 28 May 2023 diff hist −95 MediaWiki:Sidebar No edit summary
- 17:2417:24, 28 May 2023 diff hist +8 MediaWiki:Citizen.css No edit summary
- 17:1917:19, 28 May 2023 diff hist −917 Help:Glossary No edit summary
- 17:1717:17, 28 May 2023 diff hist −11 Help:Glossary No edit summary
- 17:1417:14, 28 May 2023 diff hist +491 Help:Editing No edit summary
- 16:5716:57, 28 May 2023 diff hist −1,641 Help:Editing No edit summary
- 15:4615:46, 28 May 2023 diff hist +2 m Help:Creating Images & Videos →Exportation and Upload
- 15:4515:45, 28 May 2023 diff hist +10,087 N Help:Creating Images & Videos Created page with "{{Ambox|icon=Icon warning.png|border=red|type=Work in progress!|info=This page is being edited based on [https://www.dustloop.com/w/Help:Manual_of_Style Dustloop's Manual of Style.]}} The two primary goals for the images are: # Make the attack easily identifiable by players who only slightly know the character and have seen each attack once or twice at most. # Be a visual aid to explain how an attack works. ==Image Guidelines== *Use sprite rips with a transparent backgr..."