Wiki Contribution Guide: Difference between revisions

From BetaMC Wiki
Jump to navigation Jump to search
No edit summary
KingDaKa4 (talk | contribs)
No edit summary
 
(11 intermediate revisions by one other 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>


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]].
==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>
==First Big Header==
==First Big Header==
===First Sub Header===
===First Sub Header===
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 like this this: <code>==Big Header==</code>, and <code>===Sub Header===</code>
===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>
 
===Player Head Icon===
 
If you want to spice up wiki entries about towns, events, server lore etc. where players are mentioned by name, you can use the following trick:
 
 
At the moment, it still looks like this: <code> [[User:KingDaKa4|KingDaKa4]] </code> <br>
Now add <code><code>https:</code>//minotar.net/helm/KingDaKa4/16.png</code> infront of <code>[[</code><code>User:KingDaKa4|KingDaKa4</code><code>]]</code>. <br>
It should look like this: <code><code>https:</code>//minotar.net/helm/KingDaKa4/16.png [[</code><code>User:KingDaKa4|KingDaKa4</code><code>]]</code>. <br> 
The result will look like this: <code> https://minotar.net/helm/KingDaKa4/16.png [[User:KingDaKa4|KingDaKa4]]

Latest revision as of 20:37, 2 January 2026

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

Cascadia
Owner aq2a
Assistants Orknarok_666
Members 5
Founded March, 2025
Status Active


{{Infobox Town
| caption = Cascadia
| image = CascadiaMain.png
| image_size = 400px
| owner = aq2a
| assistants = Orknarok_666
| members = 5
| founded = March, 2025
| status = Active
}}

Player Head Icon

If you want to spice up wiki entries about towns, events, server lore etc. where players are mentioned by name, you can use the following trick:


At the moment, it still looks like this: KingDaKa4
Now add https://minotar.net/helm/KingDaKa4/16.png infront of [[User:KingDaKa4|KingDaKa4]].
It should look like this: https://minotar.net/helm/KingDaKa4/16.png [[User:KingDaKa4|KingDaKa4]].
The result will look like this: 16.png KingDaKa4