Template:Userbox dev: Difference between revisions
Jump to navigation
Jump to search
m Punctuation Nazi-ism. |
Goofster1020 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Userbox | {{Userbox | ||
| id = {{{1}}} | | id = {{#switch: {{{1}}} | ||
| 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]] | |||
| #default = {{{1}}} | |||
}} | |||
| id-c = steelblue | | id-c = steelblue | ||
| id-s = 15 | | id-s = 15 | ||
Line 8: | Line 14: | ||
| Lin = Linux | | Lin = Linux | ||
| Hurd = Gnu Hurd | | Hurd = Gnu Hurd | ||
| #default = ''OS definition is missing or parameter {{{1}}} is incorrect.'' | | #default = ''OS definition is missing or parameter ''{{{1}}}'' is incorrect.'' | ||
}}'''. | }}'''. | ||
| info-c = powderblue | | info-c = powderblue |
Revision as of 09:13, 20 June 2009
{{{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 |
|