Screamer Forums and Screamer gallery have returned.
The Screamer Forums will likely remain read only unless it's known that it will be active, since forums in general are kind of dead because of Discord.
Template:UBXLevel: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{userbox | border-c = #{{#switch:{{{level}}}|0=B7B7B7|0a=B7B7B7|0b=FFB3B3|0.5=FFCC66|1=C0C8FF|2=77E0E8 |3=99B3FF|3a=99B3FF|3b=00FF00|4=CCCC..." |
Screamer1234 (talk | contribs) m Protected "Template:UBXLevel" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 21: | Line 21: | ||
| usercategory3 = {{{usercategory3|}}} | | usercategory3 = {{{usercategory3|}}} | ||
| nocat = {{{nocat|}}} | | nocat = {{{nocat|}}} | ||
}} | }} | ||
<noinclude> | |||
<br> | |||
{{documentation}} | {{documentation}} | ||
<br> | |||
[[Category:Userboxes]] | |||
[[Category:Templates]] | |||
[[Category:Programmers]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 16:50, 5 January 2022
| {{{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.
}} |
|