More actions
(Minor typo) |
(Wiki Helping Out Overhaul Part One -> Basic Mediawiki code for formatting) |
||
Line 8: | Line 8: | ||
* Check out your [[Special:Preferences | "Editing" user preferences]] and make sure you have the enhanced editing toolbar enabled, among other optional tweaks. | * Check out your [[Special:Preferences | "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. | |||
{| border="1" class="mw-collapsible mw-collapsed" style="width:53%" | |||
!<big>What it does:</big> | |||
!<big>Hotkey:</big> | |||
|- | |||
|style="width:300px;|Bold | |||
|<nowiki>'''Bold'''</nowiki> | |||
|- | |||
|Left | |||
|A | |||
|} | |||
<center> | |||
{| style="width: 100%; border: none" | |||
|style="width: 100%; vertical-align: top;" | <tabs> | |||
<tab name="Basic Formatting Code"> | |||
{| style="border: 2px solid black; class="mw-collapsible" | |||
! style="background-color:#7cbb90; width:150px;"|'''Action to be performed:''' | |||
! style="background-color:#7cbb90;"|<center>'''The Code:'''</center> | |||
! style="background-color:#7cbb90;"|<center>'''The Output:'''</center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Removes the table of contents | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> <nowiki>__NOTOC__</nowiki></center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> Removes the table of contents. | |||
The code will not appear on the page when viewed.</center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Applying Bolding to text | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki>'''Bold'''</nowiki></center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> '''Bold'''</center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Applying Italics to text | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki>''Italics''</nowiki></center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center>''Italics''</center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Applying underlines to text | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki><U>Underline Text.</U></nowiki> | |||
<small>''This is HTML code as mediawiki does not have a native underline command.''</small></center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><U>Underline Text.</U></center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Applying strikethroughs to text | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki><S>Strikethrough Text.</S></nowiki> | |||
<small>''This is HTML code as mediawiki does not have a native strikethrough command.''</small></center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><S>Strikethrough Text.</S></center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Dividing line | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" |<center> This is a | |||
<nowiki>----</nowiki> | |||
Dividing Line | |||
</center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center>This is a | |||
---- | |||
Dividing Line</center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Bullet Points | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | This is a | |||
<nowiki>* Bullet Point</nowiki> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | This is a | |||
* Bullet Point | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Numbered List | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | This is a | |||
<nowiki> | |||
# Numbered List 1</nowiki> | |||
<nowiki># Numbered List 2</nowiki> | |||
<nowiki># Numbered List 3</nowiki> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | This is a | |||
# Numbered List 1 | |||
# Numbered List 2 | |||
# Numbered List 3 | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Linking outside the wiki | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki>[https://cm-ss13.com/forums/ Linking outside the wiki]</nowiki></center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center>[https://cm-ss13.com/forums/ Linking outside the wiki]</center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Linking within the wiki | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center><nowiki>[[Marine_Equipment | Linking within the wiki]]</nowiki> | |||
<nowiki>[[Pagename (as it appears in the address bar)| Desired Words]]</nowiki></center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center>[[Marine_Equipment | Linking within the wiki]]</center> | |||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Displaying Images | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | | |||
<center><nowiki>[[File:Weapons_rack.png]]</nowiki> | |||
---- | |||
*Remember if the image you desire is not on the wiki, please upload it [[Special:Upload | HERE.]] | |||
*Please be certain beforehand that it is not on the wiki first. If you're unsure ask in #wiki-work on discord.</center> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | <center>[[File:Weapons_rack.png]]</center> | |||
|} | |||
</tab> | |||
</tabs> | |||
=Contributing= | =Contributing= | ||
* Place <nowiki>{{outdated}}</nowiki> at the top of a wiki page to display a banner showing that the page is outdated and needs help. [[:Category:Outdated|View all outdated pages here]] - you're welcome to help update them. | * Place <nowiki>{{outdated}}</nowiki> at the top of a wiki page to display a banner showing that the page is outdated and needs help. [[:Category:Outdated|View all outdated pages here]] - you're welcome to help update them. |
Revision as of 13:13, 14 May 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.
What it does: | Hotkey: |
---|---|
Bold | '''Bold''' |
Left | A |
Contributing
Cleaning
|