×
Create a new article
Write your page title here:
We currently have 7,589 articles on LGBTQIA+ Wiki. Type your article name above or create one of the articles listed here!



    LGBTQIA+ Wiki
    7,589Articles

    tos: if you are on my dni or fit my general dni requirements, please do not use this whatsoever. if you are not, please ask me either in the comments (there is a comment thread i made, please reply there) or on my message wall. /srs

    also, keep in mind the tabbers scroll, make sure to scroll sideways through the titles to make sure you’re reading every section of the guide! /gen


    heyo! so basically this is going to be an overview of my code and stuff :) please make sure you read the tos at the top /srs

    if you copy and paste this code into your user page:

    {{DISPLAYTITLE:[filler text]}}
    <div align="center;" style="background: #a4a4a4; padding-top: 20px; padding-bottom: 0px; padding-left: 20px; padding-right: 20px; border-radius: 9px; border: double 7px white; color: white; font-size: 120%;">
    = <span style="font-size:65 px; font-family: 'times new roman';"><center>[insert name here]</center></span> =
    
    <center><span style="font-family: times new roman;">[filler text • put basic info here]</span></center>
    
    
    <center><span style="font-family: times new roman;">[filler text • put short-ish intro here]</span></center>
    
    
    <div class="mw-collapsible mw-collapsed"; align="left"; style="width:100%">
    <span style="font-family: times new roman;">'''[section title]'''</span><div align="center"; style="font-size: 85%"; class="mw-collapsible-content">
    <poem>[filler text • section content]</poem>
    </div></div>
    
    
    <small><small>this page was coded by [[user:-raining-stardust-|the stardust system]].</small></small>
    </div>

    it will look like this:

    [insert name here]

    [filler text • put basic info here]


    [filler text • put short-ish intro here]


    [section title]

    <poem>[filler text • section content]</poem>

    this page was coded by the stardust system.

    do you want to add more collapsible text sections? this is the code:

    <div class="mw-collapsible mw-collapsed"; align="left"; style="width:100%">
    <span style="font-family: times new roman;">'''[section title]'''</span><div align="center"; style="font-size: 85%"; class="mw-collapsible-content">
    <poem>[filler text • section content]</poem>
    </div></div>

    if you want to add collapsible text within other collapsible text, you should paste the collapsible text code into the section content of the collapsible text you want it to nest in.

    if you want to add a signatures section, add this section:

    <div class="mw-collapsible mw-collapsed"; align="left"; style="width:100%">
    <span style="font-family: times new roman;">'''signatures'''</span><div align="center"; style="font-size: 85%"; class="mw-collapsible-content">
    <poem>if you’d like to sign my page, add your signature [[User:YourUsername/Signatures|here]]! it will show up on my page.
    {{User:YourUsername/Signatures}}</poem>
    </div></div>
    make sure to replace ‘YourUser’ with your actual username. remember it is case-sensitive.

    how do i…

    every place on the base text it says ‘times new roman’, you can replace that with a different font fandom supports to change the font!

    the code has this section:

    background: #a4a4a4

    you can replace the hex code (#a4a4a4) with any other hex code, or with any color name recognized by css.

    you can also make the background gradient. you can do a linear gradient:

    background: linear-gradient(xdeg, y, z)

    replace x with the degree angle you want the gradient to be at, and replace y and z with colors. you can add as many colors as you wish.

    you can also do a radial gradient:

    background:radial-gradient(x, y)
    replace x and y with colors. you can add as many colors as you like.

    the code has this section:

    color: white
    you can replace the color name (white) with any hex code or color name recognized by css.

    the code has this section:

    font-size: 120%
    you can alter the percentage, feel free to play around with it until the size is right!

    the code has this section:

    border: double 7px white

    you can change ‘double’ to change the type of border. here are the kinds of borders:

    • dotted
    • dashed
    • solid
    • double
    • groove
    • ridge
    • inset
    • outset
    • none

    there is also a way to mix and match borders:

    border-a: b c d
    simply replace a with top, bottom, left, or right, and b with a border type. adding multiple of these can create a mixed border. c and d are size and color (respectively)

    the code has this section:

    border: double 7px white

    you can change ‘7’ to change the size of the border. make sure to keep the ‘px’ and only change the number. there is also a way to mix and match border sizes:

    border-a: b c d
    simply replace a with top, bottom, left, or right, and c with a border size. adding multiple of these can create a mixed border. b and d are border type and color (respectively)

    the code has this section:

    border: double 7px white

    you can change ‘white’ to change the color of the border. there is also a way to mix and match border colors:

    border-a: b c d
    simply replace a with top, bottom, left, or right, and d with a border color. adding multiple of these can create a mixed border. b and c are border type and size (respectively)

    tba

    tba

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.