Both the Screamercord and this very wiki are currently listed as adult websites by AI classification models. We are currently working to remedy this, 2026 is not 2019.
In the meantime, you can help by moving all permalinks to IPFS
Template:UBXLevel: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
[[Category:Userboxes]] | [[Category:Userboxes]] | ||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Programmers]] | |||
</noinclude> | </noinclude> | ||
Revision as of 22:39, 9 November 2020
| {{{id}}} | {{{info}}} |
Usage
{{userbox-level
| level = 0|1|2|3|4|5 (optional)
| id = id text or image
| id-s = id text size (optional)
| id-op = id other parameter (CSS) (optional)
| info = info text
| info-s = info text size (optional)
| info-lh = info text line CSS height (optional)
| info-op = info other parameter (CSS) (optional)
| usercategory = user category (optional)
| usercategory2 = (same as above)
| usercategory3 = (same as above)
}}
Also note that the 0, 3 & 5 levels have a choice of two different colour schemes which can be specified by using the a or b suffix, for example level = 3b.
Examples
{{userbox-level
| id = awk
| info = This user is an '''AWK''' user.
}} |
| ||
{{userbox-level
| level = 1
| id = awk
| id-s = 10
| info = This user is a '''beginning AWK''' programmer.
}} |
| ||
{{userbox-level
| level = 2
| id = awk
| id-s = 10
| info = This user is an '''intermediate AWK''' programmer.
}} |
| ||
{{userbox-level
| level = 3
| id = awk
| id-s = 10
| info = This user is an '''advanced AWK''' programmer.
}} |
| ||
{{userbox-level
| level = 3b
| id = awk
| id-s = 10
| info = This user is an '''advanced AWK''' programmer.
}} |
| ||
{{userbox-level
| level = 4
| id = awk
| id-s = 10
| info = This user is an '''expert AWK''' programmer.
}} |
| ||
{{userbox-level
| level = 5
| id = awk
| id-s = 10
| info = This user is an '''expert AWK''' programmer.
}} |
| ||
{{userbox-level
| level = 5b
| id = awk
| id-s = 10
| info = This user is an '''expert AWK''' programmer.
}} |
|