Template:Computer
From syn2cat - HackerSpace.lu
(Difference between revisions)
m (moved Template:Workstation to Template:Computer) |
m |
||
| Line 17: | Line 17: | ||
| style="padding: 0 7px;" | '''[[Template:Computer#Model|Model]]''': || [[Is Model::{{{model}}}]] | | style="padding: 0 7px;" | '''[[Template:Computer#Model|Model]]''': || [[Is Model::{{{model}}}]] | ||
|- | |- | ||
| − | | style="padding: 0 7px;" | '''[[Template:Computer#OperatingSystem|OS]]''': || [[Has OS::{{{ | + | | style="padding: 0 7px;" | '''[[Template:Computer#OperatingSystem|OS]]''': || [[Has OS::{{{operatingsystem}}}]] |
|- | |- | ||
| style="padding: 0 7px;" | '''[[Template:Computer#Service|Service]]''': || {{#arraymap:{{{services|}}}|,|x|[[Has Service::x|x]]|, }} | | style="padding: 0 7px;" | '''[[Template:Computer#Service|Service]]''': || {{#arraymap:{{{services|}}}|,|x|[[Has Service::x|x]]|, }} | ||
| Line 26: | Line 26: | ||
}} | }} | ||
|} | |} | ||
| − | {{#ifeq: {{{type|}}} | server | [[Category: | + | {{#ifeq: {{{type|}}} | server | [[Category:Server]] | [[Category:Workstation]] }} |
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
| Line 39: | Line 39: | ||
| brand = <manufacturer> | | brand = <manufacturer> | ||
| model = <model name> | | model = <model name> | ||
| − | | | + | | operatingsystem = <operating system> |
| services = <comma separated list of notable running services> | | services = <comma separated list of notable running services> | ||
| admin = <admin wiki user> | | admin = <admin wiki user> | ||
Revision as of 18:57, 10 December 2009
Example
Copy and paste this code or simply use the Form:Computer to add a server or workstation.
{{Computer
| name= <Computer name>
| type= <server/computer>
| ip= <ip address>
| brand = <manufacturer>
| model = <model name>
| operatingsystem = <operating system>
| services = <comma separated list of notable running services>
| admin = <admin wiki user>
| museum = <whether belonging to the museum (yes/no)>
}}