Help:Cheat Sheet: Difference between revisions

From MartinusWiki
(Fixing the table structure and column rendering for the English version.)
(Simplifying the Cheat Sheet structure by removing complex styling and HTML.)
Line 1: Line 1:
== Help: Cheat Sheet ==
== Help: Cheat Sheet ==
This is the official guide for the English Martinus Wiki. Use this to master the syntax.
This is a simplified, easy-to-read reference guide for the English Martinus Wiki.


{| class="wikitable"
{| class="wikitable"
! Description !! What you type !! What it becomes
! Element !! Description !! Example
|-
|-
| '''Italics''' | ''text'' | *italics*
| Italics || Italic text || ''text''
|-
|-
| '''Bold''' | '''text''' | **bold**
| Bold || Bold text || '''text'''
|-
|-
| '''Internal Link''' | [[Page Name]] | [Page Name]
| Internal Links || Link to a wiki page || [[Page Name]]
|-
|-
| '''External Link''' | [http://example.com Link] | [Link](http://example.com)
| External Links || Link to an external website || [http://example.com Example]
|-
|-
| '''Citation''' | {{ref | LB1 | 10.1}} | [1] LB1, 10.1
| Citations || Standardized citation format || {{ref | LB1 | 10.1}}
|-
| Redirects || Automatic redirection || #REDIRECT [[Target Page]]
|}
|}


== Instructions ==
== Instructions ==
1. Browse the wiki.
1. Use standard MediaWiki syntax.
2. Use the tools provided to edit.
2. Keep tables simple and readable.
3. Always follow the-formatting-rules.
3. Always use the {{ref}} template for citations.
 
[[Category:Help]]

Revision as of 19:48, 17 April 2026

Help: Cheat Sheet

This is a simplified, easy-to-read reference guide for the English Martinus Wiki.

Element Description Example
Italics Italic text text
Bold Bold text text
Internal Links Link to a wiki page Page Name
External Links Link to an external website Example
Citations Standardized citation format Template:Ref
Redirects Automatic redirection #REDIRECT Target Page

Instructions

1. Use standard MediaWiki syntax. 2. Keep tables simple and readable. 3. Always use the Template:Ref template for citations.