m (Ihaveahax moved page User:Ihaveahax/Template:OS selector to Template:OS selector without leaving a redirect) |
m (hopefully remove unnecessary spacing) |
||
Line 2: | Line 2: | ||
{{#if: {{yesno|{{{windows| {{{w|<noinclude>1</noinclude>}}} }}} }} | {{Clickable button 2|[[File:Font Awesome 5 brands microsoft.svg|x20px|link=]] Windows|url={{fullurl:{{FULLPAGENAME}}/Windows}}}} }} | {{#if: {{yesno|{{{windows| {{{w|<noinclude>1</noinclude>}}} }}} }} | {{Clickable button 2|[[File:Font Awesome 5 brands microsoft.svg|x20px|link=]] Windows|url={{fullurl:{{FULLPAGENAME}}/Windows}}}} }} | ||
{{#if: {{yesno|{{{linux| {{{l|<noinclude>1</noinclude>}}} }}} }} | {{Clickable button 2|[[File:Font Awesome 5 brands linux.svg |x20px|link=]] Linux|url={{fullurl:{{FULLPAGENAME}}/Linux}}}} }} | {{#if: {{yesno|{{{linux| {{{l|<noinclude>1</noinclude>}}} }}} }} | {{Clickable button 2|[[File:Font Awesome 5 brands linux.svg |x20px|link=]] Linux|url={{fullurl:{{FULLPAGENAME}}/Linux}}}} }} | ||
{{#if: {{yesno|{{{mac| {{{m|<noinclude>1</noinclude>}}} }}} }} | {{Clickable button 2|[[File:Apple logo black.svg |x20px|link=]] Mac|url={{fullurl:{{FULLPAGENAME}}/Mac}}}} }} | {{#if: {{yesno|{{{mac| {{{m|<noinclude>1</noinclude>}}} }}} }} | {{Clickable button 2|[[File:Apple logo black.svg |x20px|link=]] Mac|url={{fullurl:{{FULLPAGENAME}}/Mac}}}} }}</span><noinclude>{{Documentation}} | ||
</span> | |||
<noinclude>{{Documentation}} |
Revision as of 05:16, 2 March 2023
Shows a set of buttons to allow the user to choose their operating system. It links to a subpage.
Set the parameters |windows=1
, |linux=1
, or |mac=1
. Shortened aliases are available: |w=1
, |l=1
, |m=1
TemplateData
Link to per-OS subpages
Parameter | Description | Type | Status | |
---|---|---|---|---|
Windows | windows w | Link to Windows subpage | Boolean | optional |
Linux | linux l | Link to Linux subpage | Boolean | optional |
Mac | mac m | Link to Mac subpage | Boolean | optional |
Hide header | hideheader | Don't show the "Choose your operating system" header | Boolean | optional |