Help:Editing: Difference between revisions
Appearance
Created page with "__NOTOC__ {| class="wikitable" style="width:100%; background-color:#e8f4fa; border-radius:10px; box-shadow:0 4px 8px rgba(0,0,0,0.2);" |- ! style="font-size:200%; padding:20px; background-color:#4B9CD3; color:white; text-align:center;" | '''Help: Editing''' |- | style="font-size:120%; padding:10px; text-align:center;" | ''Your Guide to Editing & Contributing to the Wiki'' |} == โ๏ธ Getting Started == Welcome to the '''RetroTechCollection Wiki'''! This page provides a..." ย |
Created Help:Editing page Tag: Replaced ย |
||
| (44 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__TOC__ | |||
== Editing Basics == | |||
Every page on the RetroTechCollection Wiki has an '''Edit''' button. Click it to start making changes. | |||
=== Source Editor === | |||
The source editor lets you write in '''wikitext''' โ the markup language used by MediaWiki. Here are the basics: | |||
== | {| class="wikitable" style="width:80%; margin:auto;" | ||
|- | |||
ย | ! What You Type !! What You Get | ||
|- | |||
| <code><nowiki>'''bold text'''</nowiki></code> || '''bold text''' | |||
ย | |||
|- | |- | ||
| <code><nowiki>''italic text''</nowiki></code> || ''italic text'' | |||
|- | |- | ||
| | | <code><nowiki>== Heading ==</nowiki></code> || A section heading | ||
|- | |- | ||
| | | <code><nowiki>=== Subheading ===</nowiki></code> || A subsection heading | ||
|- | |- | ||
| | | <code><nowiki>[[Page Name]]</nowiki></code> || A link to another wiki page | ||
|- | |- | ||
| | | <code><nowiki>[[Page Name|Display Text]]</nowiki></code> || A link with custom text | ||
|- | |- | ||
| | | <code><nowiki>[https://example.com Text]</nowiki></code> || An external link | ||
|- | |- | ||
| | | <code><nowiki>* Item</nowiki></code> || A bullet point | ||
|- | |- | ||
| | | <code><nowiki># Item</nowiki></code> || A numbered list item | ||
|- | |- | ||
| | | <code><nowiki><ref>{{cite web |url=... |title=...}}</ref></nowiki></code> || A reference citation | ||
|} | |} | ||
== | === Visual Editor === | ||
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 == | ||
* 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 == | |||
* [[Help:Wikitext|Wikitext reference]] | |||
* [[RetroTechCollection:Editing Tools|Editing Tools]] | |||
* [[RetroTechCollection:Citing sources|Citing Sources]] | |||
* [[Help:Contents|Help Contents]] | |||
[[Category:Help | [[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