Difference between revisions of "Template:Project"

From Zombi Wiki
Jump to navigation Jump to search
(remove some more comments)
m (removing hostname link)
(3 intermediate revisions by the same user not shown)
Line 105: Line 105:
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Hostname'''<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Hostname'''<!--
 
   -->{{col sep}} {{{hostname}}}<!--
 
   -->{{col sep}} {{{hostname}}}<!--
 +
-->}}
 +
|- style="border-bottom:1px solid #F0F0F0;"
 +
{{#if:{{{server|}}}|<!--
 +
  -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Running on'''<!--
 +
  -->{{col sep}} [[Server::{{{server}}}]]<!--
 
-->}}
 
-->}}
 
|- style="border-bottom:1px solid #F0F0F0;"
 
|- style="border-bottom:1px solid #F0F0F0;"
Line 184: Line 189:
 
|authentication= Authentication method, e.g. LDAP
 
|authentication= Authentication method, e.g. LDAP
 
|implements  = Wikidata Item of the Protocol implemented by the service
 
|implements  = Wikidata Item of the Protocol implemented by the service
 +
|server      = link to server, this service is running on
 
}}
 
}}
 
</nowiki>
 
</nowiki>
 
</noinclude>
 
</noinclude>

Revision as of 04:56, 16 October 2020


         
Project Box

status: beta

Logo.png
Description easy template for uniform project descriptions
URL  https://w.zom.bi/index.php?title=Template:Project
Category  Template
Author  User:Paul
Maintainer  User:Paul

Please include this Template on your projects. Please remove unused parameters if you copy the following example. Status and Maintainer should always be present. The other parameters are not mandatory


{{Project
|name        =
|image       = Dateiname.png
|status      = experimental,beta,stable,obsolete,broken
|description =
|author      = user that feels responsible for this article
|owner       = 
|maintainer  =
|maintainer2 =
|maintainer3 =
|location    =
|url         =
|git         = Name of gitlab repository
|ip          = [[OpenVPN]]-IP
|hostname    = Hostname
|license     = License
|authentication= Authentication method, e.g. LDAP
|implements  = Wikidata Item of the Protocol implemented by the service
|server      = link to server, this service is running on
}}