Difference between revisions of "Template:Entry"

From Free Software Directory
Jump to: navigation, search
(Inset information of reviews done or under construction for a given entry.)
(*move excess fields to Template:EntryDetails)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the '''Entry''' template. It should be called in the following format:
 
<pre>
 
{{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=
 
}}
 
</pre>
 
''Edit the page to see the template text.''
 
 
 
[[Category:Template]]
 
[[Category:Template]]
</noinclude><includeonly>Reviews: {{#show: Review:~{{PAGENAME}}*|format=count}} {{#show:Review:~{{PAGENAME}}*|limit=0}}.
+
</noinclude>
{{Show}}
+
<includeonly>{{Show}}
 
__NOTITLE__
 
__NOTITLE__
 
__NOTOC__
 
__NOTOC__
Line 59: Line 8:
 
<!-- 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
software programs entry in the directory. -->
+
software programs entry in the Directory. -->
  
 
<div style="display:none">
 
<div style="display:none">
 
[[Page has default form::Entry]]
 
[[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|}}}
 
{{#if:{{{Name|}}}
 
   |{{#set:Name={{{Name}}} }}
 
   |{{#set:Name={{{Name}}} }}
Line 81: Line 22:
 
{{#if:{{{Full description|}}}
 
{{#if:{{{Full description|}}}
 
   |{{#set:Full description={{{Full description}}} }}
 
   |{{#set:Full description={{{Full description}}} }}
  |<nowiki/>
 
}}
 
{{#if:{{{User level|}}}
 
  |{{#set:User level={{{User level}}} }}
 
  |<nowiki/>
 
}}
 
{{#if:{{{Inbuilt extension of|}}}
 
  |{{#arraymap:{{{Inbuilt extension of}}}|,|@|{{#set:Inbuilt extension of=@}}|}}
 
  |<nowiki/>
 
}}
 
{{#if:{{{Extension of|}}}
 
  |{{#arraymap:{{{Extension of}}}|,|@|{{#set:Extension of=@}}|}}
 
  |<nowiki/>
 
}}
 
{{#if:{{{Component programs|}}}
 
  |{{#set:Component programs={{{Component programs}}} }}
 
 
   |<nowiki/>  
 
   |<nowiki/>  
 
}}
 
}}
 
{{#if:{{{Homepage URL|}}}
 
{{#if:{{{Homepage URL|}}}
 
   |{{#set:Homepage URL={{{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/>  
 
   |<nowiki/>  
 
}}
 
}}
 
{{#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/>
 
}}
 
{{#if:{{{Version comment|}}}
 
  |{{#set:Version comment={{{Version comment}}} }}
 
  |<nowiki/>
 
}}
 
 
{{#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/>  
 
   |<nowiki/>  
 
}}
 
}}
 
{{Revision info}}[[Category:Entry]]</div></includeonly>
 
{{Revision info}}[[Category:Entry]]</div></includeonly>

Revision as of 07:08, 24 February 2021




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.