Guide: Create a Page!
This is a guide on how to create you shitty poop pages on this wiki.
Infoboxes
Fandom wiki sucks but the only good thing was it's infobox support, but we can do our best.
First, you have to choose an infobox from this Infobox List.
Copy the shown code into your target page and fill the labels (you dont have to fill them all), example:
If you fill the labels like this:
{{Character Box 1
|title = Title of the infobox
|image = Kylegayass.webp
|imagegallery =
|caption = uwu
|fullname = Kyle
|aliases =
|species = Human
|gender = Male
|born = idfk
|family =
|home = muh ass
|affiliation =
|nationality =
|job =
|criminality =
|rank =
|appears =
|role =
|actor =
|onlyfans = yes
|status = alive
|custom_title_1 =
|custom_info_1 =
|custom_title_2 =
|custom_info_2 =
}}
You'll get this:
| Title of the infobox | ||
|---|---|---|
| uwu | ||
|
Real Name |
Kyle | |
|
Species |
Human | |
|
Sex |
Male | |
|
Date of Birth |
idfk | |
|
Residence |
muh ass | |
|
Onlyfans |
yes | |
|
Status |
alive | |
* Please note that you cannot just create a new label like |my_label = and fill it out. In order to create a new label, the source code of the infobox has to be changed. If you want to include your own label, either use the custom rows (look at the infobox code up), or ask an admin to change it.
In order to use multiple images in one infobox, you need to use the imagegallery label and copy following code:
<gallery mode="slideshow" widths="400" position="center> your_image1.png your_image2.png </gallery>
Gallery
This is how you can include a gallery:
<gallery> your_image1.png your_image2.png </gallery>
And you'll get this:
If you want to include a text below the image, do this:
<gallery> your_image1.png|Text here your_image2.png|Text here </gallery>
Example:
Text styles
| Description | Code | Result |
|---|---|---|
| italic | '' ''italic'' |
italic |
| bold | ''' '''bold''' |
bold |
| bold italic | ''''' '''''bold italic''''' |
bold italic |
| underline | <u> <u>underline</u> |
underline |
| strike through | <s> <s>strike through</s> |
|
| big text | <big> <big>Big Text</big> |
Big Text |
| small text | <small> <small>small text</small> |
small text |
| quote | <blockquote> <blockquote>Quote</blockquote> |
|
| no wiki | <nowiki> [[wiki]] |
without nowiki [[with nowiki]] |
| show code | <pre> |
this will show the code like on the infobox section |
| line | ---- or <hr> |
|
| headers | == Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== ====== Level 6 ====== |
Level 2Level 3Level 4Level 5Level 6 |
| bullet list | * Something *Something **Something something *** triple something |
|
| numbered list | # one # two #three |
# one
|
| editor comment | <!-- Comment --> |
Those are only visible in the editor |