This page is a quick reference for new wiki editors. SuperCombo Wiki uses the MediaWiki software, meaning that information from MediaWiki documentation will apply here. For more in depth help with MediaWiki markup, please visit the MediaWiki User Guide.
Quick Links
Multiple other pages dictating how to properly write up and fill out a wiki exist for your convenience. They may be accessed at any point using the sidebar menu.
- Manual of Style
- Writing Character Pages
- Writing System Explanations
- Adding Images & Videos
- Creating a New Wiki
- Editing Frame Data with Cargo
Register an Account
You can create an account online through the sign up page. Once you have signed up, you need to wait 12 hours to gain permission to edit.
Starting a new wiki
While SuperCombo's mission is all-encompassing and ranges from niche to mainstream titles of all kinds in the FGC, there are a network of community run wiki sites out there that serve specific niches. To make sure we're the best fit for your community's wiki project, we ask that you:
- Join our Discord server.
- Visit the #welcome-rules-info channel and read it in full.
- Submit the New Game Application Form.
- Await a response from one of the Bureaucrat staff in the server before beginning work.
The only hard criteria we have are that at least 2 people are able to work on the project to begin with and that there are not other actively run community wikis that exist. When we say "Community wiki", we refer to FGC-specific sites like Dream Cancel, Dustloop, Mizuumi, Wavu, etc. and not Fandom.
How to Edit
It's very easy to edit the contents of a wiki:
- Click the "[edit]" button next to an article, or at the top of the page.
- Make changes to the text.
- Click the "Save changes" button.
Simple as that!
Formatting Tools
For those of us who have never worked on a wiki before, the following sections can be used to see what available tools you have at your disposal. Click 'Edit' and view the source so you know what the code is to use these effects.
Collapsible sections
See Manual:Collapsible Elements to learn how to make sections of a page collapse either by default or when a user clicks a button.
Headers
Start with
== Level 2 Headers ==
then use
=== Level 3 Headers ===
and so on. Maximum is level 6, level 1 should be avoided.
Images & videos
See Help:Images to learn the syntax for embedding images (and videos). To learn how to upload, read File uploads.
Links
- [[Bloody Tuna Melt]] → Bloody Tuna Melt
- [[Bloody Tuna Melt|let's have lunch]] → let's have lunch
- https://google.com → http://google.com
- [https://google.com] → [1]
- [https://google.com google] → Google
Lists
- you can have a list of items
- by adding a * at the start of a line
- You can also have
- nested lists
- by adding more *s in the front
- or you can have a numbered list
- by adding a # at the start of a line
- and do nested numbered lists
- the same way
Property Icons
To use an icon to represent motions or properties i.e. for quarter circle forward or for unblockable properties, refer to the icon index.
Tables
Tables are quite powerful in Mediawiki, see Help:Tables to learn the syntax for using tables.
Table of contents
Table of contents are automatically generated when you have enough headings on the page. The sections are divided by the size of the heading used.
If you don't want a ToC, add the following to the top of the page:
__NOTOC__
If you want to add a ToC somewhere in the middle of a page, add the following at the desired location:
__TOC__
If you want a ToC but don't want to show all the sections used in it: {{TOClimit|3}}
This is primarily used in character pages. Each move is its own section for the sake of convenience.
Transclusion
It's possible to copy a section of a page to another without actually copy-pasting it and using the original page's contents whenever it updates through Transclusion, read the MediaWiki help article to learn how it works.
We also have the Labeled Section Transclusion extension enabled, which allows for more flexibility in how sections are defined.
Templates
Templates are a way to generate some formatting by supplying "argument" text with a syntax to "call" the formatting with your arguments filled in where specified. This is how SuperCombo generates views of frame data, hit boxes and other complicated formatting repeatedly.
See Help:Templates on the MediaWiki Help pages to learn the basic syntax and see our own Templates Help page for information on creating or using templates within our guidelines.