Template:Computer
From syn2cat - HackerSpace.lu
(Difference between revisions)
(→Example) |
m |
||
Line 1: | Line 1: | ||
+ | <includeonly>{| align="right" cellpadding="4" cellspacing="0" style="width: 300px; margin: 0 0 1em 1em; border: 1px solid #999; border-right-width: 2px; border-bottom-width: 2px; background-color: #FF0000" | ||
+ | | align="center" colspan="2" style="background-color: white; text-align: center;" | {| width="100%" | ||
+ | ! style="padding: 7px; font-size: 1.5em; color: white; background: #000066" align="center" | {{{name}}} | ||
+ | |- | ||
+ | ! style="padding: 0 7px; background: #CCCCFF" | Name: | ||
+ | |- | ||
+ | | [[ServerName::{{{name}}}]] | ||
+ | |- | ||
+ | ! style="padding: 0 7px; background: #CCCCFF" | IP: | ||
+ | |- | ||
+ | | [[ServerIP::{{{ip}}}]] | ||
+ | |- | ||
+ | ! style="padding: 0 7px; background: #CCCCFF" | Services: | ||
+ | |- | ||
+ | | {{#arraymap:{{{services|}}}|,|x|[[ServerServices::x|x]]|, }} | ||
+ | |- | ||
+ | ! style="padding: 0 7px; background: #CCCCFF" | ServerAdmin: | ||
+ | |- | ||
+ | | [[ServerAdmin::{{{admin}}}]] | ||
+ | |} | ||
+ | |} | ||
+ | [[Category:Servers]]</includeonly> | ||
+ | <noinclude> | ||
==Example== | ==Example== | ||
Copy and paste this code or simply use the [[Form:Workstation]] to add a workstation.<br/> | Copy and paste this code or simply use the [[Form:Workstation]] to add a workstation.<br/> |
Revision as of 11:50, 28 November 2009
Example
Copy and paste this code or simply use the Form:Workstation to add a workstation.
{{Workstation | name= <Computer name> | ip= <ip address> | brand = <manufacturer> | model = <model name> | os = <operating system> | admin = <admin wiki user> }}