Difference between revisions of "Template:EngineDescription"
Jump to navigation
Jump to search
Thunderforge (talk | contribs) (Parsing time in ISO format) |
Thunderforge (talk | contribs) (Moving Automatic Categorization; adding overflow formatting) |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
|- style="background:#ffffff" | |- style="background:#ffffff" | ||
|First release containing it || {{#if: {{{release|}}}|{{{release}}}|''None''}} | |First release containing it || {{#if: {{{release|}}}|{{{release}}}|''None''}} | ||
|} | |}<noinclude> | ||
<noinclude> | |||
Template for pages of [[Engines]]. | Template for pages of [[Engines]]. | ||
== Blank Syntax == | == Blank Syntax == | ||
<pre> | <pre style="font-size:95%; overflow:auto;"> | ||
{{EngineDescription | {{EngineDescription | ||
|name= | |name= | ||
Line 29: | Line 28: | ||
== Example Usage == | == Example Usage == | ||
<pre> | <pre style="font-size:95%; overflow:auto;"> | ||
{{EngineDescription | {{EngineDescription | ||
|name=Doom | |name=Doom | ||
Line 39: | Line 38: | ||
}} | }} | ||
</pre> | </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:
- Category:Engines Added to ScummVM: if the dateAdded is a date
- Category:Engines Not Added to ScummVM: if the dateAdded is blank