Script error: No such module "Lua banner". Template:High-risk
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
- 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 http://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
{{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)--> | border-s = <!--border width in pixels (default=1)--> | float = <!--left|right|none (default=left)--> | id = <!--id image or text (standard height=x45px)--> | id-a = <!--id horizontal alignment left/center/right/justify (default=center)--> | id-c = <!--id background color (default=#d0d0d0)--> | id-fc = <!--id font color (default=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=#e0e0e0)--> | 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)--> }}
- 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 = | nocat = {{{nocat|}}} | usercategory = }}
Examples
Code | Result | |
---|---|---|
{{userbox}} |
Template loop detected: Template:Userbox | |
{{userbox | border-c = #aaffaa | border-s = 2 | id = foo | id-c = #ffffee | id-s = 20 | info = ''foo bar'' | info-c = #ffeeff | info-s = 12 }} |
Template loop detected: Template:Userbox | |
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 }} |
Template loop detected: Template:Userbox | |
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 in between text lines & padding space in between cell content and its border.'' | info-c = #ffeeff | info-lh = 1.05em | info-p = 1pt | info-s = 8 }} |
Template loop detected: Template:Userbox | |
Below example is for advanced users, showing how we can specify other CSS properties, for example, "font-family", to change the font or "font-weight" to change the boldface from the default. Below, on the right side are two userboxes: the top one is displayed without the "font-family" or "font-weight" 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'; font-weight: 700; | info-s = 14 }} |
Template loop detected: Template:Userbox Template loop detected: Template:Userbox |
Microformats
- 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:
Template:Tlu
- 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
User admin since
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 |
See also
- Web colors
- {{Userbox-2}}
- {{Userbox-r}}
- {{WP:UBS}}
Template documentation follows |
---|
Note: the template above may sometimes be partially or fully invisible. |
Visit Template:User_admin_since/doc to edit this documentation. (How does this work?) |
Template documentation
This template is based on Template:Esoteric Add this template to your user page, with the year, month, and day your account was created. If you don't know the day your account was created, see your preferences here.
Usage
Sample code | Resulting infobox |
---|---|
{{User Wikipedian for|year=2001|month=01|day=15}} | Template:User Wikipedian for |
{{User Wikipedian for|year=2001|month=01|day=15|link=true}} | Template:User Wikipedian for |
{{User Wikipedian for|year=2001|month=01|day=15|diff=http://en.wikipedia.org/w/index.php?title=Special%3ALog&type=newusers&user=&page=Example}} | Template:User Wikipedian for |
Adding a serial comma: {{User Wikipedian for|year=2001|month=01|day=15|sc=y}} |
Template:User Wikipedian for |
See also
- {{User Wikisourcer For}}
- {{User active wikipedian for}}
- {{Age in years, months and days}} – template doing the calculations
- {{User admin since}}
- {{User admin somewhere since}}
- {{User bureaucrat since}}
- Template:Tlu
- Template:Tlu
- Template:Tlu
. Also see
Template parameters
Usage
Template:TOC right
This template is used to present markup or code side by side with the output it renders.
Parameter | Description | Type | Status | |
---|---|---|---|---|
margin-left | margin-left | To set a margin on the table's lefthand side.
| String | optional |
width | width | To set the table's overall width.
| String | optional |
style | style | For CSS styles amending the table's overall appearance. | String | optional |
noheaders | noheaders | Set (as e.g. noheaders=on) to suppress the columns' headings and table's title. | String | optional |
title | title | Title above table. | String | optional |
colheaderstyle | colheaderstyle | For CSS styling to amend the appearance of each column's heading. | String | optional |
col1headerstyle | col1headerstyle | For CSS styling to amend the appearance of the first column's heading. Overrides (but does not replace) colheaderstyle. | String | optional |
col1 | col1 | First column (markup/code)'s heading.
| String | optional |
col2headerstyle | col2headerstyle | For CSS styling to amend the appearance of the second column's heading. Overrides (but does not replace) colheaderstyle. | String | optional |
col2 | col2 | Second column (output)'s heading.
| String | optional |
codestyle | codestyle markupstyle | For CSS styles amending the presentation of the first column (markup/code)'s content (e.g. a smaller font-size). | String | optional |
outputstyle | outputstyle | For CSS styles amending the presentation of the second column (output)'s content. | String | optional |
1 | 1 | row 1, first column (markup/code)'s content. | String | optional |
2 | 2 | row 1, second column (output)'s content. | String | optional |
3 | 3 | row 2, first column's content (etc). | String | optional |
4 | 4 | row 2, second column's content (etc). | String | optional |
39 | 39 | First column's content in last possible row. | String | optional |
40 | 40 | Second column's content in last possible row. | String | optional |
Usage
Each cell in the first ("Markup") column uses Template:Tag to retain newlines and spaces but styled to allow content to wrap within it. It is usually desirable to escape the content of these cells so that the markup is displayed by wrapping the markup in Template:Xtag. It is technically not possible to add this feature to the template.
Each cell in the second ("Renders as") column is usually the unescaped markup copied from the corresponding "Markup" cell before it. There are instances where this may differ:
- If the first line includes wikimarkup that must start on a new line such as #, * or ; then use Template:Tag before the first line; see examples below.
- Header markup such as Template:Code will show in the page table of contents; use
{{fake heading}}
. - Some templates will place the page in a maintenance category, which is usually undesired:
- Instead of
{{citation needed}}
, use{{fake citation needed}}
.
- Instead of
- Some templates may have error checking that places the page in a maintenance category. Suppress the category as possible:
- Template:Cs1 templates can suppress the maintenance category by setting
|template doc demo=true
.
- Template:Cs1 templates can suppress the maintenance category by setting
Limitations
Template:Xtag
If you don't wrap the content of the markup cell in Template:Xtag, then any template markup will not be escaped, it will be expanded.
This example shows the markup for {{tl|tag}}: Template loop detected: Template:Markup
HTML entities
HTML entities are parsed in the markup cell: Template loop detected: Template:Markup
To work around this, replace the &
with &
thus &nbsp;
will show as
List and indent markup
If the first line includes wikimarkup that must start on a new line such as #, * or ; then use Template:Tag:
Template loop detected: Template:Markup
Template loop detected: Template:Markup
Examples
Simple
Template loop detected: Template:Markup
Short cut
See Template:Mra.
Enter this:
{{subst:mra|'''Bold text'''|''Italic text''}}
To make this:
{{markup| <nowiki>'''Bold text'''</nowiki>|'''Bold text'''| <nowiki>''Italic text''</nowiki>|''Italic text''}}
Which renders as: Template loop detected: Template:Markup
More complex
Note that Template:Tl2's second argument here uses Template:Tl2 and Template:Tl2. Template loop detected: Template:Markup
Multiple rows
Template loop detected: Template:Markup
With title
Template loop detected: Template:Markup
Showing rendered HTML
When a template is enclosed within {{code}}, it shows the rendered HTML:
Template loop detected: Template:Markup
See also
- {{Markup2}} for bulleted and indented markup.
- {{Markupv}} for the vertical presentation (above/below) of markup/code and its output.
- {{Automarkup}} does not require to write the code samples twice.
Template:User rights templates. Code Result
Script error: No such module "Lua banner". Template:High-risk
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
- 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 http://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
{{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)--> | border-s = <!--border width in pixels (default=1)--> | float = <!--left|right|none (default=left)--> | id = <!--id image or text (standard height=x45px)--> | id-a = <!--id horizontal alignment left/center/right/justify (default=center)--> | id-c = <!--id background color (default=#d0d0d0)--> | id-fc = <!--id font color (default=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=#e0e0e0)--> | 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)--> }}
- 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 = | nocat = {{{nocat|}}} | usercategory = }}
Examples
Code | Result | |
---|---|---|
{{userbox}} |
Template loop detected: Template:Userbox | |
{{userbox | border-c = #aaffaa | border-s = 2 | id = foo | id-c = #ffffee | id-s = 20 | info = ''foo bar'' | info-c = #ffeeff | info-s = 12 }} |
Template loop detected: Template:Userbox | |
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 }} |
Template loop detected: Template:Userbox | |
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 in between text lines & padding space in between cell content and its border.'' | info-c = #ffeeff | info-lh = 1.05em | info-p = 1pt | info-s = 8 }} |
Template loop detected: Template:Userbox | |
Below example is for advanced users, showing how we can specify other CSS properties, for example, "font-family", to change the font or "font-weight" to change the boldface from the default. Below, on the right side are two userboxes: the top one is displayed without the "font-family" or "font-weight" 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'; font-weight: 700; | info-s = 14 }} |
Template loop detected: Template:Userbox Template loop detected: Template:Userbox |
Microformats
- 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:
Template:Tlu
- 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
User admin since
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 |
See also
- Web colors
- {{Userbox-2}}
- {{Userbox-r}}
- {{WP:UBS}}