Difference between revisions of "Template:Project"

From Zombi Wiki
Jump to navigation Jump to search
(describe "custom_status")
 
(2 intermediate revisions by one other user not shown)
Line 104: Line 104:
 
{{#if:{{{hostname|}}}|<!--
 
{{#if:{{{hostname|}}}|<!--
 
   -->{{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}} [[Host::{{{hostname}}}]]<!--
+
   -->{{col sep}} {{{hostname}}}<!--
 
-->}}
 
-->}}
 
|- style="border-bottom:1px solid #F0F0F0;"
 
|- style="border-bottom:1px solid #F0F0F0;"
Line 175: Line 175:
 
|image      = Dateiname.png
 
|image      = Dateiname.png
 
|status      = experimental,beta,stable,obsolete,broken
 
|status      = experimental,beta,stable,obsolete,broken
 +
|custom_status = "Custom Status"
 
|description =
 
|description =
 
|author      = user that feels responsible for this article
 
|author      = user that feels responsible for this article
Line 189: Line 190:
 
|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>

Latest revision as of 21:46, 22 March 2023


         
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
|custom_status = "Custom Status"
|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
}}