Difference between revisions of "Template:Software"
Jump to navigation
Jump to search
(4 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 38: | Line 42: | ||
! style="color:{{{label_color}}};" {{!}} Web Page | ! style="color:{{{label_color}}};" {{!}} Web Page | ||
{{!}} style="color:{{{value_color}}};" {{!}} {{{webpage}}}}} | {{!}} style="color:{{{value_color}}};" {{!}} {{{webpage}}}}} | ||
+ | |- | ||
+ | {{#if:{{{update|}}}| | ||
+ | ! style="color:{{{label_color}}};" {{!}} Pundit Updated | ||
+ | {{!}} style="color:{{{value_color}}};" {{!}} {{{update}}}}} | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
Line 54: | Line 62: | ||
|- | |- | ||
| version || ''Version described'' | | version || ''Version described'' | ||
+ | |- | ||
+ | | vdate || ''Version date described'' | ||
|- | |- | ||
| dlocation|| ''Download page'' | | dlocation|| ''Download page'' | ||
Line 66: | 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 73: | Line 85: | ||
Here is an empty template to copy and paste:<br> | Here is an empty template to copy and paste:<br> | ||
− | < | + | <pre> |
− | {{Software| | + | {{Software |
− | name=| | + | |name= |
− | byline=| | + | |byline= |
− | image=| | + | |image= |
− | caption=| | + | |caption= |
− | version=| | + | |version= |
− | dlocation=| | + | |vdate= |
− | cost=| | + | |dlocation= |
− | manufacturer=| | + | |cost= |
− | webpage=| | + | |manufacturer= |
− | label_color=| | + | |webpage= |
− | value_color=| | + | |label_color= |
− | }} | + | |value_color= |
− | </ | + | |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
Label | Usage |
---|---|
name | Program name * |
byline | ~Summary of functionality* |
image | Logo of program |
caption | Description of logo |
version | Version described |
vdate | Version date described |
dlocation | Download page |
cost | License costs |
manufacturer | Manufacturer name |
webpage | Main site for program |
label_color | Labels have Custom Hexadecimal Color |
value_color | Values have Custom Hexadecimal Color |
update | Date of last infobox update |
* denotes a required field |
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.