Template:Userbox dev: Difference between revisions
Jump to navigation
Jump to search
←Created page with '{{Userbox | id = {{{1}}} | id-c = steelblue | id-s = 15 | info = This user develops using '''{{#switch: {{{1}}} | Win = Windows | Mac = Mac OS X | Lin =...' |
m Revert Edit |
||
(10 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{Userbox | {{Userbox | ||
| id = {{{1}}} | | id = {{#switch: {{{1}}} | ||
| id-c = steelblue | | Win = [[File:Windows_Flag.png|32px|32px]] | ||
| Mac = [[File:Apple.png|32px|32px]] | |||
| Lin = [[File:Linux_thumb.png|32px|32px]] | |||
| Hurd = [[File:GNU.png|32px|32px]] | |||
| Scr = [[File:Scratch.png|32px|32px]] | |||
| #default = {{{1}}} | |||
}} | |||
| id-c = {{#switch: {{{1}}} | |||
| Hurd = #FFFFFF | |||
| #default = steelblue | |||
}} | |||
| id-s = 15 | | id-s = 15 | ||
| info = This user develops using '''{{#switch: {{{1}}} | | info = This user develops using '''{{#switch: {{{1}}} | ||
Line 7: | Line 17: | ||
| Mac = Mac OS X | | Mac = Mac OS X | ||
| Lin = Linux | | Lin = Linux | ||
| #default = '' | | Hurd = Gnu Hurd | ||
}}''' | | Scr = Scratch | ||
| #default = ''OS definition is missing or parameter '''''{{{1}}}''''' is incorrect.'' | |||
}}'''. | |||
| info-c = powderblue | | info-c = powderblue | ||
| border-c = #44AAFF | | border-c = #44AAFF |
Revision as of 09:33, 16 September 2020
{{{1}}} | This user develops using OS definition is missing or parameter {{{1}}} is incorrect.. |
Usage
{{Userbox dev}}
Example
{{Userbox dev|Lin}} produces this:
Pre-defined Prefixes
The following operating system prefixes are recognized by this template:
NOTE: These prefixes are case sensitive.
Prefix | Meaning | Output | ||
---|---|---|---|---|
Lin | Linux | |||
Win | Windows | |||
Mac | Apple Macintosh (OSX) | |||
Hurd | GNU Hurd | |||
N/A | Not applicable or no definition |
|