Difference between revisions of "Template:Entry"

From Free Software Directory
Jump to: navigation, search
(Undo revision 77638 by Adfeno (talk))
(Tag: Undo)
(107 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the 'Entry' template.
+
This is the '''Entry''' template. It should be called in the following format:
It should be called in the following format:
 
 
<pre>
 
<pre>
 
{{Entry
 
{{Entry
Line 8: Line 7:
 
|Full description=  
 
|Full description=  
 
|User level=  
 
|User level=  
 +
|Inbuilt extension of=
 +
|Extension of=
 
|Component programs=  
 
|Component programs=  
 
|Homepage URL=  
 
|Homepage URL=  
Line 14: Line 15:
 
|Documentation note=  
 
|Documentation note=  
 
|Paid Support=   
 
|Paid Support=   
 +
|Microblog=
 
|IRC help=  
 
|IRC help=  
 
|IRC general=  
 
|IRC general=  
Line 21: Line 23:
 
|Keywords=  
 
|Keywords=  
 
|Is GNU=  
 
|Is GNU=  
|Last review by=
+
|GNU package identifier=
|Last review date=
 
|Submitted by=
 
|Submitted date=  
 
 
|Version identifier=  
 
|Version identifier=  
 
|Version date=  
 
|Version date=  
 
|Version status=  
 
|Version status=  
 
|Version download=  
 
|Version download=  
 +
|Checksum=
 +
|OpenPGP signature=
 +
|OpenPGP public key=
 
|Version comment=  
 
|Version comment=  
 +
|Status
 +
|Last review by=
 +
|Last review date=
 +
|Submitted by=
 +
|Submitted date=
 +
|Donate=
 +
|Accepts cryptocurrency donations=
 +
|Decommissioned or Obsolete=
 +
|Replaced by=
 +
|Is High Priority Project=
 +
|Decommissioned details=
 +
|Test entry=
 +
|Screenshot 1=
 +
|Screenshot 2=
 +
|Screenshot 3=
 
}}
 
}}
 
</pre>
 
</pre>
Edit the page to see the template text.
+
''Edit the page to see the template text.''
  
 
[[Category:Template]]
 
[[Category:Template]]
</noinclude><includeonly>
+
</noinclude><includeonly>{{Show}}
{{#if:{{{Keywords}}}
+
__NOTITLE__
|{{#arraymap:{{{Keywords}}}|,|x|{{#set:Keywords=x}}|}}
+
__NOTOC__
|<nowiki/>
+
__NOEDITSECTION__
 +
<!-- Everything below this line should not appear to the user. It
 +
exists solely for the purpose of setting semantic annotations for this
 +
software programs entry in the directory.  -->
 +
 
 +
<div style="display:none">
 +
[[Page has default form::Entry]]
 +
{{#if:{{{Keywords|}}}
 +
  |{{#arraymap:{{{Keywords}}}|,|x|{{#set:Keywords=x}}|}}
 +
  |<nowiki/>
 +
}}<nowiki/>
 +
{{#if:{{{Related projects|}}}
 +
  |{{#arraymap:{{{Related projects}}}|,|x|{{#set:Related projects=x}}|}}
 +
  |<nowiki/>
 +
}}<nowiki/>
 +
{{#if:{{{Name|}}}
 +
  |{{#set:Name={{{Name}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Short description|}}}
 +
  |{{#set:Short description={{{Short description}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Full description|}}}
 +
  |{{#set:Full description={{{Full description}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{User level|}}}
 +
  |{{#set:User level={{{User level}}} }}
 +
  |<nowiki/>  
 
}}
 
}}
{{#if:{{{Related projects}}}
+
{{#if:{{{Inbuilt extension of|}}}
|{{#arraymap:{{{Related projects}}}|,|x|{{#set:Related projects=x}}|}}
+
  |{{#arraymap:{{{Inbuilt extension of}}}|,|@|{{#set:Inbuilt extension of=@}}|}}
|<nowiki/>
+
  |<nowiki/>
 +
}}
 +
{{#if:{{{Extension of|}}}
 +
  |{{#arraymap:{{{Extension of}}}|,|@|{{#set:Extension of=@}}|}}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Component programs|}}}
 +
  |{{#set:Component programs={{{Component programs}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Homepage URL|}}}
 +
  |{{#set:Homepage URL={{{Homepage URL}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{VCS checkout command|}}}
 +
  |{{#set:VCS checkout command={{{VCS checkout command}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Computer languages|}}}
 +
  |{{#set:Computer languages={{{Computer languages}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Documentation note|}}}
 +
  |{{#set:Documentation note={{{Documentation note}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Paid support|}}}
 +
  |{{#set:Paid support={{{Paid support}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Donate|}}}
 +
  |{{#set:Donate={{{Donate}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Accepts cryptocurrency donations|}}}
 +
  |{{#set:Accepts cryptocurrency donations={{{Accepts cryptocurrency donations}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Microblog|}}}
 +
  |{{#set:Microblog={{{Microblog}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#switch:{{{Is High Priority Project|}}}
 +
|true
 +
|True
 +
|yes
 +
|Yes
 +
|y
 +
|Y={{#set:Is High Priority Project=Yes}}
 +
|false
 +
|False
 +
|no
 +
|No
 +
|n
 +
|N
 +
|0={{#set:Is High Priority Project=No}}
 +
|#default={{#set:Is High Priority Project=No}}
 +
}}
 +
{{#switch:{{{Is GNU|}}}
 +
|true
 +
|True
 +
|yes
 +
|Yes
 +
|y
 +
|Y={{#set:Is GNU=Yes}}
 +
|false
 +
|False
 +
|no
 +
|No
 +
|n
 +
|N
 +
|0={{#set:Is GNU=No}}
 +
|#default={{#set:Is GNU=No}}
 +
}}
 +
{{#if:{{{GNU package identifier|}}}
 +
  |{{#set:GNU package identifier={{{GNU package identifier|}}}}}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{IRC help|}}}
 +
  |{{#set:IRC help={{{IRC help}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{IRC general|}}}
 +
  |{{#set:IRC general={{{IRC general}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{IRC development|}}}
 +
  |{{#set:IRC development={{{IRC development}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Last review by|}}}
 +
  |{{#set:Last review by={{{Last review by}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Last review date|}}}
 +
  |{{#set:Last review date={{{Last review date}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{Submitted by|}}|{{#set:Submitted by={{{Submitted by}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{#time:c}}|{{#set:Submitted date={{{Submitted date}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Version identifier|}}}
 +
  |{{#set:Version identifier={{{Version identifier}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Version date|}}}
 +
  |{{#set:Version date={{{Version date}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Version status|}}}
 +
  |{{#set:Version status={{{Version status}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Version download|}}}
 +
  |{{#set:Version download={{{Version download}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Checksum|}}}
 +
  |{{#set:Checksum={{{Checksum}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{OpenPGP signature|}}}
 +
  |{{#set:OpenPGP signature={{{OpenPGP signature}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{OpenPGP public key|}}}
 +
  |{{#set:OpenPGP public key={{{OpenPGP public key}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Version comment|}}}
 +
  |{{#set:Version comment={{{Version comment}}} }}
 +
  |<nowiki/>  
 
}}
 
}}
{{#if:{{{Name|}}}|{{#set:Name={{{Name}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Short description|}}}|{{#set:Short description={{{Short description}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Full description|}}}|{{#set:Full description={{{Full description}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{User level|}}}|{{#set:User level={{{User level}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Component programs|}}}|{{#set:Component programs={{{Component programs}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Homepage URL|}}}|{{#set:Homepage URL={{{Homepage URL}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{VCS checkout command|}}}|{{#set:VCS checkout command={{{VCS checkout command}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Computer languages|}}}|{{#set:Computer languages={{{Computer languages}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Documentation note|}}}|{{#set:Documentation note={{{Documentation note}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Paid support|}}}|{{#set:Paid support={{{Paid support}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Is GNU|}}}|{{#set:Is GNU={{{Is GNU}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{IRC help|}}}|{{#set:IRC help={{{IRC help}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{IRC general|}}}|{{#set:IRC general={{{IRC general}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{IRC development|}}}|{{#set:IRC development={{{IRC development}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Last review by|}}}|{{#set:Last review by={{{Last review by}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Last review date|}}}|{{#set:Last review date={{{Last review date}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{REVISIONUSER}}|{{#set:Submitted by={{{Submitted by}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{#time:c}}|{{#set:Submitted date={{{Submitted date}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Version identifier|}}}|{{#set:Version identifier={{{Version identifier}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Version date|}}}|{{#set:Version date={{{Version date}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Version status|}}}|{{#set:Version status={{{Version status}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Version download|}}}|{{#set:Version download={{{Version download}}}|<nowiki/>}} }}<nowiki/>
 
{{#if:{{{Version comment|}}}|{{#set:Version comment={{{Version comment}}}|<nowiki/>}} }}<nowiki/>{{Revision info}}
 
  
<!-- Start Entry float left div --><div style="float:left;width:470px;margin-left:10px;">
+
{{#switch:{{{Decommissioned or Obsolete|}}}
== {{{Name|}}} ==
+
|true
{{#if:{{{Homepage URL}}}|{{{Homepage URL}}}|</nowiki>}}
+
|True
 +
|yes
 +
|Yes
 +
|y
 +
|Y={{#set:Decommissioned or Obsolete=Yes}}
 +
|false
 +
|False
 +
|no
 +
|No
 +
|n
 +
|N
 +
|0={{#set:Decommissioned or Obsolete=No}}
 +
|#default={{#set:Decommissioned or Obsolete=No}}
 +
}}
  
{{{Full description|}}} {{#if:{{{Documentation note}}}|<br/><br/><em>{{{Documentation note}}}</em><br/>|<nowiki/>}}
+
{{#if:{{{Replaced by|}}}
 +
  |{{#set:Replaced by={{{Replaced by}}} }}
 +
  |<nowiki/>  
 +
}}
  
{{#if:{{{Related projects}}}|<h3>Related Projects</h3><!-- Start Entry three column float left div --><div style="column-count:3;-moz-column-count:3;-webkit-column-count:3;margin:0px 0px 10px 10px;"><ul>{{#arraymap:{{{Related projects}}}|,|x|<li>[[x]]</li>| }}</ul></div><!-- end entry three column float left div -->|<nowiki/>}}
+
{{#if:{{{Decommissioned details|}}}
 +
  |{{#set:Decommissioned details={{{Decommissioned details}}} }}
 +
  |<nowiki/>  
 +
}}
  
</div><!-- end entry float left div  -->
+
{{#switch:{{{Test entry|}}}
{{Entry table intro}}
+
|true
{{Entry table row}}{{#ifeq:{{{Is GNU}}}|y|{{GNU Head}} '''This is a GNU Project'''<br/>|<br/>}}
+
|True
{{#if:{{{Version download}}}|[{{{Version download}}} Download<sup>↷</sup>] |<nowiki/>}}  
+
|yes
{{#if:{{{Version identifier}}}|version {{{Version identifier}}} |<nowiki/>}}
+
|Yes
{{#if:{{{Version status}}}| ({{{Version status}}}) |<nowiki/>}}
+
|y
{{#if: {{{Version date}}}| released on {{{Version date}}} |<nowiki/>}}
+
|Y={{#set:Test entry=Yes}}
{{{#if:{{{IRC help}}}{{{IRC general}}}{{{IRC development}}}|{{Entry table row}}|<nowiki/>}}{{#if:{{{IRC help}}}|IRC help: {{{IRC help}}}|<nowiki/>}}
+
|false
{{#if:{{{IRC general}}}|IRC general: {{{IRC help}}}|<nowiki/>}}
+
|False
{{#if:{{{IRC development}}}|IRC development: {{{IRC development}}}|<nowiki/>}}
+
|no
<!-- End Entry table remains open --></includeonly>
+
|No
 +
|n
 +
|N
 +
|0={{#set:Test entry=No}}
 +
|#default={{#set:Test entry=No}}
 +
}}
 +
{{#if:{{{Screenshot 1|}}}
 +
  |{{#set:Screenshot 1={{{Screenshot 1}}} }}
 +
  |<nowiki/>  
 +
}}
 +
{{#if:{{{Screenshot 2|}}}
 +
  |{{#set:Screenshot 2={{{Screenshot 2}}} }}
 +
  |<nowiki/>  
 +
}}
 +
{{#if:{{{Screenshot 3|}}}
 +
  |{{#set:Screenshot 3={{{Screenshot 3}}} }}
 +
  |<nowiki/>  
 +
}}
 +
{{Revision info}}[[Category:Entry]]</div></includeonly>

Revision as of 04:33, 27 March 2019

This is the Entry template. It should be called in the following format:

{{Entry
|Name=
|Short description= 
|Full description= 
|User level= 
|Inbuilt extension of= 
|Extension of=
|Component programs= 
|Homepage URL= 
|VCS checkout command= 
|Computer languages= 
|Documentation note= 
|Paid Support=  
|Microblog=
|IRC help= 
|IRC general= 
|IRC development= 
|Related projects= 
|Software categories= 
|Keywords= 
|Is GNU= 
|GNU package identifier=
|Version identifier= 
|Version date= 
|Version status= 
|Version download= 
|Checksum= 
|OpenPGP signature= 
|OpenPGP public key= 
|Version comment= 
|Status
|Last review by= 
|Last review date= 
|Submitted by= 
|Submitted date=
|Donate= 
|Accepts cryptocurrency donations= 
|Decommissioned or Obsolete=
|Replaced by=
|Is High Priority Project= 
|Decommissioned details=
|Test entry=
|Screenshot 1=
|Screenshot 2=
|Screenshot 3=
}}

Edit the page to see the template text.



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.