Help:Cheat Sheet: Difference between revisions
Wikiboteng (talk | contribs) (Creating the English version of the Cheat Sheet.) |
Wikiboteng (talk | contribs) (Fixing Cheat Sheet: Using HTML entities to show the <nowwiki> tags as text.) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== | == Help: Cheat Sheet == | ||
This | This is the official, easy-to-read guide for the English Martinus Wiki. | ||
= | {| class="wikitable" | ||
! Element !! What you type !! What it becomes | |||
|- | |- | ||
| Italics | ''text'' | *italics* | | | Italics || <nowwiki>''text''</nowwiki> || *italics* | ||
| Bold | '''text''' | **bold** | | |- | ||
| Bold and | | 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>[http://example.com Link]</nowwiki> || [Link](http://example.com) | |||
|- | |||
| Citation || <nowwiki>{{ref | LB1 | 10.1}}</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 {{ref}} template for citations. | |||
[[Category:Help]] | |||
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.