Difference between revisions of "Template:Project"

From Zombi Wiki
Jump to navigation Jump to search
(typo)
(describe "custom_status")
 
(6 intermediate revisions by 2 users 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 110: Line 115:
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Superseded by'''<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Superseded by'''<!--
 
   -->{{col sep}} [[Superseded by::{{{supersededby}}}]]<!--
 
   -->{{col sep}} [[Superseded by::{{{supersededby}}}]]<!--
-->}}<!--
+
-->}}
-->|- style="border-bottom:1px solid #F0F0F0;"
+
|- style="border-bottom:1px solid #F0F0F0;"
 
{{#if:{{{license|}}}|<!--
 
{{#if:{{{license|}}}|<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''License'''<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''License'''<!--
 
   -->{{col sep}} {{{license}}}<!--
 
   -->{{col sep}} {{{license}}}<!--
-->}}<!--
+
-->}}
-->|- style="border-bottom:1px solid #F0F0F0;"
+
|- style="border-bottom:1px solid #F0F0F0;"
 
{{#if:{{{video|}}}|<!--
 
{{#if:{{{video|}}}|<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Video'''<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Video'''<!--
 
   -->{{col sep}} {{{video}}}<!--
 
   -->{{col sep}} {{{video}}}<!--
-->}}<!--
+
-->}}
-->|- style="border-bottom:1px solid #F0F0F0;"
+
|- style="border-bottom:1px solid #F0F0F0;"
 
{{#if:{{{download|}}}|<!--
 
{{#if:{{{download|}}}|<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Download'''<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Download'''<!--
 
   -->{{col sep}} {{{download}}}<!--
 
   -->{{col sep}} {{{download}}}<!--
-->}} <!--
+
-->}}
-->|- style="border-bottom:1px solid #F0F0F0;"
+
|- style="border-bottom:1px solid #F0F0F0;"
 
{{#if:{{{source|}}}|<!--
 
{{#if:{{{source|}}}|<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Source Code'''<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Source Code'''<!--
 
   -->{{col sep}} {{{source}}}<!--
 
   -->{{col sep}} {{{source}}}<!--
-->}}<!--
+
-->}}
-->|- style="border-bottom:1px solid #F0F0F0;"
+
|- style="border-bottom:1px solid #F0F0F0;"
 
{{#if:{{{authentication|}}}|<!--
 
{{#if:{{{authentication|}}}|<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Authentication'''<!--
 
   -->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Authentication'''<!--
Line 170: 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 184: 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
}}