Difference between revisions of "Template:EngineDescription"

From ScummVM :: Wiki
Jump to navigation Jump to search
(changing creator to developer)
(Moving Automatic Categorization; adding overflow formatting)
 
(20 intermediate revisions by 4 users not shown)
Line 9: Line 9:
|Games that use it || {{{usedBy}}}
|Games that use it || {{{usedBy}}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|Date added to ScummVM || {{{dateAdded}}}
|Date added to ScummVM || {{#if: {{{dateAdded|}}}|{{#time: Y-m-d|{{{dateAdded}}}}}<includeonly>[[Category:Engines Added to ScummVM]]</includeonly>|''Not Added''<includeonly>[[Category:Engines Not Added to ScummVM]]</includeonly>}}
|- style="background:#ffffff"
|- style="background:#ffffff"
|First release containing it || {{{release}}}
|First release containing it || {{#if: {{{release|}}}|{{{release}}}|''None''}}
|}
|}<noinclude>
Template for pages of [[Engines]].
 
== Blank Syntax ==
<pre style="font-size:95%; overflow:auto;">
{{EngineDescription
|name=
|developer=
|companies=
|usedBy=
|dateAdded=
|release=
}}
</pre>
 
== Example Usage ==
<pre style="font-size:95%; overflow:auto;">
{{EngineDescription
|name=Doom
|developer=[[User:Baka|Baka]]
|companies=[[id Software]]
|usedBy=[[Doom]]
|dateAdded=April 1, 2072
|release=ScummVM 1.42.0
}}
</pre>
 
== Automatic Categorization ==
 
In order to reduce the workload of Wiki editors and ensure that the Wiki is up to date, the following categories are automatically applied:
 
* [[:Category:Engines Added to ScummVM]]: if the ''dateAdded'' is a date
* [[:Category:Engines Not Added to ScummVM]]: if the ''dateAdded'' is blank
 
== See also ==
* [[Template:GameDescription]]
* [[Template:GameEngineDescription]]
 
[[Category:Information templates]]
</noinclude>

Latest revision as of 02:02, 11 April 2020

{{{name}}}
Engine developer {{{developer}}}
Companies that used it {{{companies}}}
Games that use it {{{usedBy}}}
Date added to ScummVM Not Added
First release containing it None

Template for pages of Engines.

Blank Syntax

{{EngineDescription
|name=
|developer=
|companies=
|usedBy=
|dateAdded=
|release=
}}

Example Usage

{{EngineDescription
|name=Doom
|developer=[[User:Baka|Baka]]
|companies=[[id Software]]
|usedBy=[[Doom]]
|dateAdded=April 1, 2072
|release=ScummVM 1.42.0
}}

Automatic Categorization

In order to reduce the workload of Wiki editors and ensure that the Wiki is up to date, the following categories are automatically applied:

See also