Guide: Create a Page!
This is a guide on how to create you shitty poop pages on this wiki.
Infoboxes[edit | edit source]
Fandom wiki sucks but the only good thing was its infobox support, but we can do our best.
First, you have to choose an infobox from this Infobox List.
Copy the shown code and paste it into your target page on 'Edit source' 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 (you can insert as many images as you want just copy the structure of this code enough lololol):
<tabber> |-| ImageTitle = [[File:YourFile|250px]] |-| ImageTitle = [[File:YourFile|250px]] |-| ImageTitle = [[File:YourFile|250px]] |-| ImageTitle = [[File:YourFile|250px]] |-| ImageTitle = [[File:YourFile|250px]] </tabber>
Gallery[edit | edit source]
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 below image[edit | edit source]
If you have an image and want the rest of your article text (or anything else) to be below the image, instead of spamming <br>, use following line:
<div style="clear:left;"></div>
Example:
Now the text is below the image
And now how it looks without the clear function:
Now the text is not below the image
Alternatively, you can also use
<div style="clear:both;"></div>
or
<div style="clear:right;"></div>
but this will push all the content below the infobox if there is one, so you should check if you need this one or not.
Text styles[edit | edit source]
| 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 2[edit | edit source]Level 3[edit | edit source]Level 4[edit | edit source]Level 5[edit | edit source]Level 6[edit | edit source] |
| bullet list | * Something *Something **Something something *** triple something |
|
| numbered list | # one # two #three |
# one
|
| editor comment | <!-- Comment --> |
Those are only visible in the editor |