Difference between revisions of "Template:Entry"

From Free Software Directory
Jump to: navigation, search
(Undo revision 77638 by Adfeno (talk))
(Tag: Undo)
(36 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=
 
|Extension of=
 
|Component programs=  
 
|Component programs=  
Line 28: Line 28:
 
|Version status=  
 
|Version status=  
 
|Version download=  
 
|Version download=  
 +
|Checksum=
 +
|OpenPGP signature=
 +
|OpenPGP public key=
 
|Version comment=  
 
|Version comment=  
 
|Status
 
|Status
Line 33: Line 36:
 
|Last review date=  
 
|Last review date=  
 
|Submitted by=  
 
|Submitted by=  
|Submitted date=  
+
|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}}
 +
__NOTITLE__
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
{{Show}}
 
 
 
<!-- Everything below this line should not appear to the user. It
 
<!-- Everything below this line should not appear to the user. It
 
exists solely for the purpose of setting semantic annotations for this
 
exists solely for the purpose of setting semantic annotations for this
Line 72: Line 84:
 
{{#if:{{{User level|}}}
 
{{#if:{{{User level|}}}
 
   |{{#set:User level={{{User level}}} }}
 
   |{{#set:User level={{{User level}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Inbuilt extension of|}}}
 +
  |{{#arraymap:{{{Inbuilt extension of}}}|,|@|{{#set:Inbuilt extension of=@}}|}}
 
   |<nowiki/>  
 
   |<nowiki/>  
 
}}
 
}}
 
{{#if:{{{Extension of|}}}
 
{{#if:{{{Extension of|}}}
   |{{#arraymap:{{{Extension of}}}|,|zzzz|{{#set:Extension of=zzzz}}|}}
+
   |{{#arraymap:{{{Extension of}}}|,|@|{{#set:Extension of=@}}|}}
 
   |<nowiki/>  
 
   |<nowiki/>  
 
}}
 
}}
Line 101: Line 117:
 
   |{{#set:Paid support={{{Paid support}}} }}
 
   |{{#set:Paid support={{{Paid support}}} }}
 
   |<nowiki/>  
 
   |<nowiki/>  
 +
}}
 +
{{#if:{{{Donate|}}}
 +
  |{{#set:Donate={{{Donate}}} }}
 +
  |<nowiki/>
 +
}}
 +
{{#if:{{{Accepts cryptocurrency donations|}}}
 +
  |{{#set:Accepts cryptocurrency donations={{{Accepts cryptocurrency donations}}} }}
 +
  |<nowiki/>
 
}}
 
}}
 
{{#if:{{{Microblog|}}}
 
{{#if:{{{Microblog|}}}
 
   |{{#set:Microblog={{{Microblog}}} }}
 
   |{{#set:Microblog={{{Microblog}}} }}
 
   |<nowiki/>  
 
   |<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|}}}
 
{{#switch:{{{Is GNU|}}}
Line 146: Line 186:
 
   |<nowiki/>  
 
   |<nowiki/>  
 
}}
 
}}
{{#if:{{REVISIONUSER}}|{{#set:Submitted by={{{Submitted by}}} }}
+
{{#if:{{Submitted by|}}|{{#set:Submitted by={{{Submitted by}}} }}
 
   |<nowiki/>  
 
   |<nowiki/>  
 
}}
 
}}
Line 166: Line 206:
 
{{#if:{{{Version download|}}}
 
{{#if:{{{Version download|}}}
 
   |{{#set:Version download={{{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/>  
 
   |<nowiki/>  
 
}}
 
}}
Line 172: Line 224:
 
   |<nowiki/>  
 
   |<nowiki/>  
 
}}
 
}}
{{Revision info}}</div></includeonly>
+
 
 +
{{#switch:{{{Decommissioned or Obsolete|}}}
 +
|true
 +
|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}}
 +
}}
 +
 
 +
{{#if:{{{Replaced by|}}}
 +
  |{{#set:Replaced by={{{Replaced by}}} }}
 +
  |<nowiki/>
 +
}}
 +
 
 +
{{#if:{{{Decommissioned details|}}}
 +
  |{{#set:Decommissioned details={{{Decommissioned details}}} }}
 +
  |<nowiki/>
 +
}}
 +
 
 +
{{#switch:{{{Test entry|}}}
 +
|true
 +
|True
 +
|yes
 +
|Yes
 +
|y
 +
|Y={{#set:Test entry=Yes}}
 +
|false
 +
|False
 +
|no
 +
|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.