Difference between revisions of "Template:Project"

From Zombi Wiki
Jump to navigation Jump to search
m (+ implements link fix)
(more documentation)
Line 146: Line 146:
 
     -->|[[Category:Project]]}}<!--
 
     -->|[[Category:Project]]}}<!--
 
--></includeonly><noinclude>
 
--></includeonly><noinclude>
 +
 
{{Project
 
{{Project
 
|name        = Project Box
 
|name        = Project Box
Line 155: Line 156:
 
|category    = Template
 
|category    = Template
 
}}
 
}}
 +
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
 
  <nowiki>
 
  <nowiki>
 +
 
{{Project
 
{{Project
 
|name        =
 
|name        =
Line 164: Line 168:
 
|owner      =  
 
|owner      =  
 
|maintainer  =
 
|maintainer  =
 +
|maintainer2 =
 +
|maintainer3 =
 
|location    =
 
|location    =
 +
|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
 
}}
 
}}
 
</nowiki>
 
</nowiki>
 
</noinclude>
 
</noinclude>

Revision as of 14:03, 26 March 2020


       
Project Box

status: beta

Logo.png
Description easy template for uniform project descriptions
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    =
|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
}}