Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main Page
Community Portal
Village Pump
Recent Changes
Upload File
Help
Help Contents
Editing Guide
Repair Guide Template
Sandbox
Browse Wiki
๐ Service Manuals
๐ Schematics
๐ Apple
๐ฎ Nintendo
๐ Sega
โก Troubleshooting
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Help:Formatting
Help page
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This page provides advanced formatting techniques to help you create clean, professional-looking pages using MediaWiki markup. == ๐งฑ Section Headers == Use equals signs (`=`) to create section headers. The number of `=` symbols sets the heading level: <pre> = Level 1 = == Level 2 == === Level 3 === ==== Level 4 ==== </pre> == ๐ Bold, Italics and Monospace == * Bold text: <nowiki>'''bold'''</nowiki> โ '''bold''' * Italic text: <nowiki>''italic''</nowiki> โ ''italic'' * Bold and Italic: <nowiki>'''''bold italic'''''</nowiki> โ '''''bold italic''''' * Monospace: Use <nowiki><code></code></nowiki> or <nowiki><pre></pre></nowiki> == ๐ Internal and External Links == * Internal: <nowiki>[[Page Name]]</nowiki> โ [[Page Name]] * Display different text: <nowiki>[[Page Name|Click Here]]</nowiki> โ [[Page Name|Click Here]] * External: <nowiki>[https://example.com Example]</nowiki> โ [https://example.com Example] == ๐ Lists == === Unordered List === Use asterisks: <pre> * Item 1 * Item 2 ** Subitem </pre> === Ordered List === Use hashes: <pre> # First # Second ## Substep </pre> === Definition List === <pre> ; Term : Definition </pre> == ๐ Tables == Basic table: <pre> {| class="wikitable" |- ! Header 1 !! Header 2 |- | Row 1, Cell 1 || Row 1, Cell 2 |- | Row 2, Cell 1 || Row 2, Cell 2 |} </pre> Tips: * Use <nowiki>style=</nowiki> for custom widths, colors, or alignment * Use <nowiki>colspan=</nowiki> and <nowiki>rowspan=</nowiki> for complex layouts == ๐จ Coloring and Styling == You can use inline styles: <pre> <span style="color: red;">Red Text</span> <div style="background-color:#f0f0f0; padding:10px;">Box</div> </pre> For reusable styling across dark/light mode, use: <pre> <templatestyles src="Template:YourTemplate/styles.css" /> </pre> == ๐ Code Blocks and Escaping Wikitext == Use <nowiki><nowiki></nowiki></nowiki> to prevent wiki syntax from rendering: <pre> <nowiki>[[Page Name]]</nowiki> </pre> For multiline code: <pre> <pre> Line 1 Line 2 </pre> </pre> == โน๏ธ Horizontal Line == <nowiki>----</nowiki> creates a horizontal rule: ---- == ๐ Categories == Add pages to categories using: <pre> [[Category:Category Name]] </pre> == ๐งฉ Templates == To include a template: <pre> {{TemplateName}} </pre> With parameters: <pre> {{TemplateName | param1 = value | param2 = value }} </pre> == ๐ Useful Pages == * [[Help:Editing]] * [[Help:Templates]] * [[Help:Categories]] * [[Help:Images]] [[Category:Help Pages]]
Summary:
Please note that all contributions to RetroTechCollection may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
RetroTechCollection:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Help:Formatting
Add topic