Wiki Contribution Guide: Difference between revisions
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
The formatting rules that Wikipedia uses is a good baseline if you don't know where to start. It usually looks something like this: </br> </br> | The formatting rules that Wikipedia uses is a good baseline if you don't know where to start. It usually looks something like this: </br> </br> | ||
==Page Name== | |||
The first lines of the page usually have a quick 2-3 sentence summary of what the page is about, and includes basic information that the reader should know about the topic in question. It usually has no headers and important words are '''bold''' and anything referencing another page is [[linked to]]. The page then usually starts with a general topic and dives into a couple of smaller topics that are related to the general one. This is done with a big header and sub header which can be done with <code>==Big Header==</code>, and <code>===Sub Header===</code> | |||
The first lines of the page usually have a quick 2-3 sentence summary of what the page is about, and includes basic information that the reader should know about the topic in question. It usually has no headers and important words are '''bold''' and anything referencing another page is [[linked to]]. | |||
==First Big Header== | ==First Big Header== | ||
===First Sub Header=== | ===First Sub Header=== | ||
The | ===Second Sub Header=== | ||
===Third Sub Header=== | |||
==Second Big Header== | |||
===Fourth Sub Header=== | |||
===Fifth Sub Header=== | |||
==Templates== | |||
The '''BetaMC Wiki''' also has a couple of templates that can be used in pages. These vary on how to implement, so this page will stay updated with all templates and how they are used | |||
===Infobox Town=== | |||
{{Infobox Town | |||
| caption = Cascadia | |||
| image = CascadiaMain.png | |||
| image_size = 400px | |||
| owner = [[User:aq2a|'''aq2a''']] | |||
| assistants = [[User:Orknarok_666|'''Orknarok_666''']] | |||
| members = '''5''' | |||
| founded = '''March, 2025''' | |||
| status = <span style="color:green;">'''Active'''</span> | |||
}} | |||
<code> {{Infobox Town </code> </br> | |||
<code> | caption = Cascadia </code> </br> | |||
<code> | image = CascadiaMain.png </code> </br> | |||
<code> | image_size = 400px </code> </br> | |||
<code> | owner = [[User:aq2a|'''aq2a''']] </code> </br> | |||
<code> | assistants = [[User:Orknarok_666|'''Orknarok_666''']] </code> </br> | |||
<code> | members = '''5''' </code> </br> | |||
<code> | founded = '''March, 2025''' </code> </br> | |||
<code> | status = <span style="color:green;">'''Active'''</span> </code> </br> | |||
<code> }} </code> |
Latest revision as of 15:07, 9 September 2025
This page serves as a guide to those interested in creating their own pages on the BetaMC Wiki.
To create a wiki account, please contact a staff member via a Discord ticket or in-game with the /msg
command.
Basic Wiki Formatting
In general, when writing a wiki page, you should write in the 3rd person, and have a neutral stance on the topic. Although this is just a suggestion, and you may write however you please.
The formatting rules that Wikipedia uses is a good baseline if you don't know where to start. It usually looks something like this:
Page Name
The first lines of the page usually have a quick 2-3 sentence summary of what the page is about, and includes basic information that the reader should know about the topic in question. It usually has no headers and important words are bold and anything referencing another page is linked to. The page then usually starts with a general topic and dives into a couple of smaller topics that are related to the general one. This is done with a big header and sub header which can be done with ==Big Header==
, and ===Sub Header===
First Big Header
First Sub Header
Second Sub Header
Third Sub Header
Second Big Header
Fourth Sub Header
Fifth Sub Header
Templates
The BetaMC Wiki also has a couple of templates that can be used in pages. These vary on how to implement, so this page will stay updated with all templates and how they are used
Infobox Town
{{Infobox Town
| caption = Cascadia
| image = CascadiaMain.png
| image_size = 400px
| owner = aq2a
| assistants = Orknarok_666
| members = 5
| founded = March, 2025
| status = Active
}}