<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.geministation.com/index.php?action=history&amp;feed=atom&amp;title=GSWiki%3ACustomizing_your_userpage</id>
	<title>GSWiki:Customizing your userpage - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.geministation.com/index.php?action=history&amp;feed=atom&amp;title=GSWiki%3ACustomizing_your_userpage"/>
	<link rel="alternate" type="text/html" href="https://wiki.geministation.com/index.php?title=GSWiki:Customizing_your_userpage&amp;action=history"/>
	<updated>2026-06-04T07:45:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.geministation.com/index.php?title=GSWiki:Customizing_your_userpage&amp;diff=7392&amp;oldid=prev</id>
		<title>Banri: Banri moved page GSWiki:Customising your userpage to GSWiki:Customizing your userpage</title>
		<link rel="alternate" type="text/html" href="https://wiki.geministation.com/index.php?title=GSWiki:Customizing_your_userpage&amp;diff=7392&amp;oldid=prev"/>
		<updated>2021-01-14T09:34:24Z</updated>

		<summary type="html">&lt;p&gt;Banri moved page &lt;a href=&quot;/GSWiki:Customising_your_userpage&quot; class=&quot;mw-redirect&quot; title=&quot;GSWiki:Customising your userpage&quot;&gt;GSWiki:Customising your userpage&lt;/a&gt; to &lt;a href=&quot;/GSWiki:Customizing_your_userpage&quot; title=&quot;GSWiki:Customizing your userpage&quot;&gt;GSWiki:Customizing your userpage&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:34, 14 January 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Banri</name></author>
	</entry>
	<entry>
		<id>https://wiki.geministation.com/index.php?title=GSWiki:Customizing_your_userpage&amp;diff=3663&amp;oldid=prev</id>
		<title>Noresist: Created page with &quot;{{shortcut|GS:CYP|GS:CYU}} This page is here to help you &#039;&#039;&#039;customise your userpage&#039;&#039;&#039;!  ==What to put on your userpage== Well, pretty much anything you w...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.geministation.com/index.php?title=GSWiki:Customizing_your_userpage&amp;diff=3663&amp;oldid=prev"/>
		<updated>2020-05-30T01:59:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{shortcut|GS:CYP|GS:CYU}} This page is here to help you &amp;#039;&amp;#039;&amp;#039;customise your &lt;a href=&quot;/GSWiki:User_page&quot; title=&quot;GSWiki:User page&quot;&gt;userpage&lt;/a&gt;&amp;#039;&amp;#039;&amp;#039;!  ==What to put on your userpage== Well, pretty much anything you w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{shortcut|GS:CYP|GS:CYU}}&lt;br /&gt;
This page is here to help you &amp;#039;&amp;#039;&amp;#039;customise your [[GSWiki:User page|userpage]]&amp;#039;&amp;#039;&amp;#039;!&lt;br /&gt;
&lt;br /&gt;
==What to put on your userpage==&lt;br /&gt;
Well, pretty much anything you want!&lt;br /&gt;
&lt;br /&gt;
===Backgrounds and borders===&lt;br /&gt;
Backgrounds and borders are created in two main ways:&lt;br /&gt;
#Using the HTML tag &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Using tables.&lt;br /&gt;
We will cover both here.&lt;br /&gt;
&lt;br /&gt;
====Using the HTML tag &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;====&lt;br /&gt;
Div tags follow the basic format as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;div style=&amp;quot;background:color; border:width style color; color:c; width:w; height:h;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----page content here----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Explanation:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;30%&amp;quot;|code&lt;br /&gt;
!result/why&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;div &amp;lt;/code&amp;gt;&lt;br /&gt;
|The opening of the div tag. Without it nothing happens!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;style=&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Most of the userpage quantities (background, border, text size, etc.) are styles, so a style attribute is opened. Note the quote mark, this is required to open the style.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;background:color;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines the background color. Color can take many values: a name, a hexadecimal code, or a RGB (red green blue) code. More later. Note that the semicolon trailing the color is required to separate different quantities (in this case background from border).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;border:width style color;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines the border. Width is the width of the border, usually given in pixels (e.g. 4px). Style is what the border is, e.g. solid, dashed, double, triple, etc. See also [[Help:Customising your signature]] - although its uses span the method is the same. Color can take the same values as background above.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;color:c;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This define the text color. Note the spelling of color. Colors can take the same values as background above. Be aware that link formatting overrides the text color. You will need to use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[internal link location|&amp;lt;span style=&amp;quot;color:preferred colour;&amp;quot;&amp;gt;link name&amp;lt;/span&amp;gt;]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[external url &amp;lt;span style=&amp;quot;color:preferred color;&amp;quot;&amp;gt;link name&amp;lt;/span&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;width:w;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines how wide this border/background/attributes stretches across the page. W takes a value of a percentage (e.g. 80%), or length in pixels (300px). A common usage is 100% - to span the entire width of the page.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;height:h;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines the height the attributes span down the page. H can be a percentage or a length, like width. Note again the semicolon - its not strictly required in this case (being the last quantity in the style) but should be used.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This quote mark closes the style so it is required.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This greater-than sign closes the opening div - it marks where the attributes end and the rest of your page begins. It is required.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;----page content here----&amp;lt;/code&amp;gt;&lt;br /&gt;
|This is the rest of the content of your userpage.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This is the closing div tag. It marks where you no longer want the styles defined in the opening tag to no longer apply.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Example request&lt;br /&gt;
!Code&lt;br /&gt;
!Result&lt;br /&gt;
|-&lt;br /&gt;
|green background, red solid border 2 pixels wide, 100% wide and 500 pixels high&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div style=&amp;quot;background:green; border:2px solid red; width:100%; height:500px;&amp;quot;&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;div style=&amp;quot;overflow:scroll; height:150px;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;background:green; border:2px solid red; width:100%; height:500px;&amp;quot;&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|orange background, blue outset border 5px wide, green text&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div style=&amp;quot;background:orange; border:5px outset blue; color:green;&amp;quot;&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|&amp;lt;div style=&amp;quot;overflow:scroll; height:150px;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;background:orange; border:5px outset blue; color:green;&amp;quot;&amp;gt;&lt;br /&gt;
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|more example to come...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Using tables====&lt;br /&gt;
Most of the time you can accomplish what you want with div. However sometimes you might want to use a table.&lt;br /&gt;
&lt;br /&gt;
Advantages of tables to div:&lt;br /&gt;
*Each cell can have a different style&lt;br /&gt;
*Can make positioning easier with use of colspan and rowspan&lt;br /&gt;
&lt;br /&gt;
Disadvantages&lt;br /&gt;
*Can be unwieldy to some&lt;br /&gt;
*Can get complex with lots of colspans and rowspans&lt;br /&gt;
&lt;br /&gt;
Basic code is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{| style=&amp;quot;background:color; border:width style color; color:c; width:w; height:h;&amp;quot;&lt;br /&gt;
| --content--&lt;br /&gt;
|style=&amp;quot;background:color; border:width style color; color:c; width:w; height:h;&amp;quot;| --more content--&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;| --some more--&lt;br /&gt;
|- style=&amp;quot;background:color; border:width style color; color:c; width:w; height:h;&amp;quot;&lt;br /&gt;
| --more--&lt;br /&gt;
| --and more--&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Explanation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!width=&amp;quot;30%&amp;quot;|code&lt;br /&gt;
!result/why&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{|&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This opens the table. Without it nothing happens!&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;style=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
|All this is exactly the same as above.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines a cell.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;--content--&amp;lt;/code&amp;gt;&lt;br /&gt;
|This is the content of that cell&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|style=&amp;quot;...&amp;quot;| --more content--&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines the next cell (to the right of the one before), and also gives it a certain style (following all the normal rules). This can be used to make the cell have a different background, or its own border, etc.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|-&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines a new row.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|colspan=&amp;quot;2&amp;quot;| --some more--&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines a cell which spans two columns. The number can be increased.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|- style=&amp;quot;...&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines a row with a style (normal rules). The style applies to the cells following it, not preceding it.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;|}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|This defines the end of the table. It is required.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
;See also&lt;br /&gt;
* [[Help:Tables]]&lt;br /&gt;
* [[mw:Help:Tables]]&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Example request&lt;br /&gt;
!Code&lt;br /&gt;
!Result&lt;br /&gt;
|-&lt;br /&gt;
|green background, red solid border 2 pixels wide, 100% wide and 500 pixels high&lt;br /&gt;
|&amp;lt;pre&amp;gt;{| style=&amp;quot;background:green; border:2px solid red; width:100%; height:500px;&amp;quot;&lt;br /&gt;
|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;div style=&amp;quot;overflow:scroll; height:150px;&amp;quot;&amp;gt;&lt;br /&gt;
{| style=&amp;quot;background:green; border:2px solid red; width:100%; height:500px;&amp;quot;&lt;br /&gt;
|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|black background, gold 5px inset border, purple text, second cell is red with white border, third cell on new row is blue, white text with 2 colspan&lt;br /&gt;
|&amp;lt;pre&amp;gt;{| style=&amp;quot;background:black; border:5px inset gold; color:purple;&amp;quot;&lt;br /&gt;
|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
|style=&amp;quot;background:red; border:2px solid white;&amp;quot;|Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:blue; color:white;&amp;quot;|Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
|}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;div style=&amp;quot;overflow:scroll; height:250px;&amp;quot;&amp;gt;&lt;br /&gt;
{| style=&amp;quot;background:black; border:5px inset gold; color:purple;&amp;quot;&lt;br /&gt;
|Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;br /&gt;
|style=&amp;quot;background:red; border:2px solid white;&amp;quot;|Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot; style=&amp;quot;background:blue; color:white;&amp;quot;|Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|more examples to come...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Other useful HTML===&lt;br /&gt;
The following tags can be used on your userpage for the following effects:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Tag&lt;br /&gt;
!Description&lt;br /&gt;
!Example&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;big&amp;gt;text&amp;lt;/big&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Increases the font size. Can be nested.&lt;br /&gt;
|text &amp;lt;big&amp;gt;large text&amp;lt;/big&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;small&amp;gt;text&amp;lt;/small&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Decreases the font size. can be nested.&lt;br /&gt;
|text &amp;lt;small&amp;gt;small text&amp;lt;/small&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sup&amp;gt;text&amp;lt;/sup&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Superscripts text. Can be nested.&lt;br /&gt;
|text&amp;lt;sup&amp;gt;superscript&amp;lt;/sup&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;sub&amp;gt;text&amp;lt;/sub&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Subscripts text. Can be nested.&lt;br /&gt;
|text&amp;lt;sub&amp;gt;subscript&amp;lt;/sub&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div align=&amp;quot;alignment&amp;quot;&amp;gt;content&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Aligns content to the left, right or center.&lt;br /&gt;
|&amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;centered text&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Colors===&lt;br /&gt;
Colors can be defined by name (&amp;lt;code&amp;gt;red&amp;lt;/code&amp;gt;), by hexadecimal (&amp;lt;code&amp;gt;#FF0000&amp;lt;/code&amp;gt;) or RGB number (&amp;lt;code&amp;gt;rgb(255,0,0)&amp;lt;/code&amp;gt;. Note that the # for hex and the rgb, ( and , for RGB should be included.&lt;br /&gt;
&lt;br /&gt;
A list of colours can be found [[Help:Color codes|here]].&lt;br /&gt;
&lt;br /&gt;
==Userboxes==&lt;br /&gt;
Userboxes are special [[Help:Templates|templates]] designed specifically for use on userpages. They can be used to show many things, from your Gemini Station wiki edits, guild, and so on.&lt;br /&gt;
&lt;br /&gt;
There are many premade ones, and you can also make your own personalised ones.&lt;br /&gt;
&lt;br /&gt;
===Premade userboxes===&lt;br /&gt;
A list of premade userboxes can be found [[GSWiki:Userboxes|here]].&lt;br /&gt;
&lt;br /&gt;
;Using premade userboxes&lt;br /&gt;
Simply include the userbox&amp;#039;s name between a set of curly brackets (AKA braces). For example, if you are a free player, you could use [[Template:Userbox/free player]]:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{Userbox/free player}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
:Which gives you...&lt;br /&gt;
&lt;br /&gt;
:{{Userbox/free player}}&lt;br /&gt;
{{clear}} &lt;br /&gt;
&lt;br /&gt;
;Positioning&lt;br /&gt;
Userboxes by default jump to the left of the page; you may not like that. You can align them more regularly using [[Template:Userboxes]] and [[Template:Userboxesend]]. To use these template, place &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{userboxes}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; before your userboxes, and &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{userboxesend}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; after them. This is better explained by example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{userboxes}}&lt;br /&gt;
{{Userbox/moderator}}&lt;br /&gt;
{{Userbox/guild|DadCorp}}&lt;br /&gt;
{{userboxesend}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
gives&lt;br /&gt;
&lt;br /&gt;
{{userboxes}}&lt;br /&gt;
{{Userbox/moderator}}&lt;br /&gt;
{{Userbox/guild|DadCorp}}&lt;br /&gt;
{{userboxesend}}&lt;br /&gt;
&lt;br /&gt;
Notice the list of boxes on the right of the page →&lt;br /&gt;
&lt;br /&gt;
The userboxes header template can be customised further, instructions are [[Template:Userboxes|on the page]].&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
===Custom userboxes===&lt;br /&gt;
If you want to say something about yourself via a userbox, but none of the premade ones are just right? Make your own!&lt;br /&gt;
&lt;br /&gt;
Userboxes are made using [[Template:Userbox]]. Here is the base template, along with explanations of each parameter.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{Userbox&lt;br /&gt;
|id       = ID text/image (the part on the left side)&lt;br /&gt;
|id-c     = ID background colour&lt;br /&gt;
|id-fc    = ID font colour&lt;br /&gt;
|id-s     = ID text size&lt;br /&gt;
|info     = info text (the part on the right side)&lt;br /&gt;
|info-c   = info background colour&lt;br /&gt;
|info-fc  = info font colour&lt;br /&gt;
|info-s   = info text size&lt;br /&gt;
|border-c = border colour&lt;br /&gt;
|border-s = border width (in pixels)&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All the colors can be in hex, RGB, or just the name. See [[#Colors|above]].&lt;br /&gt;
&lt;br /&gt;
The ID is the left hand side of the userbox. Its usually a good idea to limit this to a single word, or an image of 36 by 36 pixel (handily enough, about the size of a normal [[inventory]] sprite).&lt;br /&gt;
&lt;br /&gt;
The info is the right hand side of the infobox; this is generally always text, and can be a few sentences without stretching the box too badly.&lt;br /&gt;
&lt;br /&gt;
Be aware that links in either ID or info override the font colour specified, solution above.&lt;br /&gt;
&lt;br /&gt;
====Some examples====&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!notes&lt;br /&gt;
!code&lt;br /&gt;
!result&lt;br /&gt;
|-&lt;br /&gt;
|using an ID of text; notice the unused parameters are omitted; colour names&lt;br /&gt;
|&amp;lt;pre&amp;gt;{{Userbox&lt;br /&gt;
|id       = Boxes!&lt;br /&gt;
|id-c     = green&lt;br /&gt;
|id-fc    = white&lt;br /&gt;
|info     = This user likes boxes!&lt;br /&gt;
|info-c   = lightgreen&lt;br /&gt;
|info-fc  = blue&lt;br /&gt;
|border-s = 2&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|{{Userbox&lt;br /&gt;
|id       = Boxes!&lt;br /&gt;
|id-c     = green&lt;br /&gt;
|id-fc    = white&lt;br /&gt;
|info     = This user likes boxes!&lt;br /&gt;
|info-c   = lightgreen&lt;br /&gt;
|info-fc  = blue&lt;br /&gt;
|border-s = 2&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|ID is small image; hex colors&lt;br /&gt;
|&amp;lt;pre&amp;gt;{{Userbox&lt;br /&gt;
|id       = [[File:Wooden crate.png|Box!]]&lt;br /&gt;
|id-c     = #A52A2A&lt;br /&gt;
|info     = This user likes boxes!&lt;br /&gt;
|info-c   = #800000&lt;br /&gt;
|info-fc  = #DCDCDC&lt;br /&gt;
|border-c = #000000&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|{{Userbox&lt;br /&gt;
|id       = [[File:Wooden crate.png|Wooden box!]]&lt;br /&gt;
|id-c     = #A52A2A&lt;br /&gt;
|info     = This user also likes wooden boxes!&lt;br /&gt;
|info-c   = #800000&lt;br /&gt;
|info-fc  = #DCDCDC&lt;br /&gt;
|border-c = #000000&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|ID is larger, resized image; RGB colors&lt;br /&gt;
|&amp;lt;pre&amp;gt;{{Userbox&lt;br /&gt;
|id       = [[File:Crate the troll.png|36x36px|Crate the trolls!]]&lt;br /&gt;
|id-c     = rgb(47,79,79)&lt;br /&gt;
|info     = This user likes crates too!&lt;br /&gt;
|info-c   = rgb(176,196,222)&lt;br /&gt;
|info-fc  = rgb(0,100,0)&lt;br /&gt;
|border-c = rgb(70,0,30)&lt;br /&gt;
|border-s = 4&lt;br /&gt;
}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|{{Userbox&lt;br /&gt;
|id       = [[File:Crate the troll.png|36x36px|Crate the trolls!]]&lt;br /&gt;
|id-c     = rgb(47,79,79)&lt;br /&gt;
|info     = This user likes crates too!&lt;br /&gt;
|info-c   = rgb(176,196,222)&lt;br /&gt;
|info-fc  = rgb(0,100,0)&lt;br /&gt;
|border-c = rgb(70,0,30)&lt;br /&gt;
|border-s = 4&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Positioning====&lt;br /&gt;
Custom userboxes can be positioned in the same way as premade ones, and can be mixed in:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{userboxes}}&lt;br /&gt;
{{Userbox/free player}}&lt;br /&gt;
{{Userbox&lt;br /&gt;
|id       = Boxes!&lt;br /&gt;
|id-c     = green&lt;br /&gt;
|id-fc    = white&lt;br /&gt;
|info     = This user likes boxes!&lt;br /&gt;
|info-c   = lightgreen&lt;br /&gt;
|info-fc  = blue&lt;br /&gt;
|border-s = 2&lt;br /&gt;
}}&lt;br /&gt;
{{Userbox&lt;br /&gt;
|id       = [[File:Wooden crate.png|Box!]]&lt;br /&gt;
|id-c     = #A52A2A&lt;br /&gt;
|info     = This user likes boxes!&lt;br /&gt;
|info-c   = #800000&lt;br /&gt;
|info-fc  = #DCDCDC&lt;br /&gt;
|border-c = #000000&lt;br /&gt;
}}&lt;br /&gt;
{{Userbox/IGN|name}}&lt;br /&gt;
{{Userbox/highest skill|attack|5}}&lt;br /&gt;
{{Userbox&lt;br /&gt;
|id       = [[File:Crate the troll.png|36x36px|Crate the trolls!]]&lt;br /&gt;
|id-c     = rgb(47,79,79)&lt;br /&gt;
|info     = This user likes crates too!&lt;br /&gt;
|info-c   = rgb(176,196,222)&lt;br /&gt;
|info-fc  = rgb(0,100,0)&lt;br /&gt;
|border-c = rgb(70,0,30)&lt;br /&gt;
|border-s = 4&lt;br /&gt;
}}&lt;br /&gt;
{{userboxesend}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{userboxes}}&lt;br /&gt;
{{Userbox/free player}}&lt;br /&gt;
{{Userbox&lt;br /&gt;
|id       = Boxes!&lt;br /&gt;
|id-c     = green&lt;br /&gt;
|id-fc    = white&lt;br /&gt;
|info     = This user likes boxes!&lt;br /&gt;
|info-c   = lightgreen&lt;br /&gt;
|info-fc  = blue&lt;br /&gt;
|border-s = 2&lt;br /&gt;
}}&lt;br /&gt;
{{Userbox&lt;br /&gt;
|id       = [[File:Wooden crate.png|Box!]]&lt;br /&gt;
|id-c     = #A52A2A&lt;br /&gt;
|info     = This user likes boxes!&lt;br /&gt;
|info-c   = #800000&lt;br /&gt;
|info-fc  = #DCDCDC&lt;br /&gt;
|border-c = #000000&lt;br /&gt;
}}&lt;br /&gt;
{{Userbox/IGN|name}}&lt;br /&gt;
{{Userbox/highest skill|attack|5}}&lt;br /&gt;
{{Userbox&lt;br /&gt;
|id       = [[File:Crate the troll.png|36x36px|Crate the trolls!]]&lt;br /&gt;
|id-c     = rgb(47,79,79)&lt;br /&gt;
|info     = This user likes crates too!&lt;br /&gt;
|info-c   = rgb(176,196,222)&lt;br /&gt;
|info-fc  = rgb(0,100,0)&lt;br /&gt;
|border-c = rgb(70,0,30)&lt;br /&gt;
|border-s = 4&lt;br /&gt;
}}&lt;br /&gt;
{{userboxesend}}--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Subpages==&lt;br /&gt;
Sometimes, you want something in your userspace but not on your main userpage. This is where making [[Help:subpages|subpages]] comes in.&lt;br /&gt;
&lt;br /&gt;
There are three ways to make a subpage:&lt;br /&gt;
*Edit a page and create a link to a non-existent page and press preview (e.g. put in &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;[[User:Example/Missions]]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; for a Missions subpage (remember, its case sensitive), then click the link (it should take you straight to an edit box).&lt;br /&gt;
*Type in the subpage you want into the search box to the left (e.g. type in &amp;lt;code&amp;gt;User:Example/Missions&amp;lt;/code&amp;gt;), then click the &amp;#039;&amp;#039;Create this page&amp;#039;&amp;#039; link.&lt;br /&gt;
*Go to [[Special:CreatePage]] and put your subpage as the title (e.g. &amp;lt;code&amp;gt;User:Example/Cheese&amp;lt;/code&amp;gt;) and your content in the edit box.&lt;br /&gt;
&lt;br /&gt;
===Usage of subpages===&lt;br /&gt;
You can use subpages for whatever you like, just like your base userpage. An example would be Personal sandboxes for code testing.&lt;br /&gt;
&lt;br /&gt;
[[Category:Gem Wiki community]]&lt;/div&gt;</summary>
		<author><name>Noresist</name></author>
	</entry>
</feed>