Difference between revisions of "Valter Wiki:About"

From The Wiki
Jump to navigation Jump to search
(Created page with "== Doing Things! == If you want to do specific things, heres how you do it! === Infobox (Person) === To get the infobox on the side of a person page, use this '''formatting:'...")
 
 
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
If you want to do specific things, heres how you do it!
 
If you want to do specific things, heres how you do it!
  
=== Infobox (Person) ===
+
=== Editing ===
To get the infobox on the side of a person page, use this '''formatting:'''<br>
+
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.
<nowiki />{{Infobox<br>
 
|image = valterimage.jpg<br>
 
|dob = September 22<br>
 
|slname = Valter.Bravin<br>
 
|Location = Georgia, USA<br>
 
|partner = [[Epona]]<br>
 
|Telegram = Anpage<br>
 
}}</nowiki>
 
  
=== Quotation Formatting ===
+
=== Creating pages ===
To format your quotes nicely in the wiki, you can use the <nowiki>{{Quotation}}</nowiki> template!
+
[[File:Farts.gif]]
 +
# 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)
 +
# Ta-da! You can create pages!
  
'''Formatting:'''<Br>
+
If you're making a page for a person, please include these on the page:
<nowiki>{{Quotation|Solus: "Dudes can be bitches."
+
* Somewhere, include '''<nowiki>[[Category:People]]</nowiki>''' (This will make it show up on homepage)
Kammie: "Yeah! Dudes ''can'' be bitches." - August 9th, 2020}}</nowiki>
+
* 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)
 +
== 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''.
  
'''Example:'''
+
{| class="wikitable"
{{Quotation|Solus: "Dudes can be bitches."
+
|-
Kammie: "Yeah! Dudes ''can'' be bitches." - August 9th, 2020}}
+
! Description !! You Type/Paste !! You Get
 +
|-
 +
| Italic text || <pre>''Italic text''</pre>|| ''Italic text''
 +
|-
 +
| Bold text|| <pre>'''Bold text'''</pre>|| '''Bold text'''
 +
|-
 +
| Bold and italic || <pre>'''''bold & italic'''''</pre> || '''''bold & italic'''''
 +
|-
 +
| Strike-through || <pre><s>Strike-through</s></pre> || <s>Strike-through</s>
 +
|-
 +
| 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>
 +
|}
 +
 
 +
== Advanced Formatting ==
 +
{| 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
 +
 
 +
|-
 +
| Start! || <pre>__START__</pre> || Literally does nothing.
 +
|-
 +
|}
 +
 
 +
See more here: https://www.mediawiki.org/wiki/Help:Magic_words

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