Template:Software: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<!-- {{#arraymap:{{{license type}}}|;|xxx|{{#set: software_license_type={{{xxx}}}}}| }} --> | |||
<div> | <div> | ||
| Line 9: | Line 11: | ||
<tr> | <tr> | ||
<td valign="top">Software Name:</td> | <td valign="top">Software Name:</td> | ||
<td>{{{name}}}{{#set: software_name | <td>{{{name}}}{{#set: software_name={{{name}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td valign="top">Description:</td> | <td valign="top">Description:</td> | ||
<td>{{{description}}}{{#set: software_description | <td>{{{description}}}{{#set: software_description={{{description}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 21: | Line 23: | ||
<tr> | <tr> | ||
<td valign="top">License Type:</td> | <td valign="top">License Type:</td> | ||
<td>{{#arraymap:{{{license type | <td>{{#arraymap:{{{license type}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td valign="top">Price:</td> | <td valign="top">Price:</td> | ||
<td>{{{price}}}{{#set: software_price | <td>{{{price}}}{{#set: software_price={{{price}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
| Line 41: | Line 43: | ||
<tr> | <tr> | ||
<td valign="top">Languages:</td> | <td valign="top">Languages:</td> | ||
<td>{{#arraymap:{{{language}}}|;|xxx|xxx | <td>{{#arraymap:{{{language}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>URL:</td> | <td>URL:</td> | ||
<td>{{{url}}}{{#set: software_url | <td>{{{url}}}{{#set: software_url={{{url}}}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Creator:</td> | <td>Creator:</td> | ||
<td>{{#arraymap:{{{creator}}}|;|xxx|xxx | <td>{{#arraymap:{{{creator}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>Distributor:</td> | <td>Distributor:</td> | ||
<td>{{#arraymap:{{{distributor}}}|;|xxx|xxx | <td>{{#arraymap:{{{distributor}}}|;|xxx|xxx|; }}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
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 |