| Latest revision |
Your text |
| Line 2: |
Line 2: |
|
| |
|
| Also like Wikipedia, Prism Party is a collaborative project: Everyone is encouraged to contribute edits to help build the site. Once you've [[Special:CreateAccount|created an account]] and confirmed your email address, you will have the ability to create or edit pages on the site. | | Also like Wikipedia, Prism Party is a collaborative project: Everyone is encouraged to contribute edits to help build the site. Once you've [[Special:CreateAccount|created an account]] and confirmed your email address, you will have the ability to create or edit pages on the site. |
| | |
| | What follows is a basic summary of editing on Prism Party. For a full, detailed, list of everything you can do while editing pages, [https://www.mediawiki.org/wiki/Help:Editing click here]. |
|
| |
|
|
| |
|
| Line 30: |
Line 32: |
|
| |
|
| After completing an edit, press "Save changes" at the bottom of the page to finalize your edit. Don't forget to leave a short summary so that other editors know what you changed! | | After completing an edit, press "Save changes" at the bottom of the page to finalize your edit. Don't forget to leave a short summary so that other editors know what you changed! |
|
| |
| ==== Formatting ====
| |
| What follows is a basic summary of editing on Prism Party using the Source editor. For a full, detailed, list of everything you can do while editing pages, [https://www.mediawiki.org/wiki/Help:Editing click here].
| |
|
| |
| {|align="center" class="wikitable" style="width:100%"
| |
| |-<!--COLUMN HEADINGS-->
| |
| | class="header" width="25%" style="text-align:center;"|'''Description'''
| |
| | class="header" style="text-align:center;"|'''You type'''
| |
| | class="header" width="25%" style="text-align:center;"|'''You get'''
| |
| |-<!--1ST ROW 1ST COLUMN-->
| |
| |Italic text
| |
| |<!--2ND COLUMN-->
| |
| <tt><nowiki>''italic''</nowiki></tt>
| |
| |<!--3RD COLUMN-->
| |
| ''italic''
| |
| |-<!--HORIZONTAL LINE-->
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-<!--2ND ROW 1ST COLUMN-->
| |
| |Bold text
| |
| |
| |
| <tt><nowiki>'''bold'''</nowiki></tt>
| |
| |
| |
| '''bold'''
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Bold and italic
| |
| |
| |
| <tt><nowiki>'''''bold & italic'''''</nowiki></tt>
| |
| |
| |
| '''''bold & italic'''''
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Internal link<br />
| |
| <div style="padding: 0em .5em; font-size:0.9em;">''(within the wiki)''</div>
| |
| |
| |
| <tt><nowiki>[[Main Page]]</nowiki></tt><br />
| |
| <tt><nowiki>[[Plugins|server modifications]]</nowiki></tt><br />
| |
| <tt><nowiki>[[Warp]]s</nowiki></tt>
| |
| |
| |
| [[Main Page]]<br />
| |
| [[Plugins|server modifications]]<br />
| |
| [[Warp]]s
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Anchor links
| |
| |
| |
| <tt><nowiki>[[Current_Page#Heading|Heading]]</nowiki>
| |
| <tt><nowiki>[[Other_Page#Heading|Heading]]</nowiki>
| |
| |
| |
| ''Scrolls current page down to linked heading.''
| |
| ''Goes to linked page, then scrolls to heading.''
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Categorization
| |
| |
| |
| <nowiki>[[</nowiki>Category:Plugins]]<br />
| |
| |
| |
| ''Places the page in [[:Category:Plugins]]''<br />
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |External link<br />
| |
| <div style="padding: 0em .5em; font-size:0.9em;">''(to other websites)''</div>
| |
| |
| |
| <tt><nowiki>[http://www.example.org Text to display]</nowiki></tt><br />
| |
| <tt><nowiki>[http://www.example.org]</nowiki></tt><br />
| |
| <tt><nowiki>http://www.example.org</nowiki></tt>
| |
| |
| |
| [http://www.example.org Text to display]<br />
| |
| [http://www.example.org]<br />
| |
| http://www.example.org
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Redirect to another page
| |
| |
| |
| <tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt>
| |
| |
| |
| '''↳'''[[Target page]]
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Section headings<br />
| |
| <div style="padding: 0em .5em; font-size:0.9em;">''A Table of Contents will automatically be generated when four headings are added to an article.''</div>
| |
| |
| |
| <tt><nowiki>== Level 1 ==</nowiki></tt><br />
| |
| <tt><nowiki>=== Level 2 ===</nowiki></tt><br />
| |
| <tt><nowiki>==== Level 3 ====</nowiki></tt><br />
| |
| <tt><nowiki>===== Level 4 =====</nowiki></tt><br />
| |
| <tt><nowiki>====== Level 5 ======</nowiki></tt>
| |
| |
| |
|
| |
| == Level 1 ==
| |
| === Level 2 ===
| |
| ==== Level 3 ====
| |
| ===== Level 4 =====
| |
| ====== Level 5 ======
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Bulleted list
| |
| |
| |
| <tt>* One</tt><br />
| |
| <tt>* Two</tt><br />
| |
| <tt>** Two point one</tt><br />
| |
| <tt>* Three</tt>
| |
| |
| |
| * One
| |
| * Two
| |
| ** Two point one
| |
| * Three
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Numbered list<br />
| |
| <div style="padding: 0em .5em; font-size:0.9em;">''Empty lines between list items restarts numbering at 1.''</div>
| |
| |
| |
| <tt># One</tt><br />
| |
| <tt># Two</tt><br />
| |
| <tt>## Two point one</tt><br />
| |
| <tt># Three</tt><br />
| |
| |
| |
| # One
| |
| # Two
| |
| ## Two point one
| |
| # Three
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Indenting text
| |
| |
| |
| <tt><nowiki>no indent (normal)</nowiki></tt><br/>
| |
| <tt><nowiki>:first indent</nowiki></tt><br/>
| |
| <tt><nowiki>::second indent</nowiki></tt><br/>
| |
| <tt><nowiki>:::third indent</nowiki></tt>
| |
| |
| |
| no indent (normal)<br/>
| |
| :first indent
| |
| ::second indent
| |
| :::third indent
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Image
| |
| |
| |
| <tt><nowiki>[[Image:PrismLogo_3D.png|100px]]</nowiki></tt>
| |
| |
| |
| [[Image:PrismLogo_3D.png|100px]]
| |
| |-
| |
| |colspan="3" style="border-top:1px solid #FFE4C4;"|
| |
| |-
| |
| |Thumbnail image
| |
| |
| |
| <tt><nowiki>[[</nowiki>Image:PrismLogo_3D.png|thumb|Caption text<nowiki>]]</nowiki></tt>
| |
| |
| |
| [[File:PrismLogo_3D.png|thumb|100px|Caption text]]
| |
| |-
| |
| |}
| |
|
| |
| == Creating a page ==
| |
| There are three ways to create a new page on Prism Party:
| |
|
| |
| Firstly you can simply type the name of the new page you wish to create into the Search box on the left (or bottom) navigation menu. If the page does not currently exist, the page displayed will advise you that '''There is no page titled "''[page you searched for]''"'''. You can '''create this page'''. Click the ''create this page'' link to create the new page.
| |
|
| |
| Secondly, you can navigate to the [[Wikipedia:Uniform Resource Locator|URL]] of the new page directly. For example, typing out <nowiki>http://prismparty.net/New_page</nowiki> into your browser's URL address bar and hitting the enter button will take you to a '''New page''' document. On that page you can click the '''Create''' tab to bring up the editing box.
| |
|
| |
| Alternatively any page that contains a red link indicates that the page does not exist. Clicking on the link will take you to a page where the first version can be written and saved.
| |
|
| |
| == Creating a subpage ==
| |
| Subpages can be thought of as ''children'' of articles in the document tree. As such they should be used when you wish to create an article that is intrinsically linked to the parent article. For example, a page about a specific event on Prism Party might be a subpage of the main [[Events]] page. In this example, [[Events/UHC]] might be created (and using link formatting, styled to look like [[Events/UHC|UHC]]).
| |
|
| |
| To create a subpage, the same procedure should be used as above using the forward slash ('''/''') to indicate the separation between the original page, and the subpage. Example: '''<code><nowiki>Original page name/Subpage name</nowiki></code>'''.
| |
|
| |
| == See also ==
| |
| * [[Help:Contents]] – main help page
| |
| * [[Help:Templates]] – a list of common templates
| |
|
| |
| === External ===
| |
| * [https://www.mediawiki.org/wiki/Help:Contents MediaWiki Help]
| |
| * [https://en.wikipedia.org/wiki/Help:Wikitext Wikitext Help]
| |
|
| |
| [[Category:Help]]
| |
|
| |
| {{Note|'''Note:''' A portion of the text above is originated from the [https://starcitizen.tools/ Star Citizen Wiki] under [https://creativecommons.org/licenses/by-sa/4.0/ CC BY-SA 4.0] license.}}
| |