Updated Wiki.md (markdown)
commited
commit
675c0015bb29f64f3099ad2a1c5d9eca63f8dc3a
... | ... | @@ -2,7 +2,7 @@ This wiki was developed by [[Nikita Ivanov|ViChyavIn]], [[Olle Landin|https://tw |
2 | 2 | |
3 | 3 | You can help expand the wiki by creating new pages and improving existing ones! |
4 | 4 | |
5 | # How to make a wiki page?
|
|
5 | # Create a page
|
|
6 | 6 | |
7 | 7 | In the Wiki page, there is an ability to create new pages, simply by clicking "New". A pop-up with the title "Create New Page" should show up. |
8 | 8 | |
... | ... | @@ -12,7 +12,7 @@ If you are writing it in a different section (e.g. Build) write `<section>/\<tit |
12 | 12 | |
13 | 13 | Now you can write a Wiki page! After you have written it all, click "Preview" to make sure everything looks correct. |
14 | 14 | |
15 | # Wiki formatting
|
|
15 | # Style a page
|
|
16 | 16 | |
17 | 17 | The Wiki supports the formatting syntax called "[[Markdown|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]". You can easily make *italic*, **bold**, __underlined__ or ~~strikethrough~~ text. To learn how, read [[this|https://support.discordapp.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-]]. |
18 | 18 | |
... | ... | @@ -29,4 +29,12 @@ To insert a link, you can: |
29 | 29 | |
30 | 30 | To add an image, drag-n-drop it into the edit form. (It'll upload to `/uploads/<filename>`) |
31 | 31 | |
32 | To insert an image, you can wrap the image URL in `!` to insert it directly in the text. |
|
... | ... | \ No newline at end of file |
0 | To insert an image, you can wrap the image URL in `!` to insert it directly in the text. |
|
1 | ||
2 | # Delete a page |
|
3 | ||
4 | Deleting a page is possible, but restricted. Ping one of the Fanmod:s on the Discord server and suggest the deletion to them. |
|
5 | ||
6 | # Revert a change |
|
7 | ||
8 | Go to the page's history (through link in the latest changes), check the commit, compare and revert. |
|
... | ... | \ No newline at end of file |