Help:Cheat Sheet: Difference between revisions

From MartinusWiki
(Publishing the structured English Cheat Sheet (re-creating the Danish reference style).)
(Fixing the table structure and column rendering for the English version.)
Line 1: Line 1:
== Introduction ==
== Help: Cheat Sheet ==
This cheat sheet is a quick reference for the most essential MediaWiki syntax used on the English Martinus Wiki. Use this to master formatting, linking, and the standardized citation system.
This is the official guide for the English Martinus Wiki. Use this to master the syntax.


== Formatting & Links ==
{| class="wikitable"
{| class="wikitable" style="width:100%;"
! Description !! What you type !! What it becomes
! Description !! What you type !! What it becomes
|-
|-
Line 10: Line 9:
| '''Bold''' | '''text''' | **bold**
| '''Bold''' | '''text''' | **bold**
|-
|-
| '''Bold and Italics''' | '''''text''''' | ***bold and italics***
| '''Internal Link''' | [[Page Name]] | [Page Name]
|-
|-
| '''Internal Links''' | [[Page Name]] or [[Page Name|Display Text]] | [Page Name] or [Display Text]
| '''External Link''' | [http://example.com Link] | [Link](http://example.com)
|-
|-
| '''External Links''' | [https://example.com Link Text] | [Link Text](https://example.com)
| '''Citation''' | {{ref | LB1 | 10.1}} | [1] LB1, 10.1
|-
| '''Redirects''' | #REDIRECT [[Target Page]] | (Redirects to Target Page)
|}
 
== The Citation System ({{ref}} template) ==
To maintain the integrity of the "world picture," all factual claims must be tied to a source section. We use the standardized {{ref}} template.
 
{| class="wikitable" style="width:100%;"
! Description !! What you type !! What it becomes
|-
| '''Reference Livets Bog''' | {{ref | LB1 | 10.1}} | [1] Livets Bog 1, section 10.1
|-
| '''Reference Symbol Books''' | {{ref | SB2 | 17.11}} | [2] Symbol Book 2, section 17.11
|}
 
== Structure & Hierarchy ==
{| class="wikitable" style="width:100%;"
! Description !! What you type !! What it becomes
|-
| '''Headings''' | == Level 1 == <br> === Level 3 === | (Hierarchical headings)
|-
| '''Lists (Bulleted)''' | * Item 1 <br> * Item 2 | (Unordered lists)
|-
| '''Lists (Numbered)''' | # Item 1 <br> # Item 2 | (Ordered/Numbered lists)
|-
| '''Indentation''' | : Indented text | (Indented text)
|}
 
== Categories ==
{| class="wikitable" style="width:100%;"
! Description !! What you type !! What it becomes
|-
| '''Add Category''' | [[Category:Cosmology]] | (Adds page to the category)
|}
|}


[[Category:Help]]
== Instructions ==
1. Browse the wiki.
2. Use the tools provided to edit.
3. Always follow the-formatting-rules.

Revision as of 15:14, 17 April 2026

Help: Cheat Sheet

This is the official guide for the English Martinus Wiki. Use this to master the syntax.

Description What you type What it becomes
text | *italics*
text | **bold**
Page Name | [Page Name]
Link | [Link](http://example.com)
Template:Ref | [1] LB1, 10.1

Instructions

1. Browse the wiki. 2. Use the tools provided to edit. 3. Always follow the-formatting-rules.