Login

Fancade Wiki

Minor

... ...
@@ -14,29 +14,31 @@ Yes? You'd like to contribute? Great!! Here's some advice to help you get starte
14 14
15 15
## Write about Fancade
16 16
17
The wiki is about [Fancade](https://fancade.com), so try to stay on topic.
17
The wiki is about [Fancade](https://fancade.com) and its [[game making tools|Build]], so try to stay on topic. So don't write about anything different from Fancade and its [[game making tools|Build]].
18 18
19
## Create an appropiate page
19
## Create a page
20 20
21
Before creating a brand *new* wiki page, check if:
21
Before creating a brand *new* wiki page, make sure to check if:
22 22
23
* The page already exists, just with a slightly different name?
23
* The page already exists, even with a different name?
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 27
## Don't save unfinished edits
28 28
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).
29
Do not leave articles in work in progress state.
30
31
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 32
31 33
## Don't leave unanswered questions
32 34
33
If you're not sure about something, don't ask future editors to correct you in the page:
35
If you're not sure about something, don't ask future readers to correct you in the page:
34 36
35 37
<blockquote>
36
[[Constraints]] are very difficult to learn. (Maybe it's just me?)
38
[[Constraints]] are very hard to learn. (Maybe it's just me?)
37 39
</blockquote>
38 40
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!
41
Those who can answer your question will rarely visit your 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 42
41 43
# How-to
42 44
... ...
@@ -44,17 +46,23 @@ Want to help but have no idea how it's done? Read below to learn how to format t
44 46
45 47
## Create a page
46 48
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.
49
In the Wiki, 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 50
49
Create a page name with the appropriate title.
51
Create a page name with the right title.
50 52
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.
53
If you are writing it in a different area of the Wiki (e.g. Build) write `<area>/<title>` (e.g. `Build/Set Variable`) to create it there.
52 54
53 55
Now you can write a Wiki page! After you have written it all, click "Preview" to make sure everything looks correct.
54 56
55 57
## Style a page
56 58
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]].
59
The Wiki supports the formatting syntax called "Markdown". You can make text **bold**, *italic*, ***bolditalic***, and ~~strikethrough~~. Also you can:
60
61
* [[Make lists|#make-list]]
62
* [[Add links|#add-link]]
63
* [[Add images|#add-image]]
64
65
[[Click here to read more.|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]
58 66
59 67
### Basics
60 68
... ...
@@ -102,12 +110,13 @@ Deleting a page is possible, but restricted. Ping one of the Fanmods on the Disc
102 110
Go to the page's history (through link in the latest changes), check the commit, compare and revert.
103 111
104 112
## Rename a page
105
Click Rename, and enter the new page name.
113
114
Click Rename, and enter the new page name. If you want to move it, then enter `<area>/<title>`.
106 115
107 116
## Sign out
108 117
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?)
118
There's no button to sign out or seldom reason to. But if you clear the website data in your browser settings, you will be signed out. (It's a cookie?)
110 119
111 120
## Notes
112 121
113
* You can switch between edit and preview mode with `CTRL+Shift+P`.
114 122
+* You can switch between edit and preview mode with `Ctrl+Shift+P`. (When using touchscreens you cannot do this.)
Fancade Wiki