Template:Computer
From syn2cat - HackerSpace.lu
(Difference between revisions)
| (2 intermediate revisions by one user not shown) | |||
| Line 22: | Line 22: | ||
|- | |- | ||
| style="padding: 0 7px;" | '''[[Template:Computer#ComputerStatus|ComputerStatus]]''': || [[Has ComputerStatus::{{{computerstatus|}}}]] | | style="padding: 0 7px;" | '''[[Template:Computer#ComputerStatus|ComputerStatus]]''': || [[Has ComputerStatus::{{{computerstatus|}}}]] | ||
| + | |- | ||
| + | | style="padding: 0 7px;" | '''[[Template:Computer#Location|Location]]''': || [[Has Location::{{{location|}}}]] | ||
|- | |- | ||
| style="padding: 0 7px;" | '''[[Template:Computer#Services|Services]]''': || {{#arraymap:{{{services|}}}|,|x|[[Has Service::x|x]]|, }} | | style="padding: 0 7px;" | '''[[Template:Computer#Services|Services]]''': || {{#arraymap:{{{services|}}}|,|x|[[Has Service::x|x]]|, }} | ||
| Line 47: | Line 49: | ||
| model = <model name> | | model = <model name> | ||
| operatingsystem = <operating system> | | operatingsystem = <operating system> | ||
| + | | computerstatus = <current status of the system> | ||
| + | | location = <Localization of the 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> | ||
Latest revision as of 15:04, 17 April 2015
[edit] Example
Copy and paste this code or simply use the Form:Computer to add a server or workstation.
{{Computer
| hostname= <host name>
| ehostname= <external host url>
| type= <server/computer>
| ip= <ip address>
| brand = <manufacturer>
| model = <model name>
| operatingsystem = <operating system>
| computerstatus = <current status of the system>
| location = <Localization of the system>
| services = <comma separated list of notable running services>
| admin = <admin wiki user>
| museum = <whether belonging to the museum (yes/no)>
}}