Difference between revisions of "Template:EngineDescription"
Jump to navigation
Jump to search
Thunderforge (talk | contribs) (Making release handle empty strings) |
Thunderforge (talk | contribs) (Moving Automatic Categorization; adding overflow formatting) |
||
(4 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}}}<includeonly>[[Category:Engines Added to ScummVM]]</includeonly>|''Not Added''<includeonly>[[Category:Engines Not Added to ScummVM]]</includeonly>}} | |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 || {{#if: {{{release|}}}|{{{release}}}|''None''}} | |First release containing it || {{#if: {{{release|}}}|{{{release}}}|''None''}} | ||
|} | |}<noinclude> | ||
<noinclude> | Template for pages of [[Engines]]. | ||
Template for | |||
== | == Blank Syntax == | ||
<pre> | <pre style="font-size:95%; overflow:auto;"> | ||
{{EngineDescription| | {{EngineDescription | ||
|name= | |||
|developer= | |||
|companies= | |||
|usedBy= | |||
|dateAdded= | |||
|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:
- Category:Engines Added to ScummVM: if the dateAdded is a date
- Category:Engines Not Added to ScummVM: if the dateAdded is blank