User:Trekkie0587/Box of Useful Codes: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<h2>'''Gradient Box with Border'''</h2>
<h2>'''Gradient Box without Border''' </h2>
<div style="-moz-border-radius: 10px;margin: 0.5em 0 0 0.5em;background:linear-gradient(to bottom, #E6B0AA, #F2D7D5);width=100%;padding:10px">
This is a test.
</div>
<h2>'''Displays'''</h2>
{{Ribbons Display}}
{{Ribbons Display}}
{|class="whitemarble wikitable sortable" style="margin-left: auto; margin-right: auto; text-align:center; border: 1px solid black; border-spacing: 5px;"
{|class="whitemarble wikitable sortable" style="margin-left: auto; margin-right: auto; text-align:center; border: 1px solid black; border-spacing: 5px;"
Line 10: Line 22:
|}
|}
|}
|}
----


{|class="whitemarble wikitable sortable" style="margin-left: auto; margin-right: auto; text-align:center; border: 1px solid black; border-spacing: 5px;"
{|class="whitemarble wikitable sortable" style="margin-left: auto; margin-right: auto; text-align:center; border: 1px solid black; border-spacing: 5px;"
Line 20: Line 30:
|-
|-
|}
|}
----
 
<h2>'''Infobox Templates</h2>


'''Speciesbox Template'''
'''Speciesbox Template'''
Line 45: Line 56:
}}
}}


----
<h2>'''URL Color'''</h2>
 
'''URL Color'''


<pre>{{URLcolor|http://www.google.com|Google}}</pre>
<pre>{{URLcolor|http://www.google.com|Google}}</pre>
Line 59: Line 68:
{{URLcolor|http://www.google.com|Google|maroon}}
{{URLcolor|http://www.google.com|Google|maroon}}


----
<h2>'''Section LCARS Bars'''</h2>


<{{#switch: {{{3|}}}|2=h2|3=h3|4=h4|{{{3}}}=h2|h2}} style="margin:0; border-radius:20px 20px 20px 20px; background:goldenrod; font-size:120%; font-weight:bold; text-align:center; color:#ffffff; padding:0.2em 0.4em;"><span style="text-shadow:2px 2px 5px gray;">PERSONAL HISTORY</span></{{#switch: {{{3|}}}|2=h2|3=h3|4=h4|{{{3}}}=h2|h2}}>
<{{#switch: {{{3|}}}|2=h2|3=h3|4=h4|{{{3}}}=h2|h2}} style="margin:0; border-radius:20px 20px 20px 20px; background:goldenrod; font-size:120%; font-weight:bold; text-align:center; color:#ffffff; padding:0.2em 0.4em;"><span style="text-shadow:2px 2px 5px gray;">PERSONAL HISTORY</span></{{#switch: {{{3|}}}|2=h2|3=h3|4=h4|{{{3}}}=h2|h2}}>
 
<br>
'''Section LCARS Bar'''
<br>
 
{|style="background:white; border:0;" align=left width=100%"
{|style="background:white; border:0;" align=left width=100%"
|width="40px" style="background:goldenrod; border-radius: 20px 0px 0px 20px; border:0px solid goldenrod"|
|width="40px" style="background:goldenrod; border-radius: 20px 0px 0px 20px; border:0px solid goldenrod"|
Line 72: Line 80:
|width="40px" style="background:goldenrod; border-radius: 0px 20px 20px 0px; border:0px solid #AFA3BF"|
|width="40px" style="background:goldenrod; border-radius: 0px 20px 20px 0px; border:0px solid #AFA3BF"|
|}
|}
<br>
<br>
{{LCARS-bar-left|CAREER HISTORY|COLOR=goldenrod}}
<br>


{{LCARS-bar-heading|Appearance|COLOR=#6699cc}}
<br>
<br>


 
<h2>'''Text Shadowing'''</h2>
{{LCARS-bar-left|CAREER HISTORY|COLOR=goldenrod}}
 
'''Text Shadowing'''


<span style="text-shadow:2px 2px 5px gray;">This is the code to create a shadow for text.</span>
<span style="text-shadow:2px 2px 5px gray;">This is the code to create a shadow for text.</span>
<br>
<br>
'''Quote Box'''
<br>
<h2>'''Quote Box'''</h2>


{{quote box
{{quote box
Line 109: Line 122:
|source=<small>1829</small>
|source=<small>1829</small>
}}
}}
 
<br>
{{Quote box
{{Quote box
  |class = <!-- Advanced users only.  See the "Custom classes" section below. -->
  |class = <!-- Advanced users only.  See the "Custom classes" section below. -->
Line 133: Line 146:


<br>
<br>
 
<br>
'''Don't Include'''
<h2>'''Don't Include'''</h2>


<noinclude>  </noinclude>
<noinclude>  </noinclude>
<br>
<br>
'''Include Only'''
<br>
<h2>'''Include Only'''</h2>


<includeonly>  </includeonly>
<includeonly>  </includeonly>
<br>
<br>
 
<br>
'''Hide'''
<h2>'''Hide'''<br>


<!--Hide this text-->
<!--Hide this text-->
 
<br>
'''Gallery Slideshow Mode'''
'''Gallery Slideshow Mode'''


<gallery mode="slideshow"> </gallery>
<gallery mode="slideshow"> </gallery>


'''Infoboxes'''
{{Infobox
| name = Trekkie0587/Box of Useful Codes
| title      = Text in caption over infobox
| subheader  = Subheader of the infobox
| header = (the rest of the infobox goes here)
}}
{{Infobox
| name = Trekkie0587/Box of Useful Codes
| above      = Text in uppermost cell of infobox
| subheader  = Subheader of the infobox
| subheader2 = Second subheader of the infobox
| header = (the rest of the infobox goes here)
}}
{{Infobox
| headerstyle = background-color:#eee;
| labelstyle  = background-color:#eee;
| header1 = Main 1
| header2 = Main 2
|  data3 = {{Infobox | subbox = yes
    | headerstyle = background-color:#ccc;
    | labelstyle  = background-color:#ddd;
    | header1 = Sub 3-1
    | header2 = Sub 3-2
    |  label3 = Label 3-3    |  data3 = Data 3-3
  }}
|  data4 = {{Infobox | subbox = yes
    | labelstyle  = background-color:#ccc;
    |  label1 = Label 4-1    |  data1 = Data 4-1
  }}
|  label5 = Label 5 |  data5 = Data 5
| header6 = Main 6
}}


{{Infobox person
| name = Tim Template
| image = wikipedia.png
| caption = Tim in 2012
{{collapsed infobox section begin|Biographical data|titlestyle=background-color:#eee}}
| birth_date = {{birth date and age|2000|1|1}}
| alma_mater = Wikipedia
| website = {{official website|www.wikipedia.org}}<!--
-->{{collapsed infobox section end}}
}}


{{Infobox animal
| name                    =
| image                  =
| image_upright          =
| caption                =
| othername              =
| species                =
| breed                  =
| gender                  =
| birth_name              = (or hatch_name= value; for non-mammals)
| birth_date              = (or hatch_date= value; for non-mammals)
| birth_place            = (or hatch_place= value; for non-mammals)
| death_date              =
| death_place            =
| death_cause            =
| resting_place          =
| resting_place_coordinates =
| nationality            =
| occupation              =
| employer                =
| role                    =
| years_active            =
| known_for              =
| tricks                  =
| awards                  =
| title                  =
| term                    =
| predecessor            =
| successor              =
| owner                  =
| residence              =
| parents                =
| mate                    =
| children                =
| weight                  =
| height                  =
| appearance              =
| namedafter              =
| module                  =
| module2                =
| module3                =
| module4                =
| module5                =
| website                =
| footnotes              =
}}


{{Infobox bell
| embed              =
| name                =
| native_name        =
| native_name_lang    =
| other_name          =
| etymology          =
<!---------------------- IMAGE-->
| image              =
| image_size          =
| alt                =
| caption            =
<!---------------------- MAPS -->
| image_map          =
| image_map_alt      =
| image_map_caption  =
| pushpin_map        =
| pushpin_map_alt    =
| pushpin_map_caption =
<!---------------------- LOCATION -->
| tower              =
| building            =
| location            =
| coordinates        =
<!---------------------- HISTORY -->
| caster              =
| commissioner        =
| cast_date          =
| installed_date      = <!-- {{start date|YYYY|MM|DD}} -->
| event1              =
| event1_date        =
| event2              =
| event2_date        =
| event3              =
| event3_date        =
| event4              =
| event4_date        =
| event5              =
| event5_date        =
<!---------------------- PHYSICAL DIMENSIONS -->
| volume              = <!-- {{convert|value|unit|abbr=on}} -->
| weight              = <!-- {{convert|value|unit|abbr=on}} or {{long ton |tons |cwt |qr |lb }} -->
| width              = <!-- {{convert|value|unit|abbr=on}} -->
| height              = <!-- {{convert|value|unit|abbr=on}} -->
<!---------------------- MATERIALS -->
| material1          =
| material1_part      =
| material2          =
| material2_part      =
| material3          =
| material3_part      =
| material4          =
| material4_part      =
<!---------------------- OTHER CHARACTERISTICS -->
| hung                =
| striking            =
| operation          =
| musical_note        =
| earshot            = <!-- {{convert|value|unit|abbr=on}} -->
| website            = <!-- {{url|...}} -->
| footnotes          =
}}


----
----


{{LCARS-bar-heading|Appearance|COLOR=#6699cc}}
<h2>'''CHARACTER HOMEPAGE TEMPLATE'''</h2>
 
----


<!--
[[Category:Ishkabella Journs|S]]
[[Category:Ishkabella Journs|S]]


Line 678: Line 535:
[[Category:Security]]
[[Category:Security]]
[[Category:Starfleet personnel]]
[[Category:Starfleet personnel]]
-->

Navigation menu