Jump to content

Help:Editing: Difference between revisions

From RetroTechCollection
Created Help:Editing page
Tag: Replaced
ย 
(35 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โ€™re new to wiki editing, donโ€™t worry! Editing follows **MediaWiki markup**, which is easy to learn.
=== Source Editor ===
The source editor lets you write in '''wikitext''' โ€” the markup language used by MediaWiki. Here are the basics:


== ๐Ÿ” Basic Editing ==
{| class="wikitable" style="width:80%; margin:auto;"
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.
|-
ย 
! What You Type !! What You Get
* Use '''double square brackets''' to link to other pages โ†’ `[[Page Name]]`
|-
* Use `'''Triple Apostrophes'''` for **bold** text โ†’ `'''Bold'''`
| <code><nowiki>'''bold text'''</nowiki></code> || '''bold text'''
* Use `''Double Apostrophes''` for *italic* 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''
|-
|-
| `'''Bold Text'''` || '''Bold Text'''
| <code><nowiki>== Heading ==</nowiki></code> || A section heading
|-
|-
| `''Italic Text''` || ''Italic Text''
| <code><nowiki>=== Subheading ===</nowiki></code> || A subsection heading
|-
|-
| `== Heading Level 2 ==` || == Heading Level 2 ==
| <code><nowiki>[[Page Name]]</nowiki></code> || A link to another wiki page
|-
|-
| `[[Page Name]]` || [[Page Name]]
| <code><nowiki>[[Page Name|Display Text]]</nowiki></code> || A link with custom text
|-
|-
| `[https://example.com External Link]` || [https://example.com External Link]
| <code><nowiki>[https://example.com Text]</nowiki></code> || An external link
|-
|-
| `* Bullet List` ||
| <code><nowiki>* Item</nowiki></code> || A bullet point
* Bullet List
|-
|-
| `# Numbered List` ||
| <code><nowiki># Item</nowiki></code> || A numbered list item
# Numbered List
|-
|-
| `{| class="wikitable"` || 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 `[[Category:Example]]` 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]]

Latest revision as of 22:07, 26 March 2026

Editing Basics

[edit source]

Every page on the RetroTechCollection Wiki has an Edit button. Click it to start making changes.

Source Editor

[edit source]

The source editor lets you write in wikitext โ€” the markup language used by MediaWiki. Here are the basics:

What You Type What You Get
'''bold text''' bold text
''italic text'' italic text
== Heading == A section heading
=== Subheading === A subsection heading
[[Page Name]] A link to another wiki page
[[Page Name|Display Text]] A link with custom text
[https://example.com Text] An external link
* Item A bullet point
# Item A numbered list item
<ref>{{cite web |url=... |title=...}}</ref> A reference citation

Visual Editor

[edit source]

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.

Saving Your Changes

[edit source]
  • 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

See Also

[edit source]