Difference between revisions of "Valter Wiki:About"

From The Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Doing Things! ==
 
== Doing Things! ==
 
If you want to do specific things, heres how you do it!
 
If you want to do specific things, heres how you do it!
 +
 +
=== Editing ===
 +
To edit anything on the wiki, you must request an account on the top right. Just poke [[Valter]] or [[Rico]] in Cats Telegram or the Discord and we'll get you approved.
  
 
=== Creating pages ===
 
=== Creating pages ===
[[File:Farts.gif|right]]
+
[[File:Farts.gif]]
 
# In the top right hand "Search The Wiki" box, type the page you want to create.  
 
# In the top right hand "Search The Wiki" box, type the page you want to create.  
 
# If the page doesn't exist, you'll have the option to create it (Click the red text)
 
# If the page doesn't exist, you'll have the option to create it (Click the red text)
Line 12: Line 15:
 
* Create a Infobox (person) on the page.
 
* Create a Infobox (person) on the page.
 
* If you're not adding a ton of content, please add '''<nowiki>{{Content Wanted}}</nowiki>''' after the Infobox. (This will make it show up on homepage that it needs content)
 
* If you're not adding a ton of content, please add '''<nowiki>{{Content Wanted}}</nowiki>''' after the Infobox. (This will make it show up on homepage that it needs content)
 +
== Formatting on pages ==
 +
You can format your text by using wiki markup. This consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two pairs of apostrophes like ''this''.
  
=== Formatting on pages ===
+
{| class="wikitable"
 
+
|-
==== Infobox (Person) ====
+
! Description !! You Type/Paste !! You Get
To get the infobox on the side of a person page, use this '''formatting:'''<br>
+
|-
<nowiki />{{Infobox<br>
+
| Italic text || <pre>''Italic text''</pre>|| ''Italic text''
|image = valterimage.jpg<br>
+
|-
|dob = September 22<br>
+
| Bold text|| <pre>'''Bold text'''</pre>|| '''Bold text'''
|slname = Valter.Bravin<br>
+
|-
|Location = Georgia, USA<br>
+
| Bold and italic || <pre>'''''bold & italic'''''</pre> || '''''bold & italic'''''
|partner = [[Epona]]<br>
+
|-
|Telegram = Anpage<br>
+
| Strike-through || <pre><s>Strike-through</s></pre> || <s>Strike-through</s>
}}</nowiki>
+
|-
 +
| Preformatted text || <pre> Start each line with a space.
 +
Text is '''preformatted''' and
 +
''markups'' '''''can''''' be done.</pre> ||
 +
Start each line with a space.
 +
Text is '''preformatted''' and
 +
''markups'' '''''can''''' be done.
 +
|-
 +
| Horizontal Line || <pre><hr></pre> || <hr>
 +
|-
 +
| Quotation Box || <pre>{{Quotation|Solus: "Dudes can be bitches."}}</pre>|| {{Quotation|Solus: "Dudes can be bitches."}}
 +
|-
 +
| Person Infobox || <pre>{{Infobox
 +
|image = Profileimage.png
 +
|dob = September 1
 +
|slname = Resident.Name
 +
|Location = George Town, USA
 +
|partner = Pootis
 +
|Telegram = HerpDerp
 +
}}</pre>Please also include ''<nowiki>[[Category:People]]</nowiki>'' on the page|| {{Infobox
 +
|image = Profileimage.png
 +
|dob = September 1
 +
|slname = Resident.Name
 +
|Location = George Town, USA
 +
|partner = Pootis
 +
|Telegram = HerpDerp
 +
}}
 +
|-
 +
| Citation / Reference || <pre>Sneezed once or twice, ever <ref>https://t.me/c/1342863135/68561</ref></pre> || Sneezed once or twice, ever <ref>https://t.me/c/1342863135/68561</ref>
 +
|}
  
==== Quotation Formatting ====
+
== Advanced Formatting ==
To format your quotes nicely in the wiki, you can use the <nowiki>{{Quotation}}</nowiki> template!
+
{| class="wikitable"
 +
|-
 +
! Description !! You Type/Paste !! You Get
 +
|-
 +
| No Table of Contents || <pre>__NOTOC__</pre> ||
 +
|-
 +
| Force Table of Contents || <pre>__FORCETOC__</pre> ||
 +
Contents
 +
# Doing Things!
 +
#* Editing
 +
#* Creating pages
 +
# Formatting on pages
 +
# Advanced Formatting
  
'''Formatting:'''<Br>
+
|-
<nowiki>{{Quotation|Solus: "Dudes can be bitches."
+
| Start! || <pre>__START__</pre> || Literally does nothing.
Kammie: "Yeah! Dudes ''can'' be bitches." - August 9th, 2020}}</nowiki>
+
|-
 +
|}
  
'''Example:'''
+
See more here: https://www.mediawiki.org/wiki/Help:Magic_words
{{Quotation|Solus: "Dudes can be bitches."
 
Kammie: "Yeah! Dudes ''can'' be bitches." - August 9th, 2020}}
 

Latest revision as of 01:01, 25 August 2020

Doing Things!

If you want to do specific things, heres how you do it!

Editing

To edit anything on the wiki, you must request an account on the top right. Just poke Valter or Rico in Cats Telegram or the Discord and we'll get you approved.

Creating pages

Farts.gif

  1. In the top right hand "Search The Wiki" box, type the page you want to create.
  2. If the page doesn't exist, you'll have the option to create it (Click the red text)
  3. Ta-da! You can create pages!

If you're making a page for a person, please include these on the page:

  • Somewhere, include [[Category:People]] (This will make it show up on homepage)
  • Create a Infobox (person) on the page.
  • If you're not adding a ton of content, please add {{Content Wanted}} after the Infobox. (This will make it show up on homepage that it needs content)

Formatting on pages

You can format your text by using wiki markup. This consists of normal characters like asterisks, apostrophes or equal signs which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two pairs of apostrophes like this.

Description You Type/Paste You Get
Italic text
''Italic text''
Italic text
Bold text
'''Bold text'''
Bold text
Bold and italic
'''''bold & italic'''''
bold & italic
Strike-through
<s>Strike-through</s>
Strike-through
Preformatted text
 Start each line with a space.
 Text is '''preformatted''' and
 ''markups'' '''''can''''' be done.
Start each line with a space.
Text is preformatted and
markups can be done.
Horizontal Line
<hr>

Quotation Box
{{Quotation|Solus: "Dudes can be bitches."}}

Solus: "Dudes can be bitches."

Person Infobox
{{Infobox
|image = Profileimage.png
|dob = September 1
|slname = Resident.Name
|Location = George Town, USA
|partner = Pootis
|Telegram = HerpDerp
}}
Please also include [[Category:People]] on the page
About
Profileimage.png
Birthday September 1
Location George Town, USA
Partner(s) Pootis
Telegramicon.webp Telegram HerpDerp
Slicon.png SL Handle Resident.Name
Citation / Reference
Sneezed once or twice, ever <ref>https://t.me/c/1342863135/68561</ref>
Sneezed once or twice, ever [1]

Advanced Formatting

Description You Type/Paste You Get
No Table of Contents
__NOTOC__
Force Table of Contents
__FORCETOC__

Contents

  1. Doing Things!
    • Editing
    • Creating pages
  2. Formatting on pages
  3. Advanced Formatting
Start!
__START__
Literally does nothing.

See more here: https://www.mediawiki.org/wiki/Help:Magic_words