Difference between revisions of "Template:EngineDescription"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Moving Automatic Categorization; adding overflow formatting)
 
(6 intermediate revisions by the same user 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 || {{#if: {{{dateAdded|}}}|{{{dateAdded}}}<noinclude>[[Category:Engines Added to ScummVM]]</noinclude>|''Not Added''<noinclude>[[Category:Engines Not Added to ScummVM]]</noinclude>}}
|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|''None''}}}
|First release containing it || {{#if: {{{release|}}}|{{{release}}}|''None''}}
|}
|}<noinclude>
<noinclude>
Template for pages of [[Engines]].
Template for engine pages.


== Usage ==
== Blank Syntax ==
<pre>
<pre style="font-size:95%; overflow:auto;">
{{EngineDescription|
{{EngineDescription
name=Doom|
|name=
developer=[[User:Baka|Baka]]|
|developer=
companies=[[id Software]]|
|companies=
usedBy=[[Doom]]|
|usedBy=
dateAdded=April 1, 2072|
|dateAdded=
release=ScummVM 1.42.0|
|release=
}}
}}
</pre>
</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 ==
== See also ==

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