wikiformatting
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| wikiformatting [2024/12/05 19:20] – We begin the conversion of this page to a style guide, rather than a syntax documentation sweetcorm | wikiformatting [2024/12/06 09:15] (current) – Cleared the page sweetcorm | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| **Conversion to a style guide in progress! For syntax reference, use the built in [[wiki: | **Conversion to a style guide in progress! For syntax reference, use the built in [[wiki: | ||
| ---- | ---- | ||
| - | Learn how to format pages on the Moxiecraft Wiki using DokuWiki syntax. | ||
| - | |||
| - | ===== Headings ===== | ||
| - | Headings use equal signs (`=`). More equal signs create bigger headings (unlike MediaWiki, where more equal signs create smaller headings). | ||
| - | |||
| - | ====== Heading Level 1 ====== | ||
| - | ===== Heading Level 2 ===== | ||
| - | === Heading Level 3 === | ||
| - | gives | ||
| - | |||
| - | ====== Heading Level 1 ====== | ||
| - | ===== Heading Level 2 ===== | ||
| - | === Heading Level 3 === | ||
| - | |||
| - | ===== Text Formatting ===== | ||
| - | * **Bold**: Use `**text**` | ||
| - | Example: **Bold** | ||
| - | * //Italic//: Use `//text//` | ||
| - | Example: //Italic// | ||
| - | * __Underline__: | ||
| - | Example: __Underline__ | ||
| - | |||
| - | ===== Lists ===== | ||
| - | === Bullet Points === | ||
| - | Use an asterisk `*` for bullet points. For subpoints, add spaces before the `*`. | ||
| - | |||
| - | * Main Point | ||
| - | * Subpoint | ||
| - | * Another Subpoint | ||
| - | |||
| - | === Numbered Lists === | ||
| - | Use a dash and a period `-.` for numbered lists. | ||
| - | |||
| - | -. First Item | ||
| - | -. Second Item | ||
| - | -. Third Item | ||
| - | |||
| - | ===== Links ===== | ||
| - | === Internal Links === | ||
| - | Link to other wiki pages using double square brackets < | ||
| - | |||
| - | [[start|Home Page]] | ||
| - | |||
| - | [[start|Home Page]] | ||
| - | |||
| - | === External Links === | ||
| - | Paste the URL or use square brackets with optional text. | ||
| - | |||
| - | https:// | ||
| - | [[https:// | ||
| - | |||
| - | https:// | ||
| - | [[https:// | ||
| - | |||
| - | ===== Images ===== | ||
| - | Insert images using < | ||
| - | |||
| - | {{example.jpg}} | ||
| - | {{example.jpg? | ||
| - | |||
| - | ===== Tables ===== | ||
| - | Tables use `^` for headers and `|` for rows. | ||
| - | |||
| - | ^ Header 1 ^ Header 2 ^ Header 3 ^ | ||
| - | | Row 1 | Data 1 | Data 2 | | ||
| - | | Row 2 | Data A | Data B | | ||
| - | |||
| - | ^ Header 1 ^ Header 2 ^ Header 3 ^ | ||
| - | | Row 1 | Data 1 | Data 2 | | ||
| - | | Row 2 | Data A | Data B | | ||
| - | |||
| - | |||
| - | ===== Horizontal Lines ===== | ||
| - | Use four dashes `----` to create a horizontal line. | ||
| - | |||
| - | ---- | ||
| - | |||
| - | ===== Block Quotes ===== | ||
| - | Start a line with `>` to create a block quote. | ||
| - | |||
| - | > This is a blockquote. | ||
| - | |||
| - | ===== Code Blocks ===== | ||
| - | Use < | ||
| - | |||
| - | < | ||
| - | |||
| - | ===== Forced Line Breaks ===== | ||
| - | You can put double slashes (`< | ||
| - | |||
| - | This is some text with some linebreaks\\ Note that the | ||
| - | two backslashes are only recognized at the end of a line\\ | ||
| - | or followed by\\ a whitespace \\this happens without it. | ||
| - | |||
| - | This is some text with some linebreaks\\ Note that the | ||
| - | two backslashes are only recognized at the end of a line\\ | ||
| - | or followed by\\ a whitespace \\this happens without it. | ||
| - | |||
| - | ===== Prevent Wiki Formatting ===== | ||
| - | If you do not want wiki formatting to happen, you can either put it into code blocks (as seen previously) or put it inside < | ||
| - | |||
| - | --- | ||
| - | |||
| - | This guide covers the basics for formatting Moxiecraft Wiki pages. Happy editing! | ||
| - | |||
wikiformatting.1733426401.txt.gz · Last modified: by sweetcorm
