Template:Software: Difference between revisions
Jump to navigation
Jump to search
(Created page with '<includeonly><div align="left" style="background-color:#f5fffa;border:1px solid #ccc; width: 200px; float: right; padding: 5px; margin-top: 10px; margin-right: 10px; margin-left:…') |
No edit summary |
||
| (101 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div | <includeonly> | ||
< | |||
{{{ | <!-- {{#arraymap:{{{license type}}}|;|xxx|{{#set: software_license_type={{{xxx}}}}}| }} --> | ||
{{{ | |||
{{{ | <div> | ||
<table style="background-color:#ffffcc;;border:1" cellpadding="5px"> | |||
<tr> | |||
<td valign="top" colspan="2" style="font-size: 120%"><b>Software Databox</b></td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Software Name:</td> | |||
<td>{{{name}}}{{#set: software_name={{{name}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Description:</td> | |||
<td>{{{description}}}{{#set: software_description={{{description}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Category:</td> | |||
<td>{{#arraymap:{{{category|}}}|;|xxx|[[software_category::SoftwareCategory:xxx|xxx]]|; }}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">License Type:</td> | |||
<td>{{#arraymap:{{{license type}}}|;|xxx|xxx|; }}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Price:</td> | |||
<td>{{{price}}}{{#set: software_price={{{price}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Keywords:</td> | |||
<td>{{#arraymap:{{{keyword}}}|;|xxx|[[software_keyword::xxx]]|; }}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Data formats:</td> | |||
<td>{{#arraymap:{{{data format}}}|;|xxx|[[data_format::xxx]]|; }}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Design code:</td> | |||
<td>{{#arraymap:{{{design code}}}|;|xxx|[[design_code::xxx]]|; }}</td> | |||
</tr> | |||
<tr> | |||
<td valign="top">Languages:</td> | |||
<td>{{#arraymap:{{{language}}}|;|xxx|xxx|; }}</td> | |||
</tr> | |||
<tr> | |||
<td>URL:</td> | |||
<td>{{{url}}}{{#set: software_url={{{url}}}}}</td> | |||
</tr> | |||
<tr> | |||
<td>Creator:</td> | |||
<td>{{#arraymap:{{{creator}}}|;|xxx|xxx|; }}</td> | |||
</tr> | |||
<tr> | |||
<td>Distributor:</td> | |||
<td>{{#arraymap:{{{distributor}}}|;|xxx|xxx|; }}</td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" align="right">{{{comment}}}</td> | |||
</tr> | |||
</table> | |||
</div> | </div> | ||
[[Category:Software | [[source::{{{source|structural wiki}}}| ]] | ||
== | [[software::{{PAGENAME}}| ]] | ||
<!-- {{#arraymap:{{{keyword|}}}|;|xxx|[[Category:xxx]]| }} --> | |||
<!-- Entry status: -->[[software_data_entry_status::{{{data entry status|}}}|]]<br /> | |||
<!-- Priority: -->[[software_data_entry_priority::{{{data entry priority|}}}|]]<br /> | |||
<!-- Tag: --> [[software_tag::{{{tag}}}|]] | |||
<!--[[software_data_entry_location::wiki_only| ]]--> | |||
[[Category:Software]] | |||
</includeonly><noinclude> | |||
== Usage == | |||
Cut and paste: | |||
<pre> | <pre> | ||
{{Software | {{Software | ||
| name = | |||
| description = | |||
| category = | |||
| license type = | |||
| price = | |||
| keyword = | |||
| data format = | |||
| design code = | |||
| language = | |||
| url = | |||
| creator = | |||
| distributor = | |||
| data entry status = | |||
| data entry priority = | |||
}}</pre> | |||
== Related tags == | |||
To automatically import data from software database: | |||
<pre> | |||
<software_database_software_databox tag="/> | |||
</pre> | |||
To show infobox ([[:Template:Software Infobox|Template:Software Infobox]]): | |||
<pre> | |||
{{Software Infobox | |||
| tag = | | tag = | ||
| | | page label = | ||
| | | page order = | ||
}} | }} | ||
</pre> | </pre> | ||
== Parameters == | |||
{| border = "1" cellpadding="5" | |||
! Parameter !! Description | |||
|- | |||
| tag || tag of the software, to match tag in software database | |||
|- | |||
| license type || Possible options: | |||
* Commercial | |||
* Trial Version | |||
* Educational | |||
* Freeware | |||
* Open Source | |||
* Proprietary | |||
* GNU General Public License (GPL) | |||
* Open Source (Alternate Route Project) | |||
|- | |||
| keyword || keyword related to the software, write the keyword such that it matches target page in the wiki | |||
|- | |||
| design code || design code name related to the software; is the design code name exist in the wiki, hyperlink to the correct page will be automatically create | |||
|- | |||
| data format || data format name related to the software; is the data format name exists in the wiki, hyperlink to the correct page will be automatically created | |||
|} | |||
</noinclude> | </noinclude> | ||
Latest revision as of 04:00, 21 October 2024
Usage
Cut and paste:
{{Software
| name =
| description =
| category =
| license type =
| price =
| keyword =
| data format =
| design code =
| language =
| url =
| creator =
| distributor =
| data entry status =
| data entry priority =
}}
Related tags
To automatically import data from software database:
<software_database_software_databox tag="/>
To show infobox (Template:Software Infobox):
{{Software Infobox
| tag =
| page label =
| page order =
}}
Parameters
| Parameter | Description |
|---|---|
| tag | tag of the software, to match tag in software database |
| license type | Possible options:
|
| keyword | keyword related to the software, write the keyword such that it matches target page in the wiki |
| design code | design code name related to the software; is the design code name exist in the wiki, hyperlink to the correct page will be automatically create |
| data format | data format name related to the software; is the data format name exists in the wiki, hyperlink to the correct page will be automatically created |