|
ย |
| (28 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: |
|
| |
|
| You'll need an account to begin contributing to our wiki (this is to prevent spam...). But don't worry, it takes two seconds!
| | {| 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 **bold** text โ `'''Bold'''`
| |
| * 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]] |
Every page on the RetroTechCollection Wiki has an Edit button. Click it to start making changes.
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
|
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.
- 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