Difference between revisions of "How to edit a wiki page"
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | Among many other platforms, wikis use a very basic [ | + | {{Register}} |
+ | {{Support}} | ||
+ | [[File:You aren't doing it wrong, if no one knows what you are doing.jpg|thumb|right|200px|"''You aren't doing it wrong, if no one knows what you are doing.''"]] | ||
+ | |||
+ | Among many other platforms, wikis use a very basic [https://en.Wikipedia.org/wiki/Markdown Markdown Code] to format content to present. For reference you can edit this page, by clicking on the '''"Edit" tab''' near the top of this page to view and/or edit the source code. Importantly you can see examples of how to make text ''italicized'', '''bold''', or '''''both''''' - as well how '''<nowiki>== titles ==</nowiki>''' and '''<nowiki>=== subtitles ===</nowiki>''' are formatted on this page, along with the bullet points shown below. | ||
+ | |||
+ | '''Feel free to try this out now''' to see how this wiki page is simply formatted: | ||
+ | : click the '''"View source" tab''' if ''not'' logged in | ||
+ | : or click the '''"Edit" tab''' if logged in. | ||
+ | |||
+ | Other wiki references: | ||
+ | |||
+ | * MediaWiki.org: '''[https://www.MediaWiki.org/wiki/Help:Formatting Help:Formatting]''' | ||
+ | * Wikipedia: '''[https://en.Wikipedia.org/wiki/Wikipedia:Manual_of_Style Wikipedia:Manual_of_Style]''' | ||
+ | ** Wikipedia: '''[https://en.Wikipedia.org/wiki/Wikipedia:Manual_of_Style/Superscripts_and_subscripts Superscripts and subscripts]''' | ||
+ | |||
== External links == | == External links == | ||
Line 11: | Line 26: | ||
== Internal links == | == Internal links == | ||
− | You'll see that [[this red link has no target destination page]] (yet), whereas this [[PlugNPlay Productions]] blue link goes to another existing wiki page. Purple links are just blue links with a history, showing that destination has already been visited (whether it remains the same or has been updated). Encode an internal link like this: '''<nowiki>[[PlugNPlay Productions]]</nowiki>''' or '''<nowiki>[[ | + | You'll see that [[this red link has no target destination page]] (yet), whereas this [[PlugNPlay Productions]] blue link goes to another existing wiki page. Purple links are just blue links with a history, showing that destination has already been visited (whether it remains the same or has been updated). Encode an internal link like this: '''<nowiki>[[PlugNPlay Productions]]</nowiki>''' or '''<nowiki>[[Page name]]</nowiki>'''. |
− | Internal link destinations may differ from the displayed text. For example (edit to view the code), '''[[PlugNPlay Productions|this link]]''' goes to the [[PlugNPlay Productions]] page but using "this link" as text after a "|" pipe, all within double square brackets encoded like this: '''<nowiki>[[PlugNPlay Productions|this link]]</nowiki>''' | + | Internal link destinations may differ from the displayed text. For example (edit to view the code), '''[[PlugNPlay Productions|this link]]''' goes to the [[PlugNPlay Productions]] page but using "this link" as text after a "|" pipe, all within double square brackets, encoded like this: '''<nowiki>[[PlugNPlay Productions|this link]]</nowiki>''' |
== Starting new pages == | == Starting new pages == | ||
− | + | Logged-in users have two options to start a new page (for an article, list, note, category, project, etc). | |
+ | |||
+ | === Search Projex.Wiki === | ||
+ | |||
+ | In the top right corner of all pages on this site, users may '''"Search Projex.Wiki"''' for [[Main_Page|existing]] or [[not-yet existing]] content. Be sure to correctly enter the new page name to be created. The search redirects to the existing page - or if there is no such existing page you will be invited to "''' Create the page "<nowiki>[</nowiki>[[Requested name]]<nowiki>]</nowiki>" on this wiki!'''" | ||
+ | |||
+ | ==== Or ==== | ||
+ | |||
+ | === <nowiki>[[New page name]]</nowiki> === | ||
+ | |||
+ | Users may edit an existing page to add new wiki links targeting the names pages. Contain the destination page name linked within double squared brackets, like this: '''<nowiki>[[Page name]]</nowiki>'''. A [[red wiki link]] shows that the page has not been started, and a [[Main_Page|blue wiki link]] indicates the page has already been started and exists. Click the red wiki link to go to the new page, start editing it, and be sure to save changes. | ||
== Indentation == | == Indentation == | ||
Line 31: | Line 56: | ||
## double number | ## double number | ||
# number | # number | ||
− | : | + | : indent |
− | :# | + | :# indent number |
− | :#* | + | :#* indent number bullet |
== More information == | == More information == | ||
+ | * https://en.Wikipedia.org/wiki/Help:Editing | ||
+ | * Search YouTube for [https://www.YouTube.com/results?search_query=How+to+edit+a+wiki+page "How to edit a wiki page"]. | ||
* Search Brave for [https://Search.Brave.com/search?q=How+to+edit+a+wiki+page "How to edit a wiki page"]. | * Search Brave for [https://Search.Brave.com/search?q=How+to+edit+a+wiki+page "How to edit a wiki page"]. | ||
* Search DuckDuckGo for [https://DuckDuckGo.com/?q=How+to+edit+a+wiki+page "How to edit a wiki page"]. | * Search DuckDuckGo for [https://DuckDuckGo.com/?q=How+to+edit+a+wiki+page "How to edit a wiki page"]. | ||
− | |||
Line 46: | Line 72: | ||
[[Category:Instructions]] | [[Category:Instructions]] | ||
[[Category:Projex.Wiki]] | [[Category:Projex.Wiki]] | ||
+ | [[Category:Projex.Wiki help]] | ||
[[Category:Tutorials]] | [[Category:Tutorials]] | ||
[[Category:Wiki help]] | [[Category:Wiki help]] |
Latest revision as of 15:24, 24 September 2024
Among many other platforms, wikis use a very basic Markdown Code to format content to present. For reference you can edit this page, by clicking on the "Edit" tab near the top of this page to view and/or edit the source code. Importantly you can see examples of how to make text italicized, bold, or both - as well how == titles == and === subtitles === are formatted on this page, along with the bullet points shown below.
Feel free to try this out now to see how this wiki page is simply formatted:
- click the "View source" tab if not logged in
- or click the "Edit" tab if logged in.
Other wiki references:
- MediaWiki.org: Help:Formatting
- Wikipedia: Wikipedia:Manual_of_Style
- Wikipedia: Superscripts and subscripts
External links
Internal links stay on Projex.Wiki. External links go to other websites. There are different ways to present an external link. Edit to view the code:
- http://Google.com ◄ ◄ ◄ without [square brackets]
- Google ◄ ◄ ◄ [link<space>substituted text]
- So is this. ◄ ◄ ◄ [http://Google.com So is this.]
Internal links
You'll see that this red link has no target destination page (yet), whereas this PlugNPlay Productions blue link goes to another existing wiki page. Purple links are just blue links with a history, showing that destination has already been visited (whether it remains the same or has been updated). Encode an internal link like this: [[PlugNPlay Productions]] or [[Page name]].
Internal link destinations may differ from the displayed text. For example (edit to view the code), this link goes to the PlugNPlay Productions page but using "this link" as text after a "|" pipe, all within double square brackets, encoded like this: [[PlugNPlay Productions|this link]]
Starting new pages
Logged-in users have two options to start a new page (for an article, list, note, category, project, etc).
Search Projex.Wiki
In the top right corner of all pages on this site, users may "Search Projex.Wiki" for existing or not-yet existing content. Be sure to correctly enter the new page name to be created. The search redirects to the existing page - or if there is no such existing page you will be invited to " Create the page "[Requested name]" on this wiki!"
Or
[[New page name]]
Users may edit an existing page to add new wiki links targeting the names pages. Contain the destination page name linked within double squared brackets, like this: [[Page name]]. A red wiki link shows that the page has not been started, and a blue wiki link indicates the page has already been started and exists. Click the red wiki link to go to the new page, start editing it, and be sure to save changes.
Indentation
Other indentation options and combinations:
- bullet point
- double bullet point
- double bullet point number
- triple bullet point
- double bullet point
- number
- number
- double number
- double number
- number
- indent
- indent number
- indent number bullet
- indent number
More information
- https://en.Wikipedia.org/wiki/Help:Editing
- Search YouTube for "How to edit a wiki page".
- Search Brave for "How to edit a wiki page".
- Search DuckDuckGo for "How to edit a wiki page".