Help:Editing: Difference between revisions

Help page
No edit summary
 
(Added Quick Links section)
 
(28 intermediate revisions by 10 users not shown)
Line 1: Line 1:
Sitewide conventions probably should go here. There also should be links to default templates and other fun stuff.
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 [https://www.mediawiki.org/wiki/Help:Contents MediaWiki User Guide].


General help with the wiki can be found at [http://meta.wikimedia.org/wiki/MediaWiki_User's_Guide MediaWiki's user guide]. Or maybe you need [http://meta.wikimedia.org/wiki/Help:Editing help editing a page].
==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.
 
* [[Help:Manual of Style|Manual of Style]]
* [[Help:Writing Character Pages|Writing Character Pages]]
* [[Help:Writing System Explanations|Writing System Explanations]]
* [[Help:Creating Images & Videos|Adding Images & Videos]]
* [[Help:New Wiki Guide|Creating a New Wiki]]
* [[Help:Editing Frame Data|Editing Frame Data with Cargo]]
 
==Register an Account==
You can create an account online through the [[Special:CreateAccount|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 [https://supercombo.gg/discord 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 [https://www.mediawiki.org/wiki/Manual:Collapsible_elements 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
 
<nowiki>== Level 2 Headers ==</nowiki>
 
then use
 
<nowiki>=== Level 3 Headers ===</nowiki>
 
and so on. Maximum is level 6, <u>'''level 1 should be avoided'''</u>.
 
=== Images & videos ===
See [https://www.mediawiki.org/wiki/Help:Images Help:Images] to learn the syntax for embedding images (and videos). To learn how to upload, read [[#File uploads|File uploads]].
 
===Links===
 
*<nowiki>[[Bloody Tuna Melt]]</nowiki> → [[Bloody Tuna Melt]]
*<nowiki>[[Bloody Tuna Melt|let's have lunch]]</nowiki> → [[Bloody Tuna Melt|let's have lunch]]
*<nowiki>https://google.com</nowiki> → http://google.com
*<nowiki>[https://google.com]</nowiki> → [http://google.com]
*<nowiki>[https://google.com google]</nowiki> → [http://google.com 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. {{qcf}} for quarter circle forward or {{unblockable}} for unblockable properties, refer to the [[Help:Property Icons|icon index.]]
 
=== Tables ===
Tables are quite powerful in Mediawiki, see [https://www.mediawiki.org/wiki/Help:Tables 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:
 
<nowiki>__NOTOC__</nowiki>
 
If you want to add a ToC somewhere in the middle of a page, add the following at the desired location:
 
<nowiki>__TOC__</nowiki>
 
If you want a ToC but don't want to show all the sections used in it:
<nowiki>{{TOClimit|3}}</nowiki>
 
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 [https://www.mediawiki.org/wiki/Transclusion Transclusion], read the MediaWiki help article to learn how it works.
 
We also have the [https://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion 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 [https://www.mediawiki.org/wiki/Help:Templates Help:Templates] on the MediaWiki Help pages to learn the basic syntax and see our own [[Help:Templates|Templates]] Help page for information on creating or using templates within our guidelines.

Latest revision as of 23:18, 26 July 2024

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.

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:

  1. Join our Discord server.
  2. Visit the #welcome-rules-info channel and read it in full.
  3. Submit the New Game Application Form.
  4. 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:

  1. Click the "[edit]" button next to an article, or at the top of the page.
  2. Make changes to the text.
  3. 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

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


  1. or you can have a numbered list
  2. by adding a # at the start of a line
    1. and do nested numbered lists
    2. the same way

Property Icons

To use an icon to represent motions or properties i.e. Qcf.png for quarter circle forward or Unblockable.png 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.