Module:Link and The Parable: Difference between pages

From SPCodex, The Smashing Pumpkins wiki
(Difference between pages)
(+)
 
 
Line 1: Line 1:
local str = {}
{{Infobox album
| name      = The Parable
| type      = studio
| artist    = [[Jimmy Chamberlin Complex]]
| cover      = JimmyCCParable.JPG
| alt        =
| released  = November 6, 2017
| recorded  = 2017
| venue      =
| studio    =
| genre      = Jazz fusion
| length    = 36:09
| label      = Make Records
| producer  = [[Billy Mohler]]
| prev_title = [[Life Begins Again]]
| prev_year  = 2005
| next_title =
| next_year  =
}}


local function link( content, linkType, linkSubtype )
'''''The Parable''''' is the second studio album by the [[Jimmy Chamberlin Complex]] (side project band of [[The Smashing Pumpkins]]/[[Zwan]] drummer [[Jimmy Chamberlin]]). It was released on November 6, 2017 as a digital download, and the physical edition was released 2 weeks after the digital download's release.<ref>[https://www.popmatters.com/jimmy-chamberlin-complex-the-parable-2510165457.html PopMatters]</ref> This is the first album since the 2005 debut, ''[[Life Begins Again]]''. The album was produced by Chamberlin's longtime collaborator, Billy Mohler.
for _i, subject in ipairs({ 'Billy Corgan', 'James Iha', "D'arcy Wretzky", 'Jimmy Chamberlin', 'Butch Vig', 'Flood', 'Alan Moulder', 'Kerry Brown' }) do
local cat_str = 'Category:' .. linkType .. 's ' .. linkSubtype .. ' by ' .. subject .. '|' .. subject
content = mw.ustring.gsub( content, subject, '[[:' .. cat_str .. ']][[' .. cat_str .. ']]' )
end
return content
end


function str.producer( frame )
== Track listing ==
local content = frame.args[1]
{{track listing
local linkType = frame.args[2]
| all_writing = [[Jimmy Chamberlin]]
if content == '' then
| title1 = [[Horus and the Pharaoh]]
return content
| length1 = 6:19
end
| title2 = [[The Parable (song)|The Parable]]
| length2 = 6:50
| title3 = [[Thoughts of Days Long Past]]
| length3 = 4:17
| title4 = [[El Born]]
| length4 = 6:12
| title5 = [[Magick Moon]]
| length5 = 4:52
| title6 = [[Dance of the Grebe]]
| length6 = 7:40
}}


return link(content, linkType, 'produced')
== Personnel ==
end
* [[Jimmy Chamberlin]] – drums, percussion
* Billy Mohler – bass guitar, production
* Chris Speed – clarinet, saxophone
* Sean Woolstenhulme – guitar
* Randy Ingram – keyboard
* Husky Hoskulds – engineering
* Nate Wood – mastering


function str.writer( frame )
== References ==
local content = frame.args[1]
{{reflist}}
local linkType = frame.args[2]
{{DEFAULTSORT:Parable (album), The}}
if content == '' then
return content
end
 
return link(content, linkType, 'written')
end
 
return str

Revision as of 05:46, 28 May 2020

The Parable
Studio album by
ReleasedNovember 6, 2017
Recorded2017
GenreJazz fusion
Length36:09
LabelMake Records
ProducerBilly Mohler
Jimmy Chamberlin Complex chronology
Life Begins Again
(2005)
The Parable
(2017)
Honor
(2020)

The Parable is the second studio album by the Jimmy Chamberlin Complex (side project band of The Smashing Pumpkins/Zwan drummer Jimmy Chamberlin). It was released on November 6, 2017 as a digital download, and the physical edition was released 2 weeks after the digital download's release.[1] This is the first album since the 2005 debut, Life Begins Again. The album was produced by Chamberlin's longtime collaborator, Billy Mohler.

Track listing

All tracks are written by Jimmy Chamberlin.

No.TitleLength
1."Horus and the Pharaoh"6:19
2."The Parable"6:50
3."Thoughts of Days Long Past"4:17
4."El Born"6:12
5."Magick Moon"4:52
6."Dance of the Grebe"7:40

Personnel

  • Jimmy Chamberlin – drums, percussion
  • Billy Mohler – bass guitar, production
  • Chris Speed – clarinet, saxophone
  • Sean Woolstenhulme – guitar
  • Randy Ingram – keyboard
  • Husky Hoskulds – engineering
  • Nate Wood – mastering

References