Changes

Jump to navigation Jump to search
1,782 bytes added ,  21:46, 22 March 2023
describe "custom_status"
--><span style="font-size: 130%;">{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}<!--
-->}}</span><br />
{{#ifeq:{{{status|}}}|game| |status: [[Status:: {{#switch: {{lc: {{{status|unknown}}}<!-- -->}}|<!--
-->experimental|beta|stable|obsolete|broken={{{custom status|{{{status}}}}}}|<!--
-->unknown}}]]<!--
-->}}
|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{image|}}}|<!--881&KID=512&SRC=0E6E1C747C700D640872&DBSID=6&mid=4802
-->{{col sep}} colspan="2" style="text-align: center; padding: 12px;" {{!}} [[Image:{{{image}}}|{{{imagesize|220}}}px]]<!--
-->}}
|- style="border-bottom:1px solid #F0F0F0;"
| style="vertical-align: top; padding:0.2em 0.5em;" | '''Description''' || {{{description}}}
|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{url|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''URL'''<!--
-->{{col sep}} [[URL::{{{url}}}]]<!--
-->}}
|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{category|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Gitlab'''<!--
-->{{col sep}} [https://git.zom.bi/{{{git}}} {{{git}}}]<!--
-->}}
|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{ip|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''VPN-IP'''<!--
-->{{col sep}} [[ip::{{{ip}}}]]<!--
-->}}
|- style="border-bottom:1px solid #F0F0F0;"
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''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;"
{{#if:{{{supersededby|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Superseded by'''<!--
-->{{col sep}} [[Superseded by::{{{supersededby}}}]]<!--
-->}}
|- style="border-bottom:1px solid #F0F0F0;"
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''License'''<!--
-->{{col sep}} {{{license}}}<!--
-->}}<!---->|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{video|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Video'''<!--
-->{{col sep}} {{{video}}}<!--
-->}}<!---->|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{download|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Download'''<!--
-->{{col sep}} {{{download}}}<!--
-->}} <!---->|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{source|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Source Code'''<!--
-->{{col sep}} {{{source}}}<!--
-->}}<!---->|- style="border-bottom:1px solid #F0F0F0;"
{{#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'''<!--
-->{{col sep}} [[authentication::{{{authentication2}}}]]<!--
-->}}
|- style="border-bottom:1px solid #F0F0F0;"
{{#if:{{{implements|}}}|<!--
-->{{col sep}} style="vertical-align: top; padding:0.2em 0.5em;" {{!}} '''Implements'''<!--
-->{{col sep}} [[Implements::{{{implements}}}]] (wikidata)<!--
-->}}
|}<!--
-->|[[Category:Project]]}}<!--
--></includeonly><noinclude>
 
{{Project
|name = Project Box
|status = beta
|description = easy template for uniform project descriptions
|url = https://w.zom.bi/index.php?title=Template:Project
|author = Paul
|maintainer = Paul
|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>
 
{{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
}}
</nowiki>
</noinclude>

Navigation menu