1,115 bytes added
, 02:18, 27 February 2021
<onlyinclude>
{| class="wikitable" style="float:right; margin-left: 10px; clear:both;"
!colspan="2"{{pipe}} '''{{{header}}}'''
{{pipe}}-
{{#if:{{{logo link|}}}|
{{pipe}}colspan="2" style="text-align:center;"{{pipe}} [[{{{logo link}}} {{pipe}} 250px]]
{{pipe}}-}}
{{#if:{{{designations|}}}|
{{pipe}}<b>Designations</b>
{{pipe}}{{{designations}}}
{{pipe}}-}}
{{#if:{{{installed on windows workstations|}}}|
{{pipe}}<b>Installed on SSI Windows Workstations</b>
{{pipe}}{{{installed on windows workstations}}}
{{pipe}}-}}
[[File:{{#switch:{{ucfirst: {{{Mood|Default}}} }} | Smiley = Smiley picture.png | Frowny = Frowny pic.jpg }}]]
|}
</onlyinclude>
To use, copy the code below into the desired page, populating the fields listed:
<nowiki>
{{ssi-online-resource
| header =
| logo link =
| guide =
| installed on windows workstations =
}}
</nowiki>
An example of proper usage is shown here:
<nowiki>
{{ssi-online-resource
| header = OpenRocket
| logo link = File:Open-rocket-logo.png
| guide = Getting Started with OpenRocket
| installed on windows workstations = true
}}
</nowiki>
[[Category: Templates]]