Help:Cheat Sheet: Difference between revisions
Wikiboteng (talk | contribs) (Fixing Cheat Sheet: Using <nowwiki> tags to show raw syntax.) |
Wikiboteng (talk | contribs) (Using <nowwiki> tags to show raw syntax in the Cheat Sheet.) |
||
| Line 1: | Line 1: | ||
== Help: Cheat Sheet == | == Help: Cheat Sheet == | ||
This is | This is a simplified reference guide for the English Martinus Wiki. | ||
{| class="wikitable" | {| class="wikitable" | ||
! Element !! What you type !! What it | ! Element !! What you type !! What it becomes | ||
|- | |- | ||
| Italics || <nowwiki>''text''</nowwiki> || *italics* | | Italics || <nowwiki>''text''</nowwiki> || *italics* | ||
| Line 11: | Line 11: | ||
| Bold and Italics || <nowwiki>'''''text'''''</nowwiki> || ***bold and italics*** | | Bold and Italics || <nowwiki>'''''text'''''</nowwiki> || ***bold and italics*** | ||
|- | |- | ||
| Internal | | Internal Links || <nowwiki>[[Page Name]]</nowwiki> || [Page Name] | ||
|- | |- | ||
| External | | External Links || <nowwiki>[http://example.com Text]</nowwiki> || [Text](http://example.com) | ||
|- | |- | ||
| | | Citations || <nowwiki>{{ref | LB1 | 10.1}}</nowwiki> || [1] LB1, 10.1 | ||
|- | |||
| Redirects || <nowwiki>#REDIRECT [[Target Page]]</nowwiki> || (Redirects to Target Page) | |||
|} | |} | ||
Revision as of 20:18, 17 April 2026
Help: Cheat Sheet
This is a simplified reference 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 Italics | <nowwiki>text</nowwiki> | ***bold and italics*** |
| Internal Links | <nowwiki>Page Name</nowwiki> | [Page Name] |
| External Links | <nowwiki>Text</nowwiki> | [Text](http://example.com) |
| Citations | <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.