Editor's information/Getting Started
This is a sub-page of Editor's information.
This guide intends to give you a starting point of how to create content for the VCC Wiki, and for mediawiki-based wikis in general.
Contents
Making Pages
Making pages is weirdly difficult. I blame the hobbyist programmers here (srsly why u do this), but regardless let's figure out how to get this done.
Here's a few ways to do it.
Via the Search Bar
This is a little slower, but a little easier.
Text | Image |
---|---|
1.Go to the top-right. Click on the search bar, and type the name you want. (As it should look on the page itself! Case-sensitive.) | |
2.Then, click on the faded yellow square to search. | |
3.Now, the page should not exist. It will state, "Create the page "lorem ipsum" on this wiki!". Click on that. |
You are done. Continue to the next section for an introduction to the PAGE EDITOR.
Via the URL Bar
This is slightly harder, but also more simple.
Text | Image |
---|---|
1.Go to the URL bar. Find the name of the article. This is the same as the title of the page, with some underscores. |
Click the images to see them fully. |
2.Replace this with your title. Type it in as you'll see it on the page. |
This should cover your article making needs. If it does not, feel free to inquire in #wiki-discussion on the VCC Discord. It can be found here:
Formatting in MediaWiki
Here, I'll cover some elements that may be confusing.
Textual formatting
Why are my separate lines sticking together?
You have not put a <br>
at the end of the offending lines.
You can also hit enter twice at the end for the same effect.
Will stick | Won't stick | |
---|---|---|
What you see: |
|
|
What you get: |
This is a line. Another good line. And yet another, that agrees! |
This is a line. |
Other
The editor supports several diffreent functions. Just select what you want to have formatting, click the desired button, and it will be added:
Beyond the editor, MediaWiki has a language for formatting. This language is best understood through the documentation available:
A good listing of these tags is found here: Help:Formatting (ext. link)
Adding Images
This can be done in a few ways.
1.Image tool
This is a slow way, but it has more features for image-inclusion than the others.
Text | Images |
---|---|
1.Click on the picture frame in the editor. | |
2.Click the "upload" at the bottom-left. | |
3.Find the appropriate image, and upload it. Then, check the box. | |
4.You may wish to change the name. You must add a description. | |
5.Finally, you can change the alignment, size, and inclusion of the image. |
2.MsUpload
MsUpload is a useful and more efficient tool for image upload & placement, but it has fewer options, often requiring more work afterwards.
The resultant text may require some modification.
The image-adder previously covered can be used to apply these options, when the filename is placed in the "Filename:" space.
3.MsUpload For Galleries
MsUpload can also be used to add galleries quickly and conveniently. To do so, we will utilize the "drop files here" box previously circled.
Text | Images |
---|---|
1.Drop the desired files into the drop files. It helps to have the files in one place to drag them all in. | |
2.Your images will appear below the "Drop files here" row. Click on "Upload all files". | |
3.You can now add in your gallery. Click "Insert all as gallery". Wherever your cursor currently is will have the gallery placed there. |
Wonder how galleries work? Continue into the section below.
Further clarification: Help:Images (ext. link)
Galleries
Galleries look like this:
Inside the editor, they look like this:
<gallery>
Armor_concept1.jpg|Medic man (I like him) <!-- it's not -->
Medic_concept_1.jpg|Wait no it's this guy sorry
</gallery>
They can be added here: |
Everything before the pipe symbol is the filename of the image. Everything after is the caption, if any.
You can add more rows to the gallery by adding another line.
Further clarification: Help:Images (ext. link)
Lists
They can be added here: |
For specialized usage, please see: Help: Formatting (ext. link)
Tables
They can be added here, with some useful preset options: |
For clarification and specialized usage, please see: Help:Tables (ext. link)
Return to Editor's information for other information.