Revert commit 40eba67
commited
commit
c317a69a43793690145bb31fae63624d5fb8569f
... | ... | @@ -2,9 +2,9 @@ |
2 | 2 | title: Fancade Wiki |
3 | 3 | --- |
4 | 4 | |
5 | *The wiki is developed by [[Nikita Ivanov (ViChyavIn)|ViChyavIn]], Olle Landin, and [[Martin Magni]].* |
|
5 | *The wiki is developed by [[Nikita Ivanov|ViChyavIn]], Olle Landin, and [[Martin Magni]].* |
|
6 | 6 | |
7 | This wiki helps users learn more about Fancade and one of its [[game-making tools|Build]]. Pages are written by Fancaders themselves. Maybe you want to help improve the wiki too? |
|
7 | This wiki helps users learn more about Fancade and its [[game-making tools|Build]]. Pages are written by Fancade users themselves. Maybe you want to help improve the wiki too? |
|
8 | 8 | |
9 | 9 | [[_TOC_]] |
10 | 10 | |
... | ... | @@ -16,11 +16,7 @@ Yes? You'd like to contribute? Great!! Here's some advice to help you get starte |
16 | 16 | |
17 | 17 | The wiki is about [Fancade](https://fancade.com), so try to stay on topic. |
18 | 18 | |
19 | ## No inappropriate words |
|
20 | ||
21 | Don't use any inappropriate (or bad) words. Be very smart when coming up with your page's writing and its title! |
|
22 | ||
23 | ## Create your page |
|
19 | ## Create a appropiate page |
|
24 | 20 | |
25 | 21 | Before creating a brand *new* wiki page, check if: |
26 | 22 | |
... | ... | @@ -30,23 +26,21 @@ Before creating a brand *new* wiki page, check if: |
30 | 26 | |
31 | 27 | ## Don't save unfinished edits |
32 | 28 | |
33 | Don't leave articles in WIP state. |
|
34 | ||
35 | If you're not done yet, but you can't continue working right now, you can always quit the editor and keep editing next time. The wiki will remember the state of the page you were editing and will prompt you to recover it when you enter the editor! |
|
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). |
|
36 | 30 | |
37 | ## Don't ask readers to answer unanswered questions |
|
31 | ## Don't leave unanswered questions |
|
38 | 32 | |
39 | If you're not sure about something, don't ask future editors to correct you in the page, for example: |
|
33 | If you're not sure about something, don't ask future editors to correct you in the page: |
|
40 | 34 | |
41 | 35 | <blockquote> |
42 | [[Constraints]] are very hard to learn. Maybe it is just me?
|
|
36 | [[Constraints]] are very difficult to learn. (Maybe it's just me?)
|
|
43 | 37 | </blockquote> |
44 | 38 | |
45 | 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 Fancade [[Discord]] and ask your question there, in order to provide the most accurate information to our readers! |
|
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! |
|
46 | 40 | |
47 | 41 | # How-to |
48 | 42 | |
49 | Want to help but have no idea how it's done? Okay! Read below to learn how to format text and create new pages... |
|
43 | Want to help but have no idea how it's done? Read belowq to learn how to format text and create new pages. |
|
50 | 44 | |
51 | 45 | ## Create a page |
52 | 46 | |
... | ... | @@ -54,13 +48,13 @@ In the Wiki page, there is an ability to create new pages, simply by clicking "N |
54 | 48 | |
55 | 49 | Create a page name with the appropriate title. |
56 | 50 | |
57 | If you are writing it in a different folder (e.g. Build) write `<folder>/<title>` (e.g. `Build/Set Variable`) to create it within that folder. (This defaults to the folder the page you were reading is at.)
|
|
51 | If you are writing it in a different section (e.g. Build) write `<section>/<title>` (e.g. `Build/Set Variable`) to create it within this section.
|
|
58 | 52 | |
59 | 53 | Now you can write a Wiki page! After you have written it all, click "Preview" to make sure everything looks correct. |
60 | 54 | |
61 | 55 | ## Style a page |
62 | 56 | |
63 |
Fancade Wiki uses the formatting syntax called "Markdown". You can make text **bold**, *italic*, ***bolditalic***, and ~~strikethrough~~. Not just that, you can also make a list, add links, insert images and even make tables! To learn more, read [[this|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]. |
|
57 |
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]]. |
|
64 | 58 | |
65 | 59 | ### Basics |
66 | 60 | |
... | ... | @@ -76,7 +70,7 @@ To insert a link, you can: |
76 | 70 | |
77 | 71 | #### Make list |
78 | 72 | |
79 | To insert a list element, put `*`, `+` or `-` at the beginning of a line. For example:
|
|
73 | To insert a list element, put `*`, `+` or `-` at the beginning of a line. For example,
|
|
80 | 74 | |
81 | 75 | ``` |
82 | 76 | * Fancade |
... | ... | @@ -93,66 +87,27 @@ will be |
93 | 87 | |
94 | 88 | To add an image, drag-n-drop it into the edit form. (It will be uploaded to `/uploads/<filename>`) |
95 | 89 | |
96 | To insert an existing image, you wrap the image path/URL in square brackets like you do with regular links/URLs to insert it directly in the text. |
|
90 | To insert an existing image, you wrap the image path/URL in square brackets (like you do with regular links/URLs) to insert it directly in the text. |
|
97 | 91 | |
98 | `[[uploads/image.jpg]]` |
|
92 | ```[[uploads/image.jpg]]``` |
|
99 | 93 | |
100 | 94 | You can also upload an image by clicking "Upload" button in edit mode. |
101 | 95 | |
102 | (The only area a image can be uploaded by default is /uploads.) |
|
103 | ||
104 | #### Add heading |
|
105 | ||
106 | Use hashes then a space at the start of your text. Here is a example: |
|
107 | ||
108 | ``` |
|
109 | ## Fancade |
|
110 | ## is the fanmade |
|
111 | ## arcade |
|
112 | ``` |
|
113 | ||
114 | #### Code font |
|
115 | ||
116 | To use a coding text font, use a grave accent at the start and end of your text without any spaces between both of the grave accents. For example: |
|
117 | ||
118 | Fancade > `Fancade` |
|
119 | ||
120 | If you want newlines, then you need 3 grave accents before the first line and another three after the last line. (This lets you show colors based on code languages using Coffeescript, just put `coffeescript` on the line that comes after the first three grave accents..er, next to the third grave accent.) For example: |
|
121 | ||
122 | ##### Before |
|
123 | ||
124 | Fancade |
|
125 | ||
126 | is the fanmade |
|
127 | ||
128 | arcade |
|
129 | ||
130 | ##### After |
|
131 | ``` |
|
132 | Fancade |
|
133 | is the fanmade |
|
134 | arcade |
|
135 | ``` |
|
136 | ||
137 | 96 | ## Delete a page |
138 | 97 | |
139 | Deleting a page is possible, but restricted: |
|
140 | ||
141 | * If you are not a Fanmod: Ping a Fanmod on our Fancade [[Discord]] and suggest the deletion to them. |
|
142 | * If you are a Fanmod: Use extra wiki page delete commands in Fanbot. |
|
98 | Deleting a page is possible, but restricted. Ping one of the Fanmods on the Discord server and suggest the deletion to them. |
|
143 | 99 | |
144 | 100 | ## Revert a change |
145 | 101 | |
146 | Go to the latest changes in the update history of a page, check the commit, compare it and revert it. |
|
102 | Go to the page's history (through link in the latest changes), check the commit, compare and revert. |
|
147 | 103 | |
148 | 104 | ## Rename a page |
149 | ||
150 | Click Rename and enter the new page name. |
|
105 | Click Rename, and enter the new page name. |
|
151 | 106 | |
152 | 107 | ## Sign out |
153 | 108 | |
154 | There's no button to sign out. But if you clear the website data in your browser settings, you will be signed out. (It is a cookie??) |
|
109 | 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?) |
|
155 | 110 | |
156 | 111 | ## Notes |
157 | 112 | |
158 | * On keyboards, you can switch between edit and preview modes with `CTRL+Shift+P`.
|
|
159 | 113 |
+* You can switch between edit and preview mode with `CTRL+Shift+P`. |