Template:Software: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (82 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <includeonly> | ||
<table> | <!-- {{#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> | <tr> | ||
<td> | <td valign="top">Category:</td> | ||
<td> | <td>{{#arraymap:{{{category|}}}|;|xxx|[[software_category::SoftwareCategory:xxx|xxx]]|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td valign="top">License Type:</td> | ||
<td> | <td>{{#arraymap:{{{license type}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td valign="top">Price:</td> | ||
<td> | <td>{{{price}}}{{#set: software_price={{{price}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td valign="top">Keywords:</td> | ||
<td> | <td>{{#arraymap:{{{keyword}}}|;|xxx|[[software_keyword::xxx]]|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td valign="top">Data formats:</td> | ||
<td>{{#arraymap:{{{ | <td>{{#arraymap:{{{data format}}}|;|xxx|[[data_format::xxx]]|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td valign="top">Design code:</td> | ||
<td>{{#arraymap:{{{ | <td>{{#arraymap:{{{design code}}}|;|xxx|[[design_code::xxx]]|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td valign="top">Languages:</td> | ||
<td>{{#arraymap:{{{ | <td>{{#arraymap:{{{language}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td> | <td>URL:</td> | ||
<td>{{# | <td>{{{url}}}{{#set: software_url={{{url}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Creator:</td> | <td>Creator:</td> | ||
<td>{{#arraymap:{{{creator | <td>{{#arraymap:{{{creator}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td></td> | <td>Distributor:</td> | ||
<td></td> | <td>{{#arraymap:{{{distributor}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td | <td colspan="2" align="right">{{{comment}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
[[Category:Software]]<noinclude> | [[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 == | == Usage == | ||
| Line 60: | Line 83: | ||
<pre> | <pre> | ||
{{Software | {{Software | ||
| name = | | name = | ||
| url = | | description = | ||
| category = | |||
| license type = | |||
| price = | |||
| keyword = | |||
| data format = | |||
| design code = | |||
| language = | |||
| url = | |||
| creator = | |||
| distributor = | |||
| data entry status = | | data entry status = | ||
| data entry priority = | | 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 = | |||
| page label = | |||
| page order = | |||
}} | }} | ||
</pre> | </pre> | ||
== Parameters == | == Parameters == | ||
{| border = "1" | {| border = "1" cellpadding="5" | ||
! Parameter !! Description | ! Parameter !! Description | ||
|- | |- | ||
| tag || tag of the software, to match tag in software database | | 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 |