Difference between revisions of "CompanyHistory"
From Sega Retro
Line 6: | Line 6: | ||
|fields=companies.name=companiesname,releases.name=releasesname,releases.date,companies.company,companies.format,companies.role,companies.credited | |fields=companies.name=companiesname,releases.name=releasesname,releases.date,companies.company,companies.format,companies.role,companies.credited | ||
|join on=companies.name=releases.name | |join on=companies.name=releases.name | ||
+ | |group by=releases.name | ||
|where=({{#var:command}}) {{#if:{{{role|}}}|and companies.role="{{{role|}}}"}} {{#if:{{{format|}}}|and companies.format="{{{format|}}}"}} | |where=({{#var:command}}) {{#if:{{{role|}}}|and companies.role="{{{role|}}}"}} {{#if:{{{format|}}}|and companies.format="{{{format|}}}"}} | ||
|order by=releases.date | |order by=releases.date | ||
Line 11: | Line 12: | ||
|template=CompanyHistory/Cargo | |template=CompanyHistory/Cargo | ||
}}}}</includeonly><noinclude> | }}}}</includeonly><noinclude> | ||
+ | Template to list a company's softography. It's a bit crude. | ||
+ | |||
+ | e.g. Sega, 32X: | ||
+ | |||
+ | ===Publisher=== | ||
+ | <pre>{{CompanyHistory|Sega|format=Sega 32X|role=Publisher}}</pre> | ||
+ | {{CompanyHistory|Sega|format=Sega 32X|role=Publisher}} | ||
+ | |||
+ | ===Developer=== | ||
+ | <pre>{{CompanyHistory|Sega|format=Sega 32X|role=Developer}}</pre> | ||
+ | {{CompanyHistory|Sega|format=Sega 32X|role=Developer}} | ||
+ | |||
+ | ===Licensor=== | ||
+ | <pre>{{CompanyHistory|Sega|format=Sega 32X|role=Licensor}}</pre> | ||
+ | {{CompanyHistory|Sega|format=Sega 32X|role=Licensor}} | ||
− | |||
[[Category:Sega Retro templates]] | [[Category:Sega Retro templates]] | ||
</noinclude> | </noinclude> |
Revision as of 15:47, 28 November 2018
Template to list a company's softography. It's a bit crude.
e.g. Sega, 32X:
Publisher
{{CompanyHistory|Sega|format=Sega 32X|role=Publisher}}
No results
Developer
{{CompanyHistory|Sega|format=Sega 32X|role=Developer}}
No results
Licensor
{{CompanyHistory|Sega|format=Sega 32X|role=Licensor}}
No results