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

From GCD
Jump to navigation Jump to search
(Created page with "{{#if:{{{1|}}}|{{#ifeq:{{{1}}}|_valid|1|{{{{{{1}}}|}}}}}| <div style="border-left: 1em solid white; float: right; clear: right; margin-left: 1em;" itemscope itemtype="http://s...")
 
No edit summary
Line 6: Line 6:
<div id="level-infobox-image" style="text-align:center;"><meta itemprop="image" content="{{canonicalurl:{{{Image|{{PAGENAME}}.png}}}}}"/>[[Image:{{{Image|{{PAGENAME}}.png}}}|320px]]<br />{{#ifexist: Image:{{{Image|{{PAGENAME}}.png}}}||''There is no image of this tool in use — <span class="plainlinks">[{{fullurl:Special:Upload|wpDestFile={{urlencode:{{{Image|{{PAGENAMEE}}.png}}}|WIKI}}}} upload one]</span>!''<includeonly>[[Category:Need pictures]]</includeonly>}}</div>}}
<div id="level-infobox-image" style="text-align:center;"><meta itemprop="image" content="{{canonicalurl:{{{Image|{{PAGENAME}}.png}}}}}"/>[[Image:{{{Image|{{PAGENAME}}.png}}}|320px]]<br />{{#ifexist: Image:{{{Image|{{PAGENAME}}.png}}}||''There is no image of this tool in use — <span class="plainlinks">[{{fullurl:Special:Upload|wpDestFile={{urlencode:{{{Image|{{PAGENAMEE}}.png}}}|WIKI}}}} upload one]</span>!''<includeonly>[[Category:Need pictures]]</includeonly>}}</div>}}
<table>{{#if:{{{InitialDeveloper|}}}|
<table>{{#if:{{{InitialDeveloper|}}}|
<tr><th>Initial Developer</th><td style="vertical-align: middle;" itemprop="author">{{{InitialDeveloper|}}}</td></tr>}}
<tr><th>Initial Developer</th><td style="vertical-align: middle;" itemprop="author">{{{InitialDeveloper|}}} plus test:{{vardefine:testtransfer|{{TitleImage}}+{{Status}}}}{{var:testtransfer}}</td></tr>}}
<tr><th>Developer(s)</th><td style="vertical-align: middle;" itemprop="author">{{{Developers|''Unknown''}}}</td></tr>
<tr><th>Developer(s)</th><td style="vertical-align: middle;" itemprop="author">{{{Developers|''Unknown''}}}</td></tr>
<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|}}}|

Revision as of 15:57, 1 January 2020

Flashjay/templates/Tool Infobox
Developer(s)
Initial release
Development statusUnknown
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]]