Difference between revisions of "Valter Wiki:About"
Jump to navigation
Jump to search
(16 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]] | ||
# 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 8: | Line 12: | ||
If you're making a page for a person, please include these on the page: | If you're making a page for a person, please include these on the page: | ||
− | * Somewhere, include <nowiki>[[Category:People]]</nowiki> | + | * Somewhere, include '''<nowiki>[[Category:People]]</nowiki>''' (This will make it show up on homepage) |
* 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. | + | * 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''. | |
− | = | + | {| class="wikitable" |
− | + | |- | |
− | < | + | ! Description !! You Type/Paste !! You Get |
− | |image = | + | |- |
− | |dob = September | + | | Italic text || <pre>''Italic text''</pre>|| ''Italic text'' |
− | |slname = | + | |- |
− | |Location = | + | | Bold text|| <pre>'''Bold text'''</pre>|| '''Bold text''' |
− | |partner = [[ | + | |- |
− | |Telegram = | + | | 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
- 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!
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> |
|||||||||||
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."}} |
| ||||||||||
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
| ||||||||||
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
|
Start! | __START__ |
Literally does nothing. |
See more here: https://www.mediawiki.org/wiki/Help:Magic_words