User:Flashjay/templates/Tool Infobox: Difference between revisions

From GCD
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
<tr><th>Initial release</th><td style="vertical-align: middle;" itemprop="datePublished">{{{InitialRelease|''Unknown''}}}</td></tr>{{#if:{{{LatestUpdate|}}}|
<tr><th>Initial release</th><td style="vertical-align: middle;" itemprop="datePublished">{{{InitialRelease|''Unknown''}}}</td></tr>{{#if:{{{LatestUpdate|}}}|
<tr><th>Latest update</th><td style="vertical-align: middle;" itemprop="dateModified">{{{LatestUpdate}}}</td></tr>}}
<tr><th>Latest update</th><td style="vertical-align: middle;" itemprop="dateModified">{{{LatestUpdate}}}</td></tr>}}
<tr><th>Development status</th><td style="vertical-align: middle;">{{{Status|''Unknown''}}}  plus test:{{#vardefine:testtransfer|{{{TitleImage}}}}}{{#var:testtransfer}}</td></tr>{{#if:{{{ProgrammingLanguage|}}}|
<tr><th>Development status</th><td style="vertical-align: middle;">{{{Status|''Unknown''}}}  plus test:{{#vardefine:testtransfer|{{{TitleImage}}}&&&{{{Status}}}}}{{#var:testtransfer}}</td></tr>{{#if:{{{ProgrammingLanguage|}}}|
<tr><th>Programming language</th><td style="vertical-align: middle;">{{{ProgrammingLanguage}}}</td></tr>}}
<tr><th>Programming language</th><td style="vertical-align: middle;">{{{ProgrammingLanguage}}}</td></tr>}}
<tr><th>Platform</th><td style="vertical-align: middle;">{{{Platform|''Unknown''}}}</td></tr>{{#if:{{{License|}}}|
<tr><th>Platform</th><td style="vertical-align: middle;">{{{Platform|''Unknown''}}}</td></tr>{{#if:{{{License|}}}|

Revision as of 16:13, 1 January 2020

Flashjay/templates/Tool Infobox
Developer(s)
Initial release
Development statusUnknown plus test:{{{TitleImage}}}&&&{{{Status}}}
PlatformUnknown
Tool TypeUnknown
Engine(s)None
DownloadLink needed!

This template is used to display an information box containing details about a modding tool. See Abiathar for example use.

Valid parameters and examples are:

Parameter/example Purpose Valid values
Developers = [[User:Me|Me]], [http://www.example.com Example author] People who created this tool Links to userpages (preferable) or home pages if developers do not have KeenWiki accounts
InitialRelease = 2005-01-02 Date the tool was first made public A year, or date of the form YYYY-MM-DD if known
LatestUpdate = 2015-01-01 Date of the most recent version, if there has been a version released after the ReleaseDate A year, or date of the form YYYY-MM-DD if known (this entry is not shown if omitted)
Status = Abandoned Current state of tool One of Alpha (early test), Beta (demo), Finished, or Abandoned
ProgrammingLanguage = C++ Programming language the tool is written in Any general-purpose languages (this entry is not shown if omitted)
Platform = Windows Platform the program runs on DOS, Linux, Mac, Windows, etc. (this entry is not shown if omitted)
License = GNU Permission or permit to do, use, or own the tool GNU, BSD, CC, Free, Open, Copyright ©, etc.
Type = Graphics Type of editor One per tag of Instrument, Sound, Music, Map, Extraction, Graphics, Text (the values are used to add to appropriate subcategories on Category:Tools)
Engine = Galaxy Game engine this tool is written for Vorticons, Galaxy, KeenDreams, other
Homepage = [http://www.example.com Example homepage] Tool's homepage Link to homepage (this entry is not shown if omitted)
Discussion = [http://keenmodding.org/viewtopic.php?f=35&t=1804 Keen: Modding] Tool's discussions at the PCKF and Keen: Modding Link(s) to PCKF and Keen: Modding topics (this entry is not shown if omitted)
LatestDownloadURL = http://blah Main download URL (no brackets or wikicode). Bare URL pointing direct to .zip file of latest version
Download = [http://blah version] Alternate download links, if any Wikicode listing the version as a link

Default values are shown if the parameter is omitted, so do not use any parameters unless the value is known (most of the defaults say "unknown") [[Category:Infoboxes]]