Difference between revisions of "Template:Software"
Jump to navigation
Jump to search
Line 70: | Line 70: | ||
|- | |- | ||
| 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 79: | ||
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=| | ||
Line 88: | Line 90: | ||
manufacturer=| | manufacturer=| | ||
webpage=| | webpage=| | ||
− | label_color=| | + | label_color=| |
value_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> |
Revision as of 16:52, 23 June 2008
Label | Usage |
---|---|
name | Program name * |
byline | ~Summary of functionality* |
image | Logo of program |
caption | Description of logo |
version | Version 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=| 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.