Login

Fancade Wiki

Minor improvements

... ...
@@ -2,9 +2,9 @@
2 2
title: Fancade Wiki
3 3
---
4 4
5
*The wiki is developed by [[Nikita Ivanov|ViChyavIn]], Olle Landin, and [[Martin Magni]].*
5
*The wiki is developed by [[Nikita Ivanov (ViChyavIn)|ViChyavIn]], Olle Landin, and [[Martin Magni]].*
6 6
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?
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?
8 8
9 9
[[_TOC_]]
10 10
... ...
@@ -16,7 +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
## Create a appropiate page
19
## Create your page
20 20
21 21
Before creating a brand *new* wiki page, check if:
22 22
... ...
@@ -26,21 +26,23 @@ Before creating a brand *new* wiki page, check if:
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
Don't leave articles in WIP state.
30 30
31
## Don't leave unanswered questions
31
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!
32 32
33
If you're not sure about something, don't ask future editors to correct you in the page:
33
## Don't ask readers to answer unanswered questions
34
35
If you're not sure about something, don't ask future editors to correct you in the page, for example:
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 is 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 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!
40 42
41 43
# How-to
42 44
43
Want to help but have no idea how it's done? Read below to learn how to format text and create new pages.
45
Want to help but have no idea how it's done? Okay! Read below to learn how to format text and create new pages...
44 46
45 47
## Create a page
46 48
... ...
@@ -54,7 +56,7 @@ Now you can write a Wiki page! After you have written it all, click "Preview" to
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
Fancade Wiki uses 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 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]].
58 60
59 61
### Basics
60 62
... ...
@@ -70,7 +72,7 @@ To insert a link, you can:
70 72
71 73
#### Make list
72 74
73
To insert a list element, put `*`, `+` or `-` at the beginning of a line. For example,
75
To insert a list element, put `*`, `+` or `-` at the beginning of a line. For example:
74 76
75 77
```
76 78
* Fancade
... ...
@@ -87,27 +89,33 @@ will be
87 89
88 90
To add an image, drag-n-drop it into the edit form. (It will be uploaded to `/uploads/<filename>`)
89 91
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.
92
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.
91 93
92
```[[uploads/image.jpg]]```
94
`[[uploads/image.jpg]]`
93 95
94 96
You can also upload an image by clicking "Upload" button in edit mode.
95 97
98
(The only area a image can be uploaded by default is /uploads.)
99
96 100
## Delete a page
97 101
98
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:
103
104
* If you are not a Fanmod: Ping a Fanmod on our Fancade [[Discord]] and suggest the deletion to them.
105
* If you are a Fanmod: Use extra wiki page delete commands in Fanbot.
99 106
100 107
## Revert a change
101 108
102
Go to the page's history (through link in the latest changes), check the commit, compare and revert.
109
Go to the latest changes in the update history of a page, check the commit, compare it and revert it.
103 110
104 111
## Rename a page
105
Click Rename, and enter the new page name.
112
113
Click Rename and enter the new page name.
106 114
107 115
## Sign out
108 116
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?)
117
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??)
110 118
111 119
## Notes
112 120
113
* You can switch between edit and preview mode with `CTRL+Shift+P`.
114 121
+* On keyboards, you can switch between edit and preview modes with `CTRL+Shift+P`.
Fancade Wiki