Help:Cheat Sheet: Difference between revisions

From MartinusWiki
(Simplifying the Cheat Sheet structure by removing complex styling and HTML.)
(Fixing Cheat Sheet: Using <nowwiki> tags to show raw syntax.)
Line 1: Line 1:
== Help: Cheat Sheet ==
== Help: Cheat Sheet ==
This is a simplified, easy-to-read reference guide for the English Martinus Wiki.
This is the official, easy-to-read guide for the English Martinus Wiki.


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



Revision as of 20:12, 17 April 2026

Help: Cheat Sheet

This is the official, easy-to-read guide for the English Martinus Wiki.

Element What you type What it as becomes
Italics <nowwiki>text</nowwiki> *italics*
Bold <nowwiki>text</nowwiki> **bold**
Bold and Italics <nowwiki>text</nowwiki> ***bold and italics***
Internal Link <nowwiki>Page Name</nowwiki> [Page Name]
External Link <nowwiki>Link</nowwiki> [Link](http://example.com)
Citation <nowwiki>Template:Ref</nowwiki> [1] LB1, 10.1

Instructions

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