Difference between revisions of "Template:Discography list/testcases"

From blackwiki
Jump to navigation Jump to search
imported>Komusou
(initialized {{Template test cases notice}} with live case and sandbox case)
 
imported>Komusou
(set param in output order)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Template test cases notice}}
 
{{Template test cases notice}}
 
__TOC__
 
__TOC__
==Discography (live template)==
+
==Without "from Album="==
 +
Comparison of {{tl|Discography list}} and {{tl|Discography list/sandbox}} on a test case without "from Album=".
 +
<PRE>
 +
{{Discography list
 +
| Type          = Live
 +
| Name          = NAME LIVE
 +
| Released      = 1234
 +
}}
 +
{{Discography list
 +
| Type          = Studio
 +
| Name          = NAME STUDIO
 +
| Other info    = OTHER INFO
 +
| from Album    = <!-- NON-SINGLE TEST -->
 +
| Released      = 1234
 +
| Format        = FORMAT
 +
| Label        = LABEL
 +
| Writer        = WRITER
 +
| Producer      = PRODUCER
 +
| Director      = DIRECTOR
 +
| Chart position= CHART POSITION
 +
| Sales        = SALES
 +
| Certification = CERTIFICATION
 +
| Tracks        = TRACKS
 +
| Bonus tracks  = BONUS TRACKS
 +
| Singles      = SINGLES
 +
}}
 +
</PRE>
 +
Line of text before templates.
 +
{{Discography list
 +
| Type          = Live
 +
| Name          = NAME LIVE
 +
| Released      = 1234
 +
}}
 +
{{Discography list
 +
| Type          = Studio
 +
| Name          = NAME STUDIO
 +
| Other info    = OTHER INFO
 +
| from Album    = <!-- NON-SINGLE TEST -->
 +
| Released      = 1234
 +
| Format        = FORMAT
 +
| Label        = LABEL
 +
| Writer        = WRITER
 +
| Producer      = PRODUCER
 +
| Director      = DIRECTOR
 +
| Chart position= CHART POSITION
 +
| Sales        = SALES
 +
| Certification = CERTIFICATION
 +
| Tracks        = TRACKS
 +
| Bonus tracks  = BONUS TRACKS
 +
| Singles      = SINGLES
 +
}}
 +
Line of text between templates.
 +
{{Discography list/sandbox
 +
| Type          = Live
 +
| Name          = NAME LIVE
 +
| Released      = 1234
 +
}}
 +
{{Discography list/sandbox
 +
| Type          = Studio
 +
| Name          = NAME STUDIO
 +
| Other info    = OTHER INFO
 +
| from Album    = <!-- NON-SINGLE TEST -->
 +
| Released      = 1234
 +
| Format        = FORMAT
 +
| Label        = LABEL
 +
| Writer        = WRITER
 +
| Producer      = PRODUCER
 +
| Director      = DIRECTOR
 +
| Chart position= CHART POSITION
 +
| Sales        = SALES
 +
| Certification = CERTIFICATION
 +
| Tracks        = TRACKS
 +
| Bonus tracks  = BONUS TRACKS
 +
| Singles      = SINGLES
 +
}}
 +
Line of text after templates.
  
Below is a display of the current {{tl|Infobox Discography}} with data from the documentation example. See farther below for the current sandbox display.
+
==With "from Album="==
 
+
Comparison of {{tl|Discography list}} and {{tl|Discography list/sandbox}} on a test case with "from Album=".
{{Infobox Discography
+
<PRE>
  | Type          = Album
+
{{Discography list
  | Name          = [[Mommy's Little Monster]]
+
  | Type          = Live
  | Released      = 1983
+
| Name          = NAME LIVE
  | Label        = 13th Floor Records (1983), [[Triple-X]] (1989), [[Time Bomb Recordings]] (1995)
+
| Other info    = OTHER INFO
  | Producer      = [[Social Distortion]], Chaz Ramirez, Thom Wilson
+
| from Album   = FROM ALBUM
  | Format        = CD
+
| Released      = 1234
  | Chart position=  
+
}}
  | Certification =  
+
{{Discography list
  | Sales        =  
+
| Type          = Studio
  | Singles      = “Another State of Mind”, “Mommy's Little Monster”
+
  | Name          = NAME STUDIO
  | from Album    = <!-- For use with Singles --->
+
| Other info    = OTHER INFO
  | Writer        = <!-- For use with Singles --->
+
| from Album    = FROM ALBUM
  | Tracks        = <!-- For use with Singles --->
+
  | Released      = 1234
  | Other info    =  
+
| Format        = FORMAT
 +
  | Label        = LABEL
 +
| Writer        = WRITER
 +
  | Producer      = PRODUCER
 +
  | Director      = DIRECTOR
 +
  | Chart position= CHART POSITION
 +
| Sales        = SALES
 +
  | Certification = CERTIFICATION
 +
  | Tracks        = TRACKS
 +
  | Bonus tracks  = BONUS TRACKS
 +
  | Singles      = SINGLES
 +
}}
 +
</PRE>
 +
Line of text before templates.
 +
{{Discography list
 +
  | Type          = Live
 +
  | Name          = NAME LIVE
 +
  | Other info    = OTHER INFO
 +
| from Album    = FROM ALBUM
 +
| Released      = 1234
 
}}
 
}}
{{Infobox Discography
+
{{Discography list
  | Type          = Album
+
  | Type          = Studio
  | Name          = [[Somewhere Between Heaven and Hell]]
+
  | Name          = NAME STUDIO
  | Released      = [[February 11]] [[1992]]
+
  | Other info    = OTHER INFO
  | Label        = [[Epic Records|Epic]]
+
  | from Album    = FROM ALBUM
  | Producer     = [[Social Distortion]]
+
  | Released     = 1234
  | Format        = CD
+
  | Format        = FORMAT
  | Chart position= #76 U.S.
+
  | Label        = LABEL
  | Certification = Gold
+
| Writer        = WRITER
  | Sales        =  
+
  | Producer      = PRODUCER
  | Singles      = “Ball and Chain”, “Let It Be Me”, “Ring of Fire”
+
  | Director      = DIRECTOR
  | from Album    = <!-- For use with Singles --->
+
  | Chart position= CHART POSITION
  | Writer        = <!-- For use with Singles --->
+
  | Sales        = SALES
  | Tracks        = <!-- For use with Singles --->
+
  | Certification = CERTIFICATION
  | Other info    =  
+
  | Tracks        = TRACKS
 +
| Bonus tracks  = BONUS TRACKS
 +
  | Singles      = SINGLES
 
}}
 
}}
 
+
Line of text between templates.
End of live template display.
+
{{Discography list/sandbox
 
+
  | Type          = Live
==Discography (sandbox template)==
+
  | Name          = NAME LIVE
 
+
  | Other info    = OTHER INFO
Below is a display of the current {{tl|Infobox Discography/sandbox}} with data from the documentation example. See above for the current template display.
+
  | from Album    = FROM ALBUM
 
+
  | Released      = 1234
{{Infobox Discography/sandbox
 
  | Type          = Album
 
  | Name          = [[Mommy's Little Monster]]
 
  | Released      = 1983
 
| Label        = 13th Floor Records (1983), [[Triple-X]] (1989), [[Time Bomb Recordings]] (1995)
 
| Producer      = [[Social Distortion]], Chaz Ramirez, Thom Wilson
 
| Format        = CD
 
| Chart position=
 
| Certification =
 
| Sales        =
 
| Singles      = “Another State of Mind”, “Mommy's Little Monster”
 
  | from Album    = <!-- For use with Singles --->
 
  | Writer        = <!-- For use with Singles --->
 
| Tracks        = <!-- For use with Singles --->
 
| Other info    =  
 
 
}}
 
}}
{{Infobox Discography/sandbox
+
{{Discography list/sandbox
  | Type          = Album
+
  | Type          = Studio
  | Name          = [[Somewhere Between Heaven and Hell]]
+
  | Name          = NAME STUDIO
  | Released      = [[February 11]] [[1992]]
+
  | Other info    = OTHER INFO
  | Label        = [[Epic Records|Epic]]
+
  | from Album    = FROM ALBUM
  | Producer     = [[Social Distortion]]
+
  | Released     = 1234
  | Format        = CD
+
  | Format        = FORMAT
  | Chart position= #76 U.S.
+
  | Label        = LABEL
  | Certification = Gold
+
| Writer        = WRITER
  | Sales        =  
+
  | Producer      = PRODUCER
  | Singles      = “Ball and Chain”, “Let It Be Me”, “Ring of Fire”
+
  | Director      = DIRECTOR
  | from Album    = <!-- For use with Singles --->
+
  | Chart position= CHART POSITION
  | Writer        = <!-- For use with Singles --->
+
  | Sales        = SALES
  | Tracks        = <!-- For use with Singles --->
+
  | Certification = CERTIFICATION
  | Other info    =  
+
  | Tracks        = TRACKS
 +
| Bonus tracks  = BONUS TRACKS
 +
  | Singles      = SINGLES
 
}}
 
}}
 
+
Line of text after templates.
End of sandbox template display.
 

Latest revision as of 17:34, 21 October 2007

  1. REDIRECT Template:Testcases notice
  • From a page move: This is a redirect from a page that has been moved (renamed). This page was kept as a redirect to avoid breaking links, both internal and external, that may have been made to the old page name.

Without "from Album="

Comparison of {{Discography list}} and {{Discography list/sandbox}} on a test case without "from Album=".

{{Discography list
 | Type          = Live
 | Name          = NAME LIVE
 | Released      = 1234
}}
{{Discography list
 | Type          = Studio
 | Name          = NAME STUDIO
 | Other info    = OTHER INFO
 | from Album    = <!-- NON-SINGLE TEST -->
 | Released      = 1234
 | Format        = FORMAT
 | Label         = LABEL
 | Writer        = WRITER
 | Producer      = PRODUCER
 | Director      = DIRECTOR
 | Chart position= CHART POSITION
 | Sales         = SALES
 | Certification = CERTIFICATION
 | Tracks        = TRACKS
 | Bonus tracks  = BONUS TRACKS
 | Singles       = SINGLES
}}

Line of text before templates.

NAME LIVE

  • Released: 1234

NAME STUDIO (OTHER INFO)

  • Released: 1234
  • Format: FORMAT
  • Label: LABEL
  • Writer: WRITER
  • Producer: PRODUCER
  • Director: DIRECTOR
  • Chart position: CHART POSITION
  • Sales: SALES
  • Certification: CERTIFICATION
  • Tracks: TRACKS
  • Bonus tracks: BONUS TRACKS
  • Singles: SINGLES

Line of text between templates.

NAME LIVE

  • Released: 1234

NAME STUDIO (OTHER INFO)

  • Released: 1234
  • Format: FORMAT
  • Label: LABEL
  • Writer: WRITER
  • Producer: PRODUCER
  • Director: DIRECTOR
  • Chart position: CHART POSITION
  • Sales: SALES
  • Certification: CERTIFICATION
  • Tracks: TRACKS
  • Bonus tracks: BONUS TRACKS
  • Singles: SINGLES

Line of text after templates.

With "from Album="

Comparison of {{Discography list}} and {{Discography list/sandbox}} on a test case with "from Album=".

{{Discography list
 | Type          = Live
 | Name          = NAME LIVE
 | Other info    = OTHER INFO
 | from Album    = FROM ALBUM
 | Released      = 1234
}}
{{Discography list
 | Type          = Studio
 | Name          = NAME STUDIO
 | Other info    = OTHER INFO
 | from Album    = FROM ALBUM
 | Released      = 1234
 | Format        = FORMAT
 | Label         = LABEL
 | Writer        = WRITER
 | Producer      = PRODUCER
 | Director      = DIRECTOR
 | Chart position= CHART POSITION
 | Sales         = SALES
 | Certification = CERTIFICATION
 | Tracks        = TRACKS
 | Bonus tracks  = BONUS TRACKS
 | Singles       = SINGLES
}}

Line of text before templates.

"NAME LIVE" (OTHER INFO) from the album FROM ALBUM

  • Released: 1234

"NAME STUDIO" (OTHER INFO) from the album FROM ALBUM

  • Released: 1234
  • Format: FORMAT
  • Label: LABEL
  • Writer: WRITER
  • Producer: PRODUCER
  • Director: DIRECTOR
  • Chart position: CHART POSITION
  • Sales: SALES
  • Certification: CERTIFICATION
  • Tracks: TRACKS
  • Bonus tracks: BONUS TRACKS
  • Singles: SINGLES

Line of text between templates.

"NAME LIVE" (OTHER INFO) from the album FROM ALBUM

  • Released: 1234

"NAME STUDIO" (OTHER INFO) from the album FROM ALBUM

  • Released: 1234
  • Format: FORMAT
  • Label: LABEL
  • Writer: WRITER
  • Producer: PRODUCER
  • Director: DIRECTOR
  • Chart position: CHART POSITION
  • Sales: SALES
  • Certification: CERTIFICATION
  • Tracks: TRACKS
  • Bonus tracks: BONUS TRACKS
  • Singles: SINGLES

Line of text after templates.