More actions
(→Mediawiki Code: Part Two: Layout for planned sections -> To be filled out soontm) |
(→Mediawiki Code: Additions of <nowiki> and <!-- text just for editors to see -->) |
||
Line 156: | Line 156: | ||
|} | |} | ||
</tab> | </tab> | ||
<tab name="Advanced Formatting Code"> | <tab name="Advanced Formatting Code"> | ||
Line 164: | Line 166: | ||
! style="background-color:#7cbb90;"|<center>'''The Output:'''</center> | ! style="background-color:#7cbb90;"|<center>'''The Output:'''</center> | ||
|- | |- | ||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | | |style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Text for just the editors | ||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> <nowiki> | |style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> <nowiki> | ||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> | <!-- The Gaps are here for readability when editing --></nowiki></center> <small>This of course will not show up in the Output section as you will only see it if you open a page to edit.</small> | ||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> <!-- The Gaps are here for readability when editing --></center> | |||
|- | |- | ||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | | |style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | No wiki code | ||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki> | |style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki><nowiki>'''Bold'''</nowiki></nowiki></center> <small>This stops wikicode from functioning, highly useful when filling out a usage section on a template.</small> | ||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> | |style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> <nowiki>'''Bold'''</nowiki></center> | ||
|} | |} | ||
Revision as of 13:47, 6 August 2022
Before you begin
- The Special:SpecialPages page is the #1 weapon against unorganized or lacking wiki pages. It can be reached from the main menu cogwheel.
- The Special:Version special page has useful information on what extensions are installed for more advanced knowledge on wiki syntax and functionality.
- If you're not sure how to use wiki syntax, check out the official Mediawiki Formatting page.
- Check out your "Editing" user preferences and make sure you have the enhanced editing toolbar enabled, among other optional tweaks.
Mediawiki Code
This section is to cover the basics of mediawiki code so that new and returning wiki contributors can refresh themselves with the basic and adanced code.
Action to be performed: | ||
---|---|---|
Removes the table of contents | ||
Applying Bolding to text | ||
Applying Italics to text | ||
Applying underlines to text |
|
|
Applying strikethroughs to text |
|
|
Making formatting Centered |
|
|
Dividing line | ---- Dividing Line |
Dividing Line |
Page headers |
= Page Header One=
=== Page Header Three === ==== Page Header Four ==== ===== Page Header Five ===== ====== Page Header Six ======
|
To avoid messing up the table of contents for this page the below image will detail what this would look like. |
Bullet Points | This is a
* Bullet Point |
This is a
|
Numbered List | This is a
# Numbered List 1 # Numbered List 2 # Numbered List 3 |
This is a
|
Linking outside the wiki | ||
Linking within the wiki |
|
|
Displaying Images |
|
Action to be performed: | ||
---|---|---|
Text for just the editors | ||
No wiki code |
Action to be performed: | ||
---|---|---|
Fill in | ||
Fill in |
Action to be performed: | ||
---|---|---|
Fill in | ||
Fill in |
Contributing
- Place {{outdated}} at the top of a wiki page to display a banner showing that the page is outdated and needs help. View all outdated pages here - you're welcome to help update them.
- Special:ShortPages might be looking for more data.
- Special:WantedFiles are all linked images that don't have a file attached to them. In 90% of cases, you can let Sargeantmuffinman, TopHatPenguin or Nivrak know about these and they can upload the correct icon directly from source files. (Combined icons won't work for this, such as a human wearing armor, clothing, and holding weapons.)
- Special:WantedPages are links to pages that don't exist yet, but someone feels it's needed.
- If you upload a file, make sure it doesn't already exist by checking Special:ListFiles. It is crucial that existing files are replaced by uploading a new version - DO NOT upload another version of the file with a different name!
- Tables have their own markup that is clean and easy to edit. Visit the official Mediawiki Help:Tables page for more info. There are also a few 3rd-party tools to assist with formatting, such as the Mediawiki Tables Generator.
- Templates are extremely powerful wiki additions that help eliminate redundancy in markup and provide a clean, easy-to-edit layout for future contributors. Check out the templates we're using. For example, you can add {{tocright}} to any page to have the Table of Contents move to the right side of the page. Advanced templates can include ParserFunctions (using #if, #ifexp, #switch, etc) for calculation and string handling (e.g. item infoboxes that show a default "Image not found" image if one doesn't exist), leading to some very clean and professional-looking documentation.
- Some other features include Magic Words, which can be useful in templates or in special cases, such as hiding the Table of Contents (TOC).
- All other Mediawiki-specific Help pages are here if you'd like to learn more.
Cleaning
- Special:LonelyPages has a list of pages that might need to be deleted or worked on (anything deleted can be restored).
- Special:UnusedFiles might also need to be deleted (anything deleted can be restored).
- Note: normal users are unable to delete pages, but Trusted users can.