Difference between revisions of "Editor's information/Getting Started"
(i return from teh grave to remove excuses for not contributing) |
|||
Line 1: | Line 1: | ||
− | + | {{subpage}} | |
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. | 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. | ||
Revision as of 06:36, 26 December 2019
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
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)
In addition to this, the editor supports many of these without the memorization. Simply select the text you want formatted, and click on the button.
The functions are listed below:
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&3.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.
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.