Help:Editing: Difference between revisions

Created Help:Editing page
Tag: Replaced
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
__TOC__
{| class="wikitable" style="width:100%; background-color:#e8f4fa; border-radius:10px; box-shadow:0 4px 8px rgba(0,0,0,0.2);"
== Editing Basics ==
|-
! style="font-size:200%; padding:20px; background-color:#4B9CD3; color:white; text-align:center;" | '''Editing'''
|-
| style="font-size:120%; padding:10px; text-align:center;" | ''Your Guide to Editing & Contributing to the Wiki''
|}


== ✏️ Getting Started ==
Every page on the RetroTechCollection Wiki has an '''Edit''' button. Click it to start making changes.
Welcome to the '''RetroTechCollection Wiki'''! This page provides a '''step-by-step guide on editing pages''', creating new articles, formatting content, and contributing to the wiki.


If you've come from the Getting Started Page, great! If not, you should take a look! [[Help:Getting Started|Getting Started Page]]
=== Source Editor ===
The source editor lets you write in '''wikitext''' — the markup language used by MediaWiki. Here are the basics:


If you’re new to wiki editing, don’t worry! Editing follows '''MediaWiki markup''', which is easy to learn.
{| class="wikitable" style="width:80%; margin:auto;"
 
|-
New users are required to make 3 (good) contributions before being added into the automoderated role.
! What You Type !! What You Get
 
|-
== 🔍 Basic Editing ==
| <code><nowiki>'''bold text'''</nowiki></code> || '''bold text'''
To edit a page, simply '''click the "Edit" tab''' at the top of any article. This opens the editor, where you can modify text, fix errors, and improve content.
 
* Use '''double square brackets''' to link to other pages → [[Page Name]]
* Use `'''Triple Apostrophes'''` for <nowiki>'''bold'''</nowiki> text → '''Bold'''
* Use `''Double Apostrophes''` for <nowiki>''italic''</nowiki> text → ''Italic''
* Headings are made with equal signs: == Section Title ==
* Lists can be created with:
  * `*` for bulleted lists
  * `#` for numbered lists
 
== 🖋️ Formatting Guide ==
{| class="wikitable" style="width:100%; text-align:center; background-color:#f8f8f8; border-radius:8px;"
|-
|-
! style="background-color:#6CAEE0; color:white;" | Markup !! style="background-color:#6CAEE0; color:white;" | Output
| <code><nowiki>''italic text''</nowiki></code> || ''italic text''
|-
|-
| <nowiki>'''Bold Text'''</nowiki> || '''Bold Text'''
| <code><nowiki>== Heading ==</nowiki></code> || A section heading
|-
|-
| <nowiki>''Italic Text''</nowiki> || ''Italic Text''
| <code><nowiki>=== Subheading ===</nowiki></code> || A subsection heading
|-
|-
| <nowiki>== Heading Level 2 ==</nowiki> || == Heading Level 2 ==
| <code><nowiki>[[Page Name]]</nowiki></code> || A link to another wiki page
|-
|-
| <nowiki>[[Page Name]]</nowiki> || [[Page Name]]
| <code><nowiki>[[Page Name|Display Text]]</nowiki></code> || A link with custom text
|-
|-
| <nowiki>[https://example.com External Link]</nowiki> || [https://example.com External Link]
| <code><nowiki>[https://example.com Text]</nowiki></code> || An external link
|-
|-
| <nowiki>* Bullet List</nowiki> ||
| <code><nowiki>* Item</nowiki></code> || A bullet point
* Bullet List
|-
|-
| <nowiki># Numbered List</nowiki> ||
| <code><nowiki># Item</nowiki></code> || A numbered list item
# Numbered List
|-
|-
| <nowiki>{| class="wikitable"</nowiki> || Creates a ''table''
| <code><nowiki><ref>{{cite web |url=... |title=...}}</ref></nowiki></code> || A reference citation
|}
|}


== 📌 Creating a New Page ==
=== Visual Editor ===
To create a new page:
The Visual Editor provides a word-processor-like editing experience. Click '''Edit''' and you can format text, add links, and insert images without knowing wikitext.
1. '''Search for the page title''' – If it doesn’t exist, you can create it.
2. '''Click "Create"''' to start editing.
3. '''Use standard formatting''' to structure your content.
4. '''Save your changes''' with an edit summary.
 
If unsure, check '''[[Help:Page Structure]]''' for guidance on structuring new pages.
 
== 🔧 Advanced Editing ==
For experienced users, the following features help enhance content quality:
* '''Templates''' – Use pre-formatted templates for consistency Template:Infobox_computer, Warning).
* '''Tables''' – Organize data using `wikitable` class.
* '''Images''' – Upload images via '''Special:Upload''' and insert using File:Example.jpg|thumb|Description.
* '''Categories''' – Add <nowiki>[[Category:Example]]</nowiki> at the bottom of a page to categorize it.
 
== ⚠️ Editing Guidelines ==
When editing, please follow these rules:
✅ '''Keep content factual and relevant''' 
✅ '''Use proper formatting for readability''' 
✅ '''Cite sources when necessary''' 
✅ '''Be respectful of other contributors''' 
❌ '''Do not add spam or unverified information''' 
 
If you need assistance, visit our '''[https://forum.retrotechcollection.com Editing Help Forum]'''.
 
== 🔗 Related Help Pages ==
* [[Help:Formatting]] – Advanced formatting tips
* [[Help:Page Structure]] – How to structure pages correctly
* [[Help:Templates]] – Using and creating wiki templates
* [[Help:Categories]] – Organizing pages with categories
* [[Help:Uploading Images]] – Adding images to the wiki


== 🛠️ Get Involved! ==
== Saving Your Changes ==
Editing and improving articles is the '''best way to contribute to the wiki'''! If you're ready to help, jump in and start editing, or visit our '''community forums''' for collaboration.
* Write a brief '''edit summary''' describing what you changed
* Use '''Show preview''' to check your work before saving
* Click '''Publish changes''' when you are satisfied


Happy Editing! 🎉 
== See Also ==
— The RetroTechCollection Wiki Team 
* [[Help:Wikitext|Wikitext reference]]
* [[RetroTechCollection:Editing Tools|Editing Tools]]
* [[RetroTechCollection:Citing sources|Citing Sources]]
* [[Help:Contents|Help Contents]]


[[Category:Help Pages]]
[[Category:Help]]