// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>
Millennium Puzzle Set 1,000
This adventurous 1000 piece puzzle set incorporates four of Wentworth's 250 piece interlocking laser-cut plywood jigsaw puzzles housed in a presentation boxed set and including an explanatory flyer on the historical events depicted. The set was planned and initially designed by Tom Tyler, then a consultant to the Company, the artwork itself then being supplied by the British artist Malcolm Root. Born in 1950, he has become a prolific painter, predominantly of vintage transport-themed subjects. Here he has created four superb montages, each interpreting scenes pertinent to the 250 year period they portray, namely:
1000 A.D.-1250 A.D. Forging Nations in Conflict
1250 A.D.-1500 A.D. Developing Industry & Trade
1500 A.D.-1750 A.D. Exploring the World and
1750 A.D.-2000 A.D. Expanding Transport
Wentworth have then further complimented the set with a fine array of Whimsy shaped pieces, cleverly themed towards the section of puzzle which they belong in.
Artist: Root, Malcolm
Date: 2000
Brand: Wentworth Wooden Jigsaw Company
Material: Plywood
Nationality: British-England
Pieces: 1000
Size: 4" x (14" x 10)"
Theme: Historical
Title: Millennium Puzzle Set 1,000
// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>