User:Theki/sandbox/userboxes
Userbox Documentation
[edit]This template uses Lua: |
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template can be used to quickly create a userbox for display on a user's user page without having to know HTML or Wikitable syntax.
Nonfree images may not be displayed in userboxes, and are subject to summary removal by any editor without any notice being required.
Sandbox reminder
[edit]- Always practice or experiment in the Template:Userbox/sandbox or Template:Userbox/testcases
- Once you are satisfied: Copy your code!
- In your Browser's address bar, change "sandbox" or "testcases" to the name of your new Userbox.
- Example:
- CHANGE http://en.wikipedia.org/wiki/Template:Userbox/sandbox
- TO https://en.wikipedia.org/wiki/Template:Userbox/WhateverYourNewBoxNameIs
- If the name of your new Userbox is taken, create a different name.
- You will be prompted to Start or Create your new Template Userbox!
- Paste your code into the space provided.
Usage
[edit]{{userbox | bodyclass = <!--Adds an HTML class attribute to the entire template's HTML table, to allow for styling, emission of microformats, etc.--> | border-c = <!--border color (default=id-c or #999999)--> | border-s = <!--border width in pixels (default=1)--> | float = <!--left|right|none (default=left)--> | id = <!--id image or text (image size should normally not exceed 90x45px)--> | id-a = <!--id horizontal alignment left/center/right/justify (default=center)--> | id-c = <!--id background color (default=#DDDDDD)--> | id-fc = <!--id font color (default=info-fc or black)--> | id-h = <!--id box height in pixels (default=45)--> | id-lh = <!--id line height (default=1.25em)--> | id-op = <!--id other CSS parameters--> | id-p = <!--id cell padding (default=0 1px 0 0)--> | id-s = <!--id text size in points (default=14)--> | id-w = <!--id box width in pixels (default=45)--> | info-class = <!--Adds an HTML class attribute to the "info" HTML table-row, to allow for styling, emission of microformats, etc.--> | info = <!--info text or image--> | info-a = <!--info horizontal alignment left/center/right/justify (default=left)--> | info-c = <!--info background color (default=#EEEEEE)--> | info-fc = <!--info font color (default=black)--> | info-lh = <!--info line height (default=1.25em)--> | info-op = <!--info other CSS parameters--> | info-p = <!--info padding (default=0 4px 0 4px)--> | info-s = <!--info text size in points (default=8)--> | nocat = <!--block page category declarations; see [[WP:NOCAT]] (default=false)--> | usercategory = <!--user category (optional, unlinked and without the "Category:" part)--> | usercategory2 = <!--user category (optional)--> | usercategory3 = <!--user category (optional)--> | usercategory4 = <!--user category (optional)--> | usercategory5 = <!--user category (optional)--> }}
- All parameters are optional.
- Images should normally be scaled to x45px or less.
Most HTML-based tables use only a handful of these attributes. The following subset can be used to quickly convert an HTML userbox into the format used here:
{{userbox | border-c = | id = | id-c = | id-fc = | id-s = | info = | info-c = | info-fc = | info-lh = | info-s = }}
Examples
[edit]Code | Result | |||||
---|---|---|---|---|---|---|
{{userbox | border-c = #aaffaa | border-s = 2 | id = foo | id-c = #ffffee | id-s = 20 | info = ''foo bar'' | info-c = #ffeeff | info-s = 12 }} |
| |||||
Below example shows the default appearance of a userbox, which is (much) higher than the 45px. Compare the height of the one below with the above userbox. | ||||||
{{userbox | border-c = #aaffaa | border-s = 2 | id = foo logo | id-c = #ffffee | info = ''We are trying to see default distance in between text lines, see the distance in between cell content and its border, and also see total height.'' | info-c = #ffeeff }} |
| |||||
Below example shows how we can change that userbox and further specify parameters to bring down the overall height of the userbox to the recommended height of 45px, even with four text lines. Cell padding parameter "info-p" can also be set at "1pt 1pt 1pt 2pt", or "1pt 2pt" for better appearance, when there are 4 text lines. | ||||||
{{userbox | border-c = #aaffaa | border-s = 1 | id = foo logo | id-c = #ffffee | id-lh = 1.1em | id-s = 14 | info = ''We have specified values to lessen the distance between text lines and padding space between cell content and its border.'' | info-c = #ffeeff | info-lh = 1.05em | info-p = 1pt | info-s = 8 }} |
| |||||
Below example is for advanced users, showing how we can specify other CSS properties,for example, "font-family", to change the font or "text-decoration" to add lines around the text. Below, on the right side are two userboxes: the top one is displayed without either parameters; and the bottom userbox is displayed by using the below code, with the help of the "info-op" field. | ||||||
{{userbox | border-c = #afa | border-s = 2 | id = foo logo | id-c = #ffe | id-lh = 1.1em | id-s = 14 | info = foo bar | info-c = #fef | info-op = font-family: 'Courier New', monospace; text-decoration: wavy overline green; | info-s = 14 }} |
|
Microformats
[edit]- bodyclass
- This parameter is inserted into the "class" attribute for the userbox as a whole.
- info-class
- This parameter is inserted into the "class" attribute for the info component.
This template supports the addition of microformat information. This is done by adding "class" attributes to various data cells, indicating what kind of information is contained within. To flag a userbox as containing hCard information about a person, for example, add the following parameter:
| bodyclass = vcard
or
| info-class = vcard
then (for example):
| title = …the books of <span class="fn">[[Iain Banks]]</span>
...and so forth.
Examples include:
{{User:UBX/Iain Banks}}
- person{{User Microformats}}
- group (WikiProject Microformats){{User Brum}}
- place (Birmingham)
See Wikipedia:WikiProject Microformats for more information on adding microformat information to Wikipedia.
Template Data
[edit]TemplateData for Theki/sandbox
This template can be used to quickly create a userbox for display on a user's user page without having to know HTML or Wikitable syntax.
Parameter | Description | Type | Status | |
---|---|---|---|---|
bodyclass | bodyclass | Adds an HTML class attribute to the entire template's HTML table, to allow for styling, emission of microformats, etc.
| String | optional |
border-c | border-c | border color
| String | optional |
border-s | border-s | border width in pixels
| String | optional |
float | float | left|right|none
| String | optional |
id | id | id image or text
| String | optional |
id-a | id-a | id horizontal alignment left/center/right/justify
| String | optional |
id-c | id-c | id background color
| String | optional |
id-fc | id-fc | id font color
| String | optional |
id-h | id-h | id box height in pixels
| String | optional |
id-lh | id-lh | id line height
| String | optional |
id-op | id-op | id other CSS parameters
| String | optional |
id-p | id-p | id cell padding
| String | optional |
id-s | id-s | id text size in points
| String | optional |
id-w | id-w | id box width in pixels
| String | optional |
info-class | info-class | Adds an HTML class attribute to the "info" HTML table-row, to allow for styling, emission of microformats, etc.
| String | optional |
info | info | info text or image
| String | optional |
info-a | info-a | info horizontal alignment left/center/right/justify
| String | optional |
info-c | info-c | info background color
| String | optional |
info-fc | info-fc | info font color
| String | optional |
info-lh | info-lh | info line height
| String | optional |
info-op | info-op | info other CSS parameters
| String | optional |
info-p | info-p | info padding
| String | optional |
info-s | info-s | info text size in points
| String | optional |
nocat | nocat | block page category declarations (see WP:NOCAT)
| String | optional |
usercategory | usercategory | user category (optional)
| String | optional |
usercategory2 | usercategory2 | user category (optional)
| String | optional |
usercategory3 | usercategory3 | user category (optional)
| String | optional |
usercategory4 | usercategory4 | user category (optional)
| String | optional |
usercategory5 | usercategory5 | user category (optional)
| String | optional |
See also
[edit]Userbox metatemplates | |||
---|---|---|---|
Left |
| ||
Right |
| ||
Left and Right |
| ||
None |
| ||
See also: Module:Userbox, Wikipedia:Userboxes, Wikipedia:Userboxes/Userboxes |
Userbox Gallery Documentation
[edit]This Yy series of templates can create a userbox table that displays a list of userboxes along with their Wikitext and the pages that invoke each userbox template. Templates also display boxes for WikiProjects, portals, and notice boards.
The yy template series comprises the following nine templates:
Template:Yytop
[edit]Template:Yytop always comes first to create the three column headings and to size the columns. Template:Yytop may also be used to create a centered table title.
{{yytop|title|headers=}}
where:
title
is the optional table title.headers=
is the optional column headings switch.headers=yes
creates three column headings (default)headers=no
creates no column headings.
Example
{{yytop|Userbox Templates}}
creates:
Wikitext | userbox | where used |
---|
Template:Yytop is very similar to Template:Usbktop except:
- Template:Yytop default sizes the three columns to 390, 250, and 80 pixels respectively.
Template:Usbktop does no default column sizing. - Template:Yytop places the linked labels Wiki markup, userbox, and where used centered at the top of each column.
Template:Usbktop places the labels Code and Result left justified at the top of the first two columns only. - Template:Yytop may be used to create a centered table title.
Template:Yy
[edit]Template:Yy creates a single table row with the template Wiki markup, the template box, and a link to the list of pages that link to the called template.
{{yy|template|par1|...|par12}}
where:
template
is the required template name.par1|...|par12
are up to 12 optional template parameters.
A zero-width space ​
may be used to represent a missing parameter.
Examples
{{yy|User in New Zealand|5|comment=parameter: number from 1 to 64}}
creates:
{{User in New Zealand
|
|
linked pages parameter: number from 1 to 64 |
{{yy|User coord|51|28|40.12|N|0|0|5.31|W}}
creates:
{{User coord
|
|
linked pages |
Template:Yy is similar to Template:Usbk except:
- Template:Yy will pass up to 12 parameters to the called template.
Template:Usbk will pass no more than three parameters to the called template. - Template:Yy forces all cells to align to the left.
Template:Usbk uses the default object alignment. - Template:Yy uses the same category suppression as Template:Usbk.
Template:Yycat
[edit]Template:Yycat creates a reference to a category.
{{yycat|category|link=}}
where:
category
is the required category name.link=
is the optional link to the category. (default=no)
Example
{{yycat|Wikipedians in South Africa|link=yes}}
creates:
[[Category:Wikipedians in South Africa]] | none | linked pages |
Template:Yytxt
[edit]Template:Yytxt creates a row of text in the table.
{{yytop|txt1|txt2|txt3|opt=}}
where:
txt1
is the optional text for the table or first column.txt2
is the optional text for the second columntxt3
is the optional text for the third columnopt=
is the optional format parameter:opt=1
creates a line of left-justified text (default)opt=2
creates a line of table-centered textopt=3
creates a line of right-justified textopt=4
creates a line of left-justified text for each columnopt=5
creates a line of column-centered text for each columnopt=6
creates a line of right-justified text for each columnopt=7
recreates the column headings of Template:Yytop
If all three optional text parameters are blank or missing, a blank row will be inserted.
Example
{{yytxt|Residence:}}
creates:
Residence: |
Template:Usbkbreak centers text on only the first two columns and has no other options.
Template:Yytab
[edit]- See also Template:yytabcities—a shortcut for
{{yytab}}
for location related userboxes.
Template:Yytab creates a pointer to another table. Template:Yytab may be used to break an overly large table into subtables.
{{yytab|name|address|desc=|image=|size=|alone=}}
where:
name
(first positional argument) is the required name of a region, portal, noticeboard, WikiProject. (See Module:Portal/images)address
(second positional argument)is the optional address of the subtable. (default=Wikipedia:Userboxes/Location/name
)desc=
is the optional description of the subtable. (default=name
userbox templates)image=
is the optional image file. (default image file from Module:Portal/images)size=
is the optional image size. (default=x45px
)info-s=
is the optional font size. (default=9
)alone=
is the optional stand alone switch.alone=no
pointer is part of a table. (default)alone=yes
pointer in its own table.
Example
{{yytab|Canada|alone=yes}}
creates:
See Wikipedia:Userboxes/ |
{{yytab|United Arab Emirates|info-s=8|alone=yes}}
creates:
See Wikipedia:Userboxes/ |
Template:Yytab is somewhat similar to Template:usee.
Template:Yywp
[edit]Template:Yywp creates a WikiProject box.
{{yywp|wikiproject|group|type|label|folder=|size=}}
where:
wikiproject
is the required WikiProject base name.group
an optional project group base name if any.type
an optional project group type if any.label
an optional WikiProject box label. (default=WikiProjectwikiproject
orgroup
type
)folder=
is an optional WikiProject folder name.size=
is the optional image size. (default=x45px
)
Examples
{{yywp|New South Wales}}
creates:
[[Wikipedia:WikiProject New South Wales]] | linked pages |
and {{yywp|California|Los Angeles|task force}}
creates:
[[Wikipedia:WikiProject California/Los Angeles task force]] | linked pages |
Template:WikiProject box creates a smaller standalone WikiProject box.
Template:Yyp
[edit]Template:Yyp creates a portal box.
{{yyp|portal|size=}}
where:
portal
is the required portal name.size=
is the optional image size. (default=x45px
)
Example
{{yyp|South Africa}}
creates:
{{Portal:South Africa}} | linked pages |
Template:Portal creates a smaller standalone portal box.
Template:Yynb
[edit]Template:Yynb creates a noticeboard box.
{{yynb|noticeboard|size=}}
where:
notice
is the required noticeboard base name.size=
is the optional image size. (default=x45px
)
Example
{{yynb|Pakistan}}
creates:
{{Wikipedia talk:Notice board for Pakistan-related topics}} | linked pages |
Template:Noticeboard box creates a smaller standalone notice board box.
Template:Yybottom
[edit]Template:Yybottom always comes last and completes the table.
{{yybottom|comment}}
where:
comment
is an optional comment to appear at the bottom right of the table.
Template:Usbkbottom is similar to Template:Yybottom but does not permit a comment line.
Table example
[edit]The following Wiki markup:
- {{yytop|[[Samoan Archipelago]]}}
- {{yytxt|American Samoa:}}
- {{yywp|Polynesia|American Samoa|work group}}
- {{yy|User in American Samoa}}
- {{yy|User wishes to visit|American Samoa}}
- {{yy|User American Samoa WG}}
- {{yytab|American Samoa|Wikipedia:Userboxes/Location/Oceania#American Samoa}}
- {{yytxt|Samoa:}}
- {{yy|User citizen Samoa}}
- {{yy|User interest Samoa}}
- {{yy|User WP Samoa}}
- {{yytab|Samoa|Wikipedia:Userboxes/Location/Oceania#Samoa}}
- {{yybottom|updated 2 October 2017}}
creates the following table:
Wikitext | userbox | where used | ||
---|---|---|---|---|
American Samoa: | ||||
[[Wikipedia:WikiProject Polynesia/American Samoa work group]] | linked pages | |||
{{User in American Samoa}}
|
|
linked pages | ||
{{User wishes to visit
|
|
linked pages | ||
{{User American Samoa WG}}
|
|
linked pages | ||
See Wikipedia:Userboxes/ |
||||
Samoa: | ||||
{{User citizen Samoa}}
|
|
linked pages | ||
{{User interest Samoa}}
|
|
linked pages | ||
{{User WP Samoa}}
|
|
linked pages | ||
See Wikipedia:Userboxes/ |
||||
updated 14 October 2017 |
See also
[edit]- Similar templates:
- {{Usbk}}
- {{Usbkbottom}}
- {{Usbkbreak}}
- {{Usbkext}}
- {{Usbktop}}
- {{Usbk/light}}
- {{Usee}}
- {{Xy}}
- See examples of yy userbox tables at Wikipedia:Userboxes/Location.
- For help with these templates, please post a comment on the template talk page.