Help:Cheat Sheet: Difference between revisions

From MartinusWiki
(Using <nowwiki> tags to show raw syntax in the Cheat Sheet.)
(Fixing Cheat Sheet: Using HTML entities to show the <nowwiki> tags as text.)
 
Line 1: Line 1:
== Help: Cheat Sheet ==
== Help: Cheat Sheet ==
This is a simplified 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 !! What you type !! What it becomes
! Element !! What you type !! What it becomes
|-
|-
| Italics || <nowwiki>''text''</nowwiki> || *italics*
| Italics || &lt;nowwiki&gt;''text''&lt;/nowwiki&gt; || *italics*
|-
|-
| Bold || <nowwiki>'''text'''</nowwiki> || **bold**
| Bold || &lt;nowwiki&gt;'''text'''&lt;/nowwiki&gt; || **bold**
|-
|-
| Bold and Italics || <nowwiki>'''''text'''''</nowwiki> || ***bold and italics***
| Bold and Ital_ics || &lt;nowwiki&gt;'''''text'''''&lt;/nowwiki&gt; || ***bold and italics***
|-
|-
| Internal Links || <nowwiki>[[Page Name]]</nowwiki> || [Page Name]
| Internal Link || &lt;nowwiki&gt;[[Page Name]]&lt;/nowwiki&gt; || [Page Name]
|-
|-
| External Links || <nowwiki>[http://example.com Text]</nowwiki> || [Text](http://example.com)
| External Link || &lt;nowwiki&gt;[http://example.com Link]&lt;/nowwiki&gt; || [Link](http://example.com)
|-
|-
| Citations || <nowwiki>{{ref | LB1 | 10.1}}</nowwiki> || [1] LB1, 10.1
| Citation || &lt;nowwiki&gt;{{ref | LB1 | 10.1}}&lt;/nowwiki&gt; || [1] LB1, 10.1
|-
|-
| Redirects || <nowwiki>#REDIRECT [[Target Page]]</nowwiki> || (Redirects to Target Page)
| Redirects || &lt;nowwiki&gt;#REDIRECT [[Target Page]]&lt;/nowwiki&gt; || (Redirects to Target Page)
|}
|}



Latest revision as of 20:59, 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 becomes
Italics <nowwiki>text</nowwiki> *italics*
Bold <nowwiki>text</nowwiki> **bold**
Bold and Ital_ics <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
Redirects <nowwiki>#REDIRECT Target Page</nowwiki> (Redirects to Target Page)

Instructions

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