Difference between revisions of "Conservapedia:Userboxes"
(→Coding Your Page: text edit) |
(Added Category:Userboxes) |
||
| (14 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
A "Userbox" is a box placed on a user's main page to express oneself. They can be fun, informative, or whatever the user prefers. This page is an attempt at a comprehensive index. The index is at the bottom - please edit to add ones that you have made (see [[#Adding to index|editing advice]] below). | A "Userbox" is a box placed on a user's main page to express oneself. They can be fun, informative, or whatever the user prefers. This page is an attempt at a comprehensive index. The index is at the bottom - please edit to add ones that you have made (see [[#Adding to index|editing advice]] below). | ||
| − | == | + | ==Userbox Index== |
| − | Coding | + | |
| + | {| class="wikitable" style="text-align: center" | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Christianity|Christianity]] | ||
| + | |- | ||
| + | ||[[Conservapedia:Userboxes/Computers|Computers]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Conservapedia|Conservapedia]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Creation|Creation]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Donuts|Donuts]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Dance|Dance]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Evolution and Big Bang|Evolution and Big Bang]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Fields of Expertise|Fields of Expertise]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Location|Location]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Military|Military]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Political Figures|Political Figures]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Politics|Politics]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Religion|Religion]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Sports|Sports]] | ||
| + | |- | ||
| + | |[[Conservapedia:Userboxes/Uncategorized|Uncategorized]] | ||
| + | |} | ||
| + | |||
| + | |||
| + | == Putting user boxes on your user page == | ||
| + | Coding for user boxes is easy. Simply code as follows: | ||
''<nowiki>{{userboxtop|Your Name, Title}}</nowiki><br/> | ''<nowiki>{{userboxtop|Your Name, Title}}</nowiki><br/> | ||
| Line 10: | Line 46: | ||
Replace the "____" with the title of the template that you seek to use, from the lists on the sub pages below. | Replace the "____" with the title of the template that you seek to use, from the lists on the sub pages below. | ||
| + | |||
| + | If the code is placed at the top of a userpage in the above format the table will align along the side of the page. However, if the table code is placed on the bottom the table will appear below any other text on that page. | ||
== Coding a New Box == | == Coding a New Box == | ||
| Line 43: | Line 81: | ||
== Restrictions on Userbox Material == | == Restrictions on Userbox Material == | ||
| − | Userboxes may not be profane. | + | Userboxes may not be profane or set up to annoy other users. |
| − | + | ||
==Language Userboxes== | ==Language Userboxes== | ||
| Line 52: | Line 89: | ||
== Adding to index == | == Adding to index == | ||
| − | To add your userbox to the index below, please add it in the following format: | + | To add your userbox to any of the index pages listed below, please add it in the following format: |
<tt><nowiki>|{{UB</nowiki>|''userbox name''|''parameter 1''|''parameter 2''|help=''instructions''}}</tt> | <tt><nowiki>|{{UB</nowiki>|''userbox name''|''parameter 1''|''parameter 2''|help=''instructions''}}</tt> | ||
| Line 70: | Line 107: | ||
This will result in: | This will result in: | ||
| − | <blockquote>{{UB|Christian1}}</blockquote> | + | <blockquote><table class="wikitable"><tr><td>{{UB|Christian1}}</td></tr></table></blockquote> |
'''Complete example''' | '''Complete example''' | ||
| Line 78: | Line 115: | ||
This will result in: | This will result in: | ||
| − | <blockquote>{{UB|Political Compass|x|y|help=''x'' and ''y'' refer to the results of the test at [http://www.politicalcompass.org/ www.politicalcompass.org/].}}</blockquote> | + | <blockquote><table class="wikitable"><tr><td>{{UB|Political Compass|x|y|help=''x'' and ''y'' refer to the results of the test at [http://www.politicalcompass.org/ www.politicalcompass.org/].}}</td></tr></table></blockquote> |
| − | + | [[Category:Userboxes]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 04:35, November 27, 2009
A "Userbox" is a box placed on a user's main page to express oneself. They can be fun, informative, or whatever the user prefers. This page is an attempt at a comprehensive index. The index is at the bottom - please edit to add ones that you have made (see editing advice below).
Contents
Userbox Index
| Christianity |
| Computers |
| Conservapedia |
| Creation |
| Donuts |
| Dance |
| Evolution and Big Bang |
| Fields of Expertise |
| Location |
| Military |
| Political Figures |
| Politics |
| Religion |
| Sports |
| Uncategorized |
Putting user boxes on your user page
Coding for user boxes is easy. Simply code as follows:
{{userboxtop|Your Name, Title}}
{{user ____}}
{{user ____}}
{{userboxbottom}}
Replace the "____" with the title of the template that you seek to use, from the lists on the sub pages below.
If the code is placed at the top of a userpage in the above format the table will align along the side of the page. However, if the table code is placed on the bottom the table will appear below any other text on that page.
Coding a New Box
It is easy to create your own Userbox. All new userboxes must be templates, created under the title "template:User ____". Experienced coders can change the web colors using any of the standard hexadecimal color values.
| Code | Appearance | |||
|---|---|---|---|---|
| Standard box | ||||
| {{Userbox |border-c=#000 |border-s=1 |id-c=#fff |id-s=12 |id-fc=#000 |info-c=#039 |info-s=8 |info-fc=#fff |id=ID |info=Content}}
or {{Userbox |side-box colour |main box colour |side-box content |main box content}} |
| |||
| Reverse box | ||||
| {{Userbox-r |border-c=#000 |border-s=1 |id-c=#fff |id-s=12 |id-fc=#000 |info-c=#039 |info-s=8 |info-fc=#fff |id=ID |info=Content}}
or {{Userbox-r |side-box colour |main box colour |side-box content |main box content}} |
| |||
| Double box | ||||
| {{Userbox-2 |border-c=#000 |border-s=1 |id1-c=#fff |id1-s=12 |id1-fc=#000 |id2-c=#000 |id2-s=12 |id2-fc=#fff |info-c=#039 |info-s=8 |info-fc=#fff |id1=ID 1 |id2=ID 2 |info=Content}}
or {{Userbox-2 |side-box 1 colour |main box colour |side-box 1 content |message |side-box 2 content |border colour |side-box 2 colour |main box font-colour |box border thickness}}
|
| |||
Restrictions on Userbox Material
Userboxes may not be profane or set up to annoy other users.
Language Userboxes
Please see Conservapedia:Babel for more information on how to make language userboxes. (Please note that these are not fully implemented yet.)
Adding to index
To add your userbox to any of the index pages listed below, please add it in the following format:
|{{UB|userbox name|parameter 1|parameter 2|help=instructions}}
The pipe character (|) at the start is to start a new cell in the table.
All parameters after the first are optional; simply omit them if not required.
Optional parameters parameter 1 and parameter 2 are used if your userbox takes parameters.
The optional help parameter is used if the user box needs instructions on how to use it, such as the use of the parameters. Note that this parameter needs to start with help=.
Simple example
- |{{UB|Christian1}}
This will result in:
![]()
This user has accepted Jesus Christ as his Lord and Savior. Use: {{User Christian1}}
Complete example
- |{{UB|Political Compass|x|y|help=''x'' and ''y'' refer to the results of the test at [http://www.politicalcompass.org/].}}
This will result in:
PC
XYThis user's Political Compass coordinates are x,y. Use: {{User Political Compass|x|y}} x and y refer to the results of the test at www.politicalcompass.org/.