User:THE OWL/Sandbox/Templates/Software: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "An attempt to improve the {{tl|link=Software}} template. <includeonly><onlyinclude>{{#switch:{{{1|}}} | #default = <span style="white-space:nowrap"> <span> {{#if:{{{link|...")
 
mNo edit summary
Line 2: Line 2:
<includeonly><onlyinclude>{{#switch:{{{1|}}}
<includeonly><onlyinclude>{{#switch:{{{1|}}}


| #default = <span style="white-space:nowrap">
| #default = <span style="white-space:nowrap"> <span> [[{{{name|}}}]] </span> </span>
<span> [[{{#if:{{{link|}}}|{{{link}}}&#124;|{{{name|}}}&#124;}}<span> {{{name|}}} </span>]] </span>
    </span>


| icon = <span>
| icon = <span> <span> [[File:{{{icon|}}}|{{{icon size|}}}]] </span> </span>
<span> [[File:{{{icon|}}}|{{{icon size|}}}|link = {{{link|{{{name|}}}]] </span>
</span>


| color = <span style="white-space:nowrap">{{{color|}}}</span>
| color = <span style="white-space:nowrap">{{{color|}}}</span>


}}</onlyinclude></includeonly>
}}</onlyinclude></includeonly>

Revision as of 08:19, 5 June 2023

An attempt to improve the {{Software}} template.