Difference between revisions of "Template:VersionOfApplication"

From Protege Wiki
Jump to: navigation, search
m
(removed default value for one of the ask queries)
 
(11 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
{| class="PluginWikiInfoBox" cellspacing="0" cellpadding="5"
 
{| class="PluginWikiInfoBox" cellspacing="0" cellpadding="5"
 
|-
 
|-
| class="InfoBoxColFirst" | Version || {{ #if:{{{Number|}}} | [[Version number:={{{Number}}}]] | not available }}
+
| class="InfoBoxColFirst" | Version || {{ #if:{{{Number|}}} | [[Version number::{{{Number}}}]] | not available }}
 
|-
 
|-
 
| class="InfoBoxCol" | Application || {{ #if:{{{VersionOf}}} | [[Version of::{{{VersionOf}}}]] | not available }}
 
| class="InfoBoxCol" | Application || {{ #if:{{{VersionOf}}} | [[Version of::{{{VersionOf}}}]] | not available }}
 
|-
 
|-
| class="InfoBoxCol" | Last update || {{ #if:{{{LastUpdate}}} | [[Last update:={{{LastUpdate}}}]] | not available }}
+
| class="InfoBoxCol" | Last update || {{ #if:{{{LastUpdate}}} | [[Last update::{{{LastUpdate}}}]] | not available }}
 
|-
 
|-
| class="InfoBoxCol" | Download || {{ #if:{{{File|}}} | [[Version file:={{{File}}}|[{{{File}}} {{{VersionOf}}} {{{Number}}}]]] | not available }}
+
| class="InfoBoxCol" | Download || {{ #if:{{{File|}}} | [[Version file::{{{File}}}|{{{VersionOf}}} {{{Number}}}]] | not available }}
 
|}
 
|}
  
Line 20: Line 20:
 
<div style="display:block;float:left;width:64%;margin:0 0 2em 0;">
 
<div style="display:block;float:left;width:64%;margin:0 0 2em 0;">
 
== Compatible Plugins ==
 
== Compatible Plugins ==
This is a list of all plugins that are compatible with {{PAGENAME}}.
+
List of all plugins compatible with {{PAGENAME}}.
  
<ask format="broadtable" mainlabel="Plugin" link="all" default="no plugin versions are compatible with this application version">
+
{{#ask: [[Category:Version]] [[Compatible with::{{PAGENAME}}]]
[[Category:Version]] [[compatible with::{{PAGENAME}}]] [[depends on::*]]
+
| ?Depends on
</ask>
+
| mainlabel=Plugin
 +
| format=broadtable
 +
}}
 
<br />
 
<br />
  
 
{{ #if:{{{Changelog|}}} | == Changelog ==
 
{{ #if:{{{Changelog|}}} | == Changelog ==
  
[[Changelog:={{{Changelog}}}]] | == Changelog ==
+
[[Changelog::{{{Changelog}}}]] | == Changelog ==
  
 
no information about changes }}
 
no information about changes }}

Latest revision as of 15:16, January 3, 2011



Template:VersionOfApplication should be used to create a new page for a version of an application. It differs from Template:VersionOfPlugin as it has no compatible with and depends on parameters.

The following parameters have to be provided:

  • VersionOf
  • Number
  • File
  • Changelog