Difference between revisions of "Template:Software"

From PrattWiki
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 18: Line 18:
 
! style="color:{{{label_color}}};" {{!}} Version
 
! style="color:{{{label_color}}};" {{!}} Version
 
{{!}} style="color:{{{value_color}}};" {{!}} {{{version|}}}}}
 
{{!}} style="color:{{{value_color}}};" {{!}} {{{version|}}}}}
 +
|-
 +
{{#if:{{{vdate|}}}|
 +
! style="color:{{{label_color}}};" {{!}} Vers. Date
 +
{{!}} style="color:{{{value_color}}};" {{!}} {{{vdate|}}}}}
 
|-
 
|-
 
{{#if:{{{platform|}}}|
 
{{#if:{{{platform|}}}|
Line 28: Line 32:
 
|-
 
|-
 
{{#if:{{{cost|}}}|
 
{{#if:{{{cost|}}}|
! style="color:{{{label_color}}};" {{!}} Download
+
! style="color:{{{label_color}}};" {{!}} Cost
 
{{!}} style="color:{{{value_color}}};" {{!}} {{{cost}}}}}
 
{{!}} style="color:{{{value_color}}};" {{!}} {{{cost}}}}}
 
|-
 
|-
Line 39: Line 43:
 
{{!}} style="color:{{{value_color}}};" {{!}} {{{webpage}}}}}
 
{{!}} style="color:{{{value_color}}};" {{!}} {{{webpage}}}}}
 
|-
 
|-
{{#if:{{{cost|}}}|
+
{{#if:{{{update|}}}|
! style="color:{{{label_color}}};" {{!}} Cost
+
! style="color:{{{label_color}}};" {{!}} Pundit Updated
{{!}} style="color:{{{value_color}}};" {{!}} {{{cost}}}}}
+
{{!}} style="color:{{{value_color}}};" {{!}} {{{update}}}}}
 
|}
 
|}
 
<noinclude>
 
<noinclude>
Line 58: Line 62:
 
|-
 
|-
 
| version || ''Version described''
 
| version || ''Version described''
 +
|-
 +
| vdate || ''Version date described''
 
|-
 
|-
 
| dlocation|| ''Download page''
 
| dlocation|| ''Download page''
Line 70: Line 76:
 
|-
 
|-
 
| value_color || ''Values have Custom Hexadecimal Color''
 
| value_color || ''Values have Custom Hexadecimal Color''
 +
|-
 +
| update || ''Date of last infobox update''
 
|-
 
|-
 
| * denotes a required field
 
| * denotes a required field
Line 77: Line 85:
 
Here is an empty template to copy and paste:<br>
 
Here is an empty template to copy and paste:<br>
  
<nowiki>
+
<pre>
{{Software|
+
{{Software
name=|
+
|name=
byline=|  
+
|byline=
image=|
+
|image=
caption=|  
+
|caption=
version=|
+
|version=
dlocation=|
+
|vdate=
cost=|  
+
|dlocation=
manufacturer=|
+
|cost=
webpage=|
+
|manufacturer=
label_color=|Color 
+
|webpage=
value_color=|
+
|label_color=
}}
+
|value_color=
</nowiki>
+
|update=
 +
|}}
 +
</pre>
 
Note: the tags do '''not''' have pre-loaded brackets (for dlocation and webpage, for example) so those should be included when using the template.
 
Note: the tags do '''not''' have pre-loaded brackets (for dlocation and webpage, for example) so those should be included when using the template.
 
[[Category:Infobox Templates|{{PAGENAME}}]]
 
[[Category:Infobox Templates|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Latest revision as of 15:31, 23 August 2014

{{{name}}}


Here is an empty template to copy and paste:

{{Software
|name=
|byline=
|image=
|caption=
|version=
|vdate=
|dlocation=
|cost=
|manufacturer=
|webpage=
|label_color=
|value_color=
|update=
|}}

Note: the tags do not have pre-loaded brackets (for dlocation and webpage, for example) so those should be included when using the template.