Updated Wiki.md (markdown)
commited
commit
b705a0b01b7f3104527d77f0354c34f79ab884d9
... | ... | @@ -8,15 +8,15 @@ This wiki helps users learn more about Fancade and its [[game-making tools|Build |
8 | 8 | |
9 | 9 | [[_TOC_]] |
10 | 10 | |
11 | # Rules |
|
11 | ## Rules |
|
12 | 12 | |
13 | 13 | Yes? You'd like to contribute? Great! Here's some advice to help you get started editing. |
14 | 14 | |
15 | ## Write about Fancade |
|
15 | ### Write about Fancade |
|
16 | 16 | |
17 | 17 | The wiki is about [Fancade](https://fancade.com), so try to stay on topic. |
18 | 18 | |
19 | ## Create an appropiate page |
|
19 | ### Create an appropiate page |
|
20 | 20 | |
21 | 21 | Before creating a brand *new* wiki page, check if: |
22 | 22 | |
... | ... | @@ -24,11 +24,11 @@ Before creating a brand *new* wiki page, check if: |
24 | 24 | * The info doesn't fit better as a note on an existing page? |
25 | 25 | * The page is likely to be useful to other Fancade users? |
26 | 26 | |
27 | ## Don't save unfinished edits |
|
27 | ### Don't save unfinished edits |
|
28 | 28 | |
29 | 29 | If you're not done yet, but you can't continue working right now, you can always quit the browser and get back to editing later (the wiki will remember the state of the page and will prompt you to recover it when you begin editing again). |
30 | 30 | |
31 | ## Don't leave unanswered questions |
|
31 | ### Don't leave unanswered questions |
|
32 | 32 | |
33 | 33 | If you're not sure about something, don't ask future editors to correct you in the page: |
34 | 34 | |
... | ... | @@ -38,11 +38,11 @@ If you're not sure about something, don't ask future editors to correct you in t |
38 | 38 | |
39 | 39 | Those who can answer your question will rarely visit the page, so you will end up throwing your question at readers'. Feel free to join our [[Discord]] server and ask your question there, in order to eventually provide the most accurate information to readers! |
40 | 40 | |
41 | # How-to |
|
41 | ## How-to |
|
42 | 42 | |
43 | 43 | Want to help but have no idea how it's done? Read below to learn how to format text and create new pages. |
44 | 44 | |
45 | ## Create a page |
|
45 | ### Create a page |
|
46 | 46 | |
47 | 47 | 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. |
48 | 48 | |
... | ... | @@ -52,13 +52,15 @@ If you are writing it in a different section (e.g. Build) write `<section>/<titl |
52 | 52 | |
53 | 53 | Now you can write a Wiki page! After you have written it all, click "Preview" to make sure everything looks correct. |
54 | 54 | |
55 | ## Style a page |
|
55 | Please check [[Manual of Style]] for a guide on how to create one. |
|
56 | ||
57 | ### Style a page |
|
56 | 58 | |
57 | 59 | The Wiki supports the formatting syntax called "Markdown". You can easily *emphasize* **text** (you can make text **bold**, *italic*, ***bolditalic***, and ~~strikethrough~~, but not underline because markdown does not support underlining text), make lists, add links, insert images and even make tables! For more information, read [[this|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]. |
58 | 60 | |
59 | ### Basics |
|
61 | #### Basics |
|
60 | 62 | |
61 | #### Add link |
|
63 | ##### Add link |
|
62 | 64 | |
63 | 65 | To insert a link, you can: |
64 | 66 | |
... | ... | @@ -70,7 +72,7 @@ To insert a link, you can: |
70 | 72 | |
71 | 73 | If your page is inside of a folder, the link's destination will also be inside of it. This can cause problems if, say, you want to link from `Script/How do I add numbers?` to `Blocks/Add Number`. You can avoid this by putting a slash at the start of the target page name, e.g. `[[/Blocks/Add Number]]`. |
72 | 74 | |
73 | #### Make list |
|
75 | ##### Make list |
|
74 | 76 | |
75 | 77 | To insert a list element, put `*`, `+` or `-` at the beginning of a line. For example, |
76 | 78 | |
... | ... | @@ -95,21 +97,21 @@ To insert an existing image, you wrap the image path/URL in square brackets (lik |
95 | 97 | |
96 | 98 | You can also upload an image by clicking "Upload" button in edit mode. |
97 | 99 | |
98 | ## Delete a page |
|
100 | ### Delete a page |
|
99 | 101 | |
100 | Deleting a page is possible, but restricted. Ping one of the Fanmods on the Discord server and suggest the deletion to them. |
|
102 | Deleting a page is possible, but restricted. Ping one of the Fanmods or Wiki Mods on the Discord server and suggest the deletion to them. |
|
101 | 103 | |
102 | ## Revert a change |
|
104 | ### Revert a change |
|
103 | 105 | |
104 | 106 | Go to the page's history (through link in the latest changes), check the commit, compare and revert. |
105 | 107 | |
106 | ## Rename a page |
|
108 | ### Rename a page |
|
107 | 109 | |
108 | 110 | Click Rename, and enter the new page name. |
109 | 111 | |
110 | 112 | ## Sign out |
111 | 113 | |
112 | There's no button to sign out (and seldom reason to). But if you clear the website data in your browser settings, you will be signed out. (It's a cookie?)
|
|
114 | There's no button to sign out (and seldom reason to). But if you clear the cookies in your browser settings, you will be signed out.
|
|
113 | 115 | |
114 | 116 | ## Notes |
115 | 117 |