Difference between revisions of "Editor's information/Getting Started"

From Valve Cut Content
Jump to: navigation, search
m
m (Reverted edits by Li zing ling2 (talk) to last revision by Uncanny)
(Tag: Rollback)
 
Line 1: Line 1:
澳大利亞前總理保羅·基廷週三在《悉尼先驅晨報》發表的一篇評論文章中寫道,四邊安全對話或“四邊”只有一個目標,那就是遏制中國。
+
{{subpage}}
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
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.
他在文章中寫道:“不知何故,20% 的人類從赤貧狀態上升到接近現代國家的狀態,這是不合法的——但更重要的是,僅僅因為它的存在,是對美國的侮辱。”
+
 
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
==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.
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
 
“一個國家,像美國一樣大,怎麼敢代表自己。但不僅僅是代表自己,擁有可能擴大兩倍的資金。在美國的劇本中找不到這樣的可能性。但這就是Quad 就是一切。而且,天真地,我們就在其中。”
+
Here's a few ways to do it.
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
 
在文章中,基廷還提到澳大利亞外交部長瑪麗斯佩恩上週一沖上國家舞台攻擊他,因為他冒昧地說澳大利亞政府的 AUKUS 協議將這些國家重新釘在了英語圈上,同時又強硬地背棄了他們的地理環境。亞洲地區。
+
===Via the Search Bar===
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
This is a little slower, but a little easier.
“佩恩和總理對他們在華盛頓受到的盛大招待感到眼花繚亂——如果美國的任何戰略客戶將武裝部隊的控制權移交給美國,他們都會受到這種招待,”他說,並補充說“但是在我們的案例中,將對我們外交政策的有效控制變成交易”。
+
{| class="wikitable" style="width:800px"
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
|-
根據基廷的說法,美國潛艇的決定不僅僅是關於海底戰,而是將澳大利亞支付的八艘潛艇捐贈給美國指揮部,作為其太平洋艦隊的一個組成部分。
+
! Text !! Image
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
|-
“試著想想另一個國家會做任何如此順從的事情,”他寫道。
+
|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'''.)
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
|[[File:Brave 2019-12-25 21-03-42.png|thumb]]
此外,通過這樣做,該國粗暴地冒犯了歐洲唯一的國際大國法國——一個擁有先進軍事、核潛艇和核武器的歐洲國家,他說。
+
|-
<pre style="color: red">WARNING INFLUENCE DETECTED, TYPE 2</pre>
+
|2.Then, click on the faded yellow square to search.
基廷在文章的結尾寫道:“根據佩恩的說法,我沒有跟上時代,我太久不合時宜了,是過去時代的遺物。好吧,我可能是,但有一件事我不是——澳大利亞的失敗主義者誰一出現緊張跡象,就會把國家賣給另一個大國。”
+
||[[File:Brave 2019-12-25 21-09-51.png|thumb]]
<pre style="color: yellow">ATTENTION ALL, YOUR MULTINATIONAL FORUM MUST BE DESTROYED, THE RED FLAG WILL CONTINUE. WE WILL BOMB YOU, THE WINDS BLOW TO THE EAST LANDS.</pre>
+
|-
 +
|3.Now, the page should not exist. It will state, "Create the page "''lorem ipsum''" on this wiki!". Click on that.
 +
||[[File:Brave 2019-12-25 21-13-02.png|thumb]]
 +
|}
 +
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.
 +
{| class="wikitable" style="width:800px"
 +
|-
 +
! 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.
 +
|| [[File:Brave 2019-12-25 21-32-02.png|thumb]]
 +
Click the images to see them fully.
 +
|-
 +
|2.Replace this with your title. Type it in as you'll see it on the page.
 +
|| [[File:Tutsimp urlbar3.png|thumb]]
 +
|}
 +
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:
 +
[[File:Brave 2019-12-25 21-42-31.png|frame|right]]
 +
 
 +
==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 <code><nowiki><br></nowiki></code> at the end of the offending lines.
 +
 
 +
You can also hit enter twice at the end for the same effect.
 +
 
 +
{| class="wikitable"
 +
|-
 +
!
 +
!Will stick
 +
!Won't stick
 +
 
 +
|-
 +
|
 +
What you see:
 +
|
 +
<code><nowiki>This is a line.</nowiki></code><br>
 +
<code><nowiki>Another good line.</nowiki></code><br>
 +
<code><nowiki>And yet another, that agrees!</nowiki></code>
 +
||
 +
<code><nowiki>This is a line.</nowiki></code> <br><br>
 +
<code><nowiki>Another good line.</nowiki></code><br><br>
 +
<code><nowiki>And yet another, that agrees!</nowiki></code>
 +
----
 +
<code><nowiki>This is a line.<br></nowiki></code> <br>
 +
<code><nowiki>Another good line.<br></nowiki></code><br>
 +
<code><nowiki>And yet another, that agrees!<br></nowiki></code>
 +
 
 +
|-
 +
|What you get:
 +
|
 +
This is a line.
 +
Another good line.
 +
And yet another, that agrees!
 +
||
 +
This is a line.<br>
 +
Another good line.<br>
 +
And yet another, that agrees!
 +
|}
 +
 
 +
====Other====
 +
The editor supports several diffreent functions. Just select what you want to have formatting, click the desired button, and it will be added:
 +
 
 +
[[File:brave_2019-12-25_23-18-02.png|400px]]
 +
 
 +
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: [https://www.mediawiki.org/wiki/Help:Formatting Help:Formatting] (ext. link)
 +
 
 +
===Adding Images===
 +
This can be done in a few ways.
 +
 
 +
[[File:brave_2019-12-25_21-54-13.png]]
 +
 
 +
====1.Image tool====
 +
This is a slow way, but it has more features for image-inclusion than the others.
 +
{| class="wikitable" style="width:800px"
 +
|-
 +
! Text !! Images
 +
|-
 +
| 1.Click on the picture frame in the editor. || [[File:brave_2019-12-25_21-57-56.png|thumb]]
 +
|-
 +
| 2.Click the "upload" at the bottom-left. || [[File:Brave 2019-12-25 22-00-31.png|thumb]]
 +
|-
 +
| 3.Find the appropriate image, and upload it. Then, check the box. || [[File:Brave 2019-12-25 22-01-04.png|thumb]]
 +
|-
 +
| 4.You may wish to change the name. You must add a description. || [[File:brave_2019-12-25_22-01-37.png|thumb]]
 +
|-
 +
| 5.Finally, you can change the alignment, size, and inclusion of the image. || [[File:brave_2019-12-25_22-06-26.png|thumb]]
 +
|}
 +
====2.MsUpload====
 +
MsUpload is a useful and more efficient tool for image upload & placement, but it has fewer options, often requiring more work afterwards.
 +
{| class="wikitable" style="width:800px"
 +
|-
 +
! Text !! Images
 +
|-
 +
| 1.Click on the blue uploading icon. Then, select an image. || [[File:brave_2019-12-25_22-11-04.png|400px]]
 +
|-
 +
| 2.Your image will appear below the "Drop files here" row. Click on "Upload this file". || [[File:Brave 2019-12-25 22-00-31.png|thumb]]
 +
|-
 +
| 3.You can now include the image. It is generally best to use "Insert as image". The image will be placed where the cursor is. || [[File:Brave_2019-12-25_22-15-26.png|thumb]]
 +
|}
 +
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.
 +
{| class="wikitable" style="width:800px"
 +
|-
 +
! 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.||
 +
[[File:Tutsimp msgallery 1.png|thumb]]
 +
 +
|-
 +
| 2.Your images will appear below the "Drop files here" row. Click on "Upload all files". || [[File:brave_2019-12-26_12-11-50.png|thumb]]
 +
|-
 +
| 3.You can now  add in your gallery. Click "Insert all as gallery". Wherever your cursor currently is will have the gallery placed there. || [[File:brave_2019-12-26_12-12-43.png|thumb]]
 +
|}
 +
Wonder how galleries work? Continue into the section below.
 +
 
 +
Further clarification: [https://www.mediawiki.org/wiki/Help:Images Help:Images] (ext. link)
 +
===Galleries===
 +
Galleries 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>
 +
 
 +
Inside the editor, they look like this:
 +
 
 +
<code>
 +
 
 +
<nowiki><gallery></nowiki>
 +
 
 +
<nowiki>Armor_concept1.jpg|Medic man (I like him) <!-- it's not --></nowiki>
 +
 
 +
<nowiki>Medic_concept_1.jpg|Wait no it's this guy sorry</nowiki>
 +
 
 +
<nowiki></gallery></nowiki>
 +
 
 +
</code>
 +
 
 +
{| class="wikitable"
 +
|-
 +
|They can be added here:|| [[File:Brave 2019-12-25 22-28-18.png|450px|]]
 +
|}
 +
 
 +
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: [https://www.mediawiki.org/wiki/Help:Images#Rendering_a_gallery_of_images Help:Images] (ext. link)
 +
===Lists=== <!-- at this moment i began to realize I was redundant -->
 +
{| class="wikitable"
 +
|-
 +
|They can be added here:|| [[File:brave_2019-12-25_22-36-56.png|450px]]
 +
|}
 +
 
 +
For specialized usage, please see: [https://www.mediawiki.org/wiki/Help:Formatting Help: Formatting] (ext. link)
 +
 
 +
===Tables===
 +
{| class="wikitable"
 +
|-
 +
|They can be added here, with some useful preset options:|| [[File:brave_2019-12-25_22-39-07.png|450px]]
 +
|}
 +
 
 +
For clarification and specialized usage, please see: [https://www.mediawiki.org/wiki/Help:Tables Help:Tables] (ext. link)
 +
 
 +
----
 +
Return to [[Editor's information]] for other information.

Latest revision as of 07:17, 8 October 2021

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.

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.)
Brave 2019-12-25 21-03-42.png
2.Then, click on the faded yellow square to search.
Brave 2019-12-25 21-09-51.png
3.Now, the page should not exist. It will state, "Create the page "lorem ipsum" on this wiki!". Click on that.
Brave 2019-12-25 21-13-02.png

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.
Brave 2019-12-25 21-32-02.png

Click the images to see them fully.

2.Replace this with your title. Type it in as you'll see it on the page.
Tutsimp urlbar3.png

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:

Brave 2019-12-25 21-42-31.png

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:

This is a line.
Another good line.
And yet another, that agrees!

This is a line.

Another good line.

And yet another, that agrees!


This is a line.<br>
Another good line.<br>
And yet another, that agrees!<br>

What you get:

This is a line. Another good line. And yet another, that agrees!

This is a line.
Another good line.
And yet another, that agrees!

Other

The editor supports several diffreent functions. Just select what you want to have formatting, click the desired button, and it will be added:

Brave 2019-12-25 23-18-02.png

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.

Brave 2019-12-25 21-54-13.png

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.
Brave 2019-12-25 21-57-56.png
2.Click the "upload" at the bottom-left.
Brave 2019-12-25 22-00-31.png
3.Find the appropriate image, and upload it. Then, check the box.
Brave 2019-12-25 22-01-04.png
4.You may wish to change the name. You must add a description.
Brave 2019-12-25 22-01-37.png
5.Finally, you can change the alignment, size, and inclusion of the image.
Brave 2019-12-25 22-06-26.png

2.MsUpload

MsUpload is a useful and more efficient tool for image upload & placement, but it has fewer options, often requiring more work afterwards.

Text Images
1.Click on the blue uploading icon. Then, select an image. Brave 2019-12-25 22-11-04.png
2.Your image will appear below the "Drop files here" row. Click on "Upload this file".
Brave 2019-12-25 22-00-31.png
3.You can now include the image. It is generally best to use "Insert as image". The image will be placed where the cursor is.
Brave 2019-12-25 22-15-26.png

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.
Tutsimp msgallery 1.png
2.Your images will appear below the "Drop files here" row. Click on "Upload all files".
Brave 2019-12-26 12-11-50.png
3.You can now add in your gallery. Click "Insert all as gallery". Wherever your cursor currently is will have the gallery placed there.
Brave 2019-12-26 12-12-43.png

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: Brave 2019-12-25 22-28-18.png

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: Brave 2019-12-25 22-36-56.png

For specialized usage, please see: Help: Formatting (ext. link)

Tables

They can be added here, with some useful preset options: Brave 2019-12-25 22-39-07.png

For clarification and specialized usage, please see: Help:Tables (ext. link)


Return to Editor's information for other information.