Difference between revisions of "ProductionHistory"
From Sega Retro
(bug fixes) |
|||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{clearvar|alias|nameList}}{{#if:{{{1|}}}|{{#vardefine:command|credits.name="{{FormatSQL|{{{1|}}}}}"}}{{#fornumargs: n | + | <div style="display:none;">{{#vardefine:historyCount|0}}{{clearvar|alias|nameList}}{{#if:{{{1|}}}|{{#vardefine:command|credits.name="{{FormatSQL|{{{1|}}}}}"}}{{#fornumargs: n |
| value | | value | ||
| {{#vardefine:nameList|{{#var:nameList}},{{#var:value}}}}{{#ifexpr:{{#var:n}} > 1|{{#vardefine:command|{{#var:command}} OR credits.name="{{FormatSQL|{{#var:value}}}}"}}|}} | | {{#vardefine:nameList|{{#var:nameList}},{{#var:value}}}}{{#ifexpr:{{#var:n}} > 1|{{#vardefine:command|{{#var:command}} OR credits.name="{{FormatSQL|{{#var:value}}}}"}}|}} | ||
− | }}{{#cargo_query: | + | }} |
+ | |||
+ | <!-- games --> | ||
+ | {{#vardefine:contents|{{#cargo_query: | ||
+ | tables=credits,releases | ||
+ | |fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage,releases.date | ||
+ | |where=releases.type="0" and ({{#var:command}}) and credits.console=releases.console | ||
+ | |join on=credits.game=releases.name | ||
+ | |order by=releases.date | ||
+ | |group by=credits.console, credits.game, credits.role | ||
+ | |limit=10000 | ||
+ | |format=template | ||
+ | |template=ProductionHistoryLine | ||
+ | }} | ||
+ | }} | ||
+ | {{#vardefine:unreleased|yes}} | ||
+ | {{#vardefine:unreleasedcontents|{{#cargo_query: | ||
+ | tables=credits,unreleased,codeformat | ||
+ | |fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage | ||
+ | |where=({{#var:command}}) and unreleased.name != "" and credits.console=codeformat.code | ||
+ | |join on=unreleased.format=codeformat.format,credits.game=unreleased.name | ||
+ | |order by=unreleased.name | ||
+ | |group by=credits.console, credits.game, credits.role | ||
+ | |default= | ||
+ | |limit=10000 | ||
+ | |format=template | ||
+ | |template=ProductionHistoryLine | ||
+ | }} | ||
+ | }} | ||
+ | {{#vardefine:unreleased|}} | ||
+ | {{#vardefine:gameContentsHistoryCount|{{#var:historyCount}}}}{{#vardefine:historyCount|0}} | ||
+ | |||
+ | <!-- videos --> | ||
+ | {{#vardefine:videoContents|{{#cargo_query: | ||
+ | tables=credits,releases | ||
+ | |fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage,releases.date | ||
+ | |where=releases.type="6" and ({{#var:command}}) | ||
+ | |join on=credits.game=releases.name | ||
+ | |order by=releases.date | ||
+ | |group by=credits.console, credits.game, credits.role | ||
+ | |default= | ||
+ | |limit=10000 | ||
+ | |format=template | ||
+ | |template=ProductionHistoryLine | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | {{#vardefine:videoContentsHistoryCount|{{#var:historyCount}}}}{{#vardefine:historyCount|0}} | ||
+ | |||
+ | <!-- music --> | ||
+ | {{#vardefine:musicContents|{{#cargo_query: | ||
+ | tables=credits,releases | ||
+ | |fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage,releases.date | ||
+ | |where=releases.type="3" and ({{#var:command}}) | ||
+ | |join on=credits.game=releases.name | ||
+ | |order by=releases.date | ||
+ | |group by=credits.console, credits.game, credits.role | ||
+ | |default= | ||
+ | |limit=10000 | ||
+ | |format=template | ||
+ | |template=ProductionHistoryLine | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | <!-- books --> | ||
+ | {{#vardefine:bookContents|{{#cargo_query: | ||
tables=credits,releases | tables=credits,releases | ||
|fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage,releases.date | |fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage,releases.date | ||
− | |where={{#var:command}} | + | |where=releases.type="4" and ({{#var:command}}) |
|join on=credits.game=releases.name | |join on=credits.game=releases.name | ||
|order by=releases.date | |order by=releases.date | ||
|group by=credits.console, credits.game, credits.role | |group by=credits.console, credits.game, credits.role | ||
+ | |default= | ||
+ | |limit=10000 | ||
|format=template | |format=template | ||
|template=ProductionHistoryLine | |template=ProductionHistoryLine | ||
}} | }} | ||
− | |}} | + | }} |
− | <noinclude>Template for listing the production history of a developer. This is all sourced from [[Template:Creditstable]] templates being used in game pages. | + | |
+ | <!-- hardware --> | ||
+ | {{#vardefine:noitalics|yes}} | ||
+ | {{#vardefine:hardwareContents|{{#cargo_query: | ||
+ | tables=credits,releases | ||
+ | |fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage,releases.date | ||
+ | |where=releases.type="2" and ({{#var:command}}) | ||
+ | |join on=credits.game=releases.name | ||
+ | |order by=releases.date | ||
+ | |group by=credits.console, credits.game, credits.role | ||
+ | |default= | ||
+ | |limit=10000 | ||
+ | |format=template | ||
+ | |template=ProductionHistoryLine | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | <!-- accessories --> | ||
+ | {{#vardefine:accessoryContents|{{#cargo_query: | ||
+ | tables=credits,releases | ||
+ | |fields=credits.role=role,credits.name=name,credits.game=game,credits.console,credits.date,credits.pdf,credits.pdfpage,releases.date | ||
+ | |where=releases.type="1" and ({{#var:command}}) | ||
+ | |join on=credits.game=releases.name | ||
+ | |order by=releases.date | ||
+ | |group by=credits.console, credits.game, credits.role | ||
+ | |default= | ||
+ | |limit=10000 | ||
+ | |format=template | ||
+ | |template=ProductionHistoryLine | ||
+ | }} | ||
+ | }} | ||
+ | {{clearvar|noitalics}} | ||
+ | |||
+ | <!-- display --> | ||
+ | }}</div>{{#if:{{#var:contents}}|{{#if:{{#var:musicContents}}{{#var:videoContents}}|<h3>Games</h3> | ||
+ | |}}{{multicol|{{#var:contents}}{{#var:unreleasedcontents}} | ||
+ | |cols={{#expr:{{MulticolColumnCalc|{{#var:gameContentsHistoryCount}}}}-1}} | ||
+ | }}}}{{ | ||
+ | #if:{{#var:videoContents}}|<h3>Videos</h3> | ||
+ | {{multicol|{{#var:videoContents}} | ||
+ | |cols={{#expr:{{MulticolColumnCalc|{{#var:videoContentsHistoryCount}}}}-1}} | ||
+ | }}}}{{ | ||
+ | #if:{{#var:musicContents}}|<h3>Music</h3> | ||
+ | {{multicol|{{#var:musicContents}} | ||
+ | |cols={{#expr:{{MulticolColumnCalc|{{#var:historyCount}}}}-1}} | ||
+ | }}}}{{ | ||
+ | #if:{{#var:bookContents}}|<h3>Books</h3> | ||
+ | {{#var:bookContents}} | ||
+ | }}{{ | ||
+ | #if:{{#var:hardwareContents}}|<h3>Hardware</h3> | ||
+ | {{#var:hardwareContents}} | ||
+ | }}{{ | ||
+ | #if:{{#var:accessoryContents}}|<h3>Accessories</h3> | ||
+ | {{#var:accessoryContents}} | ||
+ | }}<noinclude>Template for listing the production history of a developer. This is all sourced from [[Template:Creditstable]] templates being used in game pages. | ||
==Example== | ==Example== | ||
<pre>{{ProductionHistory|Yoshitaka Tamaki|玉木 美孝}}</pre> | <pre>{{ProductionHistory|Yoshitaka Tamaki|玉木 美孝}}</pre> | ||
Produces: | Produces: | ||
− | {{ProductionHistory|Yoshitaka Tamaki|玉木 美孝}}[[Category: | + | {{ProductionHistory|Yoshitaka Tamaki|玉木 美孝}} |
+ | |||
+ | <!--{{ProductionHistory|Matt Furniss|Marvellous Matt Furniss|Mat Furniss|Matt|Matt Furness|Fatt Murniss}}--> | ||
+ | |||
+ | {{ProductionHistory|Kazuyuki Hoshino|星野一幸}} | ||
+ | [[Category:Templates]]</noinclude> |
Latest revision as of 03:18, 24 November 2023
Template for listing the production history of a developer. This is all sourced from Template:Creditstable templates being used in game pages.
Example
{{ProductionHistory|Yoshitaka Tamaki|玉木 美孝}}
Produces:
Games
- Shining in the Darkness (Mega Drive; 1991) — Outline and Storyboards[1]
- Shining in the Darkness (Mega Drive; 1991) — Japanese cover artist[2]
- Shining Force (Mega Drive; 1992) — Scenario[3]
- Shining Force (Mega Drive; 1992) — Character Design by[3]
- Shining Force (Mega Drive; 1992) — Graphics Directed by[3]
- Shining Force (Mega Drive; 1992) — Graphic Design[3]
- Shining Force (Mega Drive; 1992) — Japanese cover & manual artist[4]
- Landstalker: The Treasures of King Nole (Mega Drive; 1992) — Item Obj CG Designer[5]
- Landstalker: The Treasures of King Nole (Mega Drive; 1992) — Original Story[5]
- Landstalker: The Treasures of King Nole (Mega Drive; 1992) — Character Design[5]
- Landstalker: The Treasures of King Nole (Mega Drive; 1992) — Japanese cover & manual artist[6]
- FEDA Remake!: The Emblem of Justice (Saturn; 1996) — Original Story & Character Design[7]
- Time Stalkers (Dreamcast; 1999) — キャラクターデザイン (as 玉木 美孝)
- Time Stalkers (Dreamcast; 1999) — Character Design
- Shining Soul (Game Boy Advance; 2002) — Character Design
- Shining Soul II (Game Boy Advance; 2003) — Character Design
- Shining Force: Resurrection of the Dark Dragon (Game Boy Advance; 2004) — Character Design[8]
- Shining Force Neo (PlayStation 2; 2005) — Monster Design
Music
- Landstalker: Koutei no Zaihou (CD; 1992) — Illustlated by
Games
- Panic! (Mega-CD; 1993) — Graphic Design[9]
- Sonic the Hedgehog CD (Mega-CD; 1993) — Character Designer[10]
- Sonic the Hedgehog CD (Mega-CD; 1993) — Special Stage Designers[10]
- Sonic the Hedgehog CD (Mega-CD; 1993) — Visual Design[10]
- Sonic the Hedgehog CD (Mega-CD; 1993) — Illustrations[10]
- NiGHTS into Dreams (Saturn; 1996) — Character Designer[11]
- Sonic the Hedgehog CD (Windows PC; 1996) — Character Designer[12]
- Sonic the Hedgehog CD (Windows PC; 1996) — Special Stage Designers[12]
- Sonic the Hedgehog CD (Windows PC; 1996) — Visual Design[12]
- Christmas NiGHTS into Dreams (Saturn; 1996) — Visual Designers
- Sonic Jam (Saturn; 1997) — Artists[13]
- Sonic R (Saturn; 1997) — Additional Artwork[14]
- Burning Rangers (Saturn; 1998) — Internet Support[15]
- Sonic R (Windows PC; 1998) — Additional artwork
- Sonic Adventure (Dreamcast; 1998) — Art director
- Sonic 3D: Flickies' Island (Saturn; 1996) — Artists (SOJ)[16]
- Sonic Adventure 2 (Dreamcast; 2001) — Art Director
- Sonic Adventure 2 (Dreamcast; 2001) — Player Character Designers
- Sonic Adventure 2 (Dreamcast; 2001) — Enemy Character Designers
- Sonic Adventure 2 (Dreamcast; 2001) — CG Movie Director
- Sonic Adventure 2: Battle (GameCube; 2001) — Art Director
- Sonic Adventure DX: Director's Cut (GameCube; 2003) — Character Designers
- Sonic Gems Collection (PlayStation 2; 2005) — Special Thanks
- Sonic Gems Collection (GameCube; 2005) — Special Thanks
- Shadow the Hedgehog (PlayStation 2; 2005) — Art Director
- Shadow the Hedgehog (GameCube; 2005) — Art Director
- Shadow the Hedgehog (Xbox; 2005) — Art Director
- Shadow the Hedgehog (PlayStation 2; 2005) — Character Designers
- Shadow the Hedgehog (GameCube; 2005) — Character Designers
- Shadow the Hedgehog (Xbox; 2005) — Character Designers
- Shadow the Hedgehog (PlayStation 2; 2005) — Enemy Artists
- Shadow the Hedgehog (GameCube; 2005) — Enemy Artists
- Shadow the Hedgehog (Xbox; 2005) — Enemy Artists
- Shadow the Hedgehog (PlayStation 2; 2005) — Weapon Artists
- Shadow the Hedgehog (GameCube; 2005) — Weapon Artists
- Shadow the Hedgehog (Xbox; 2005) — Weapon Artists
- Shadow the Hedgehog (PlayStation 2; 2005) — CG Movie Supervisors
- Shadow the Hedgehog (GameCube; 2005) — CG Movie Supervisors
- Shadow the Hedgehog (Xbox; 2005) — CG Movie Supervisors
- Sonic Rivals (PlayStation Portable; 2006) — Art Supervisors
- Sonic Rivals (PlayStation Portable; 2006) — Character Artwork
- Sonic Rivals 2 (PlayStation Portable; 2007) — Art Supervisors[17]
- NiGHTS: Journey of Dreams (Wii; 2007) — Art Director
- NiGHTS: Journey of Dreams (Wii; 2007) — Lead Character Designer
- NiGHTS into Dreams (PlayStation 2; 2008) — Supervisors
- Sonic and the Black Knight (Wii; 2009) — Special Thanks
- Mario & Sonic at the Olympic Winter Games (Wii; 2009) — Art Director
- Mario & Sonic at the Olympic Winter Games (Wii; 2009) — Graphic UI Artists
- Sonic & Sega All-Stars Racing (Xbox 360; 2010) — CS2 R&D
- Sonic & Sega All-Stars Racing (Wii; 2010) — CS2 R&D
- Sonic & Sega All-Stars Racing (Nintendo DS; 2010) — CS2 R&D
- Sonic the Hedgehog 4 Episode I (iOS; 2010)
- Sonic Generations (Nintendo 3DS; 2011) — Special Thanks
- Mario & Sonic at the London 2012 Olympic Games (Wii; 2011) — Senior Art Director
- Sonic the Hedgehog CD (Xbox 360; 2011) — Character Designer
- Sonic the Hedgehog CD (Xbox 360; 2011) — Special Stage Designers
- Sonic the Hedgehog CD (Xbox 360; 2011) — Visual Design
- Sonic the Hedgehog CD (Xbox 360; 2011) — Illustrations
- Sonic the Hedgehog CD (PlayStation 3; 2011) — Character Designer
- Sonic the Hedgehog CD (PlayStation 3; 2011) — Special Stage Designers
- Sonic the Hedgehog CD (PlayStation 3; 2011) — Visual Design
- Sonic the Hedgehog CD (PlayStation 3; 2011) — Illustrations
- Mario & Sonic at the London 2012 Olympic Games (Nintendo 3DS; 2012) — Senior Art Director
- Sonic Lost World (Wii U; 2013) — Project Support
- Mario & Sonic at the Sochi 2014 Olympic Winter Games (Wii U; 2013) — Senior Art Director
- Puyo Puyo Tetris (Nintendo 3DS; 2014) — Project Support
- Super Smash Bros. for Nintendo 3DS (Nintendo 3DS; 2014) — Supervisors (Original Games)
- Puyo Puyo Tetris (PlayStation 4; 2014) — Project Manager
- Super Smash Bros. for Wii U (Wii U; 2014) — Supervisors (Original Games)
- Sonic Boom: Shattered Crystal (Nintendo 3DS; 2014) — Character Supervisors
- Sonic Boom: Rise of Lyric (Wii U; 2014) — Character Supervisors
- Sonic Runners (iOS; 2015) — Project Support
- Sonic Runners (Android; 2015) — Project Support
- Mario & Sonic at the Rio 2016 Olympic Games (Nintendo 3DS; 2016) — Senior Art Director
- Mario & Sonic at the Rio 2016 Olympic Games (Wii U; 2016) — Senior Art Director
- Sonic Boom: Fire & Ice (Nintendo 3DS; 2016) — Character Supervisors
- Puyo Puyo Chronicle (Nintendo 3DS; 2016) — Project Support
- Sonic Mania (Windows PC; 2017) — Director of Creative Services
- Sonic Mania (Windows PC; 2017) — Animation Supervisor
- Puyo Puyo Tetris (Nintendo Switch; 2017) — Project Manager
- Sonic Mania (PlayStation 4; 2017) — Director of Creative Services
- Sonic Mania (Nintendo Switch; 2017) — Director of Creative Services
- Sonic Mania (PlayStation 4; 2017) — Animation Supervisor
- Sonic Mania (Nintendo Switch; 2017) — Animation Supervisor
- Team Sonic Racing (PlayStation 4; 2019) — Director of Creative Services
- Olympic Games Tokyo 2020 - The Official Video Game (PlayStation 4; 2019) — Development Support
- Shin Sakura Taisen (PlayStation 4; 2019) — Development Support
- Mario & Sonic at the Olympic Games Tokyo 2020 - Arcade Edition (ALLS UX; 2020) — Sonic Character Supervisor
- Sega Ages Sonic the Hedgehog 2 (Nintendo Switch; 2020) — Special Thanks
- Sonic at the Olympic Games (iOS; 2020) — Character Supervisors
- Sonic at the Olympic Games (Android; 2020) — Character Supervisors
- Puyo Puyo Tetris 2 (Nintendo Switch; 2020) — Project Support
- Puyo Puyo Tetris 2 (Nintendo Switch; 2020) — Special Thanks
- Sonic Colours: Ultimate (Xbox One; 2021) — Producer
- Sonic Colours: Ultimate (PlayStation 4; 2021) — Producer
- Sonic Colours: Ultimate (Nintendo Switch; 2021) — Producer
- Sonic Colours: Ultimate (Epic Games Store; 2021) — Producer
- Sonic Origins (PlayStation 4; 2022) — Sonic Character Supervisors
- Sonic Origins (PlayStation 5; 2022) — Sonic Character Supervisors
- Sonic Origins (Xbox One; 2022) — Sonic Character Supervisors
- Sonic Origins (Nintendo Switch; 2022) — Sonic Character Supervisors
- Sonic Colours: Ultimate (Steam; 2023) — Producer
- The Murder of Sonic the Hedgehog (Steam; 2023) — Sonic Character Supervisors
- The Murder of Sonic the Hedgehog (Steam OS X; 2023) — Sonic Character Supervisors
- Sonic Superstars (PlayStation 4; 2023) — Sonic Characters Supervisors
- Sonic Superstars (PlayStation 5; 2023) — Sonic Characters Supervisors
- Sonic Superstars (Nintendo Switch; 2023) — Sonic Characters Supervisors
- Sonic Superstars (Epic Games Store; 2023) — Sonic Characters Supervisors
- Puyo Puyo Puzzle Pop (Apple TV; 2024) — Sonic Character Supervisors
- Sonic X Shadow Generations (PlayStation 5; 2024) — Sonic Character Supervisors
- Sonic X Shadow Generations (Xbox One; 2024) — Sonic Character Supervisors
- Sonic X Shadow Generations (Nintendo Switch; 2024) — Sonic Character Supervisors
Videos
- Sonic Mania Adventures (??; 2018) — Executive Producers
- Chao In Space () — Executive Producers
- Sonic 30th Anniversary Symphony () — Special Thanks
- Sonic Colors: Rise of the Wisps () — Executive Producers
- Sonic Frontiers Prologue: Divergence (??; ?) — Executive Producers
- Sonic Superstars: Trio of Trouble (??; ?) — Executive Producers
Music
- NiGHTS Original Soundtrack (CD; 1996) — Cover Design Art-coordination
- Sonic Team "PowerPlay" (CD; 1998) — Jacket Design
- Sonic Adventure Songs With Attitude ~Vocal mini-Album~ (CD; 1998) — Cover Art[18]
- Sonic Adventure Remix (CD; 1998) — Special Thanks to[19]
- Sonic Adventure "Digi-LOG Conversation" Original Sound Track (CD; 1999) — Cover Art[20]
- Complete Trinity Sonic Heroes - Original Soundtrax (CD; 2004) — Artwork[21]
- Lost and Found: Shadow the Hedgehog Vocal Trax (CD; 2006) — Artwork[22]
- Shadow the Hedgehog Original Soundtrax (CD; 2006) — Artwork[23]
- True Blue: The Best of Sonic the Hedgehog (CD; 2008) — Supervisors[24]
- Sonic Mania Plus Original Soundtrack (CD; 2018) — Artwork design by[25]
- Maximum Overdrive - Team Sonic Racing Original Soundtrack (CD; 2019) — Art Assets Supervisor[26]
- Sonic the Hedgehog DJ Style "Party" (CD; 2020) — Special Thanks
- Sonic Colors: Ultimate Original Soundtrack "Re-Colors" (CD; 2021) — Creative Director
- Rock 'n' Sonic The Hedgehog: Sessions! (CD; 2022) — Sonic Pillar Japan
- Sonic Frontiers Original Soundtrack Stillness & Motion (CD; 2022) — Creative Director
- Sonic Frontiers Expansion Soundtrack Paths Revisited (CD; 2023) — Creative Director
Books
- Sonic Adventure Perfect Guide (Book; 1999) — 製作協力 (as 星野一幸)
Hardware
- Mega Drive Mini 2 (Mega Drive; 2022)