More actions
(→Mediawiki Code: Minor fix) |
(→Mediawiki Code: Page Headers Addition to Mediawiki Code section) |
||
Line 61: | Line 61: | ||
---- | ---- | ||
Dividing Line</center> | Dividing Line</center> | ||
|- | |||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Page headers | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | | |||
<nowiki>= Page Header One=</nowiki> | |||
* <small>''This is the same header level as the page title at the top, so normally you won't use this and instead will use header two.''</small> | |||
<nowiki>== Page Header Two==</nowiki> | |||
<nowiki>=== Page Header Three ===</nowiki> | |||
<nowiki>==== Page Header Four ====</nowiki> | |||
<nowiki>===== Page Header Five =====</nowiki> | |||
<nowiki>====== Page Header Six ======</nowiki> | |||
A way that we like to use headers is to place images{Files) in them to help them stand out visually for the reader. | |||
<small><nowiki>======[[File:Weapons_rack.png]] Marine Vendor [[File:Weapons_rack.png]] ======</nowiki></small> | |||
|style="border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | To avoid messing up the table of contents for this page the below image will detail what this would look like. | |||
[[File:Wiki_Page_Headers.png]] | |||
|- | |- | ||
|style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Bullet Points | |style="width:125px; border: 2px solid black; border-bottom: 2px solid black; padding: 5px;" | Bullet Points |
Revision as of 13:29, 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.
Contributing
Cleaning
|