// 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
//
?>
Vue du Château de Versailles
Fine quality shaped jigsaw from this superb series of Eventail XVIIIème, or 18th Century fan, puzzles which features Louis XIV's castle and scenes around it.
In the 4 brown cartouches (left and right bottom) are captions corresponding to numbers on the fan :
1) ? (unreadable)
2) Les grandes Écuries
3) Les petites Écuries
4) Le corps de Garde des Gardes Français
5) Le corps de Garde des Gardes Suisses
6) La Grande Cour
7) Les Gardes Français
8) Les Gardes Suisses
9) La 2° Cour
10) La Cour de Marbre
11) L'Appartement du Roy
12) L'Appartement de la Reine
13) L'Escalier des Ambassadeurs
14) La Chapelle du Roy
15) Les Pavillons des Ministres
Thanks to Jacques Vélu, for supplying the photographs and details of this super puzzle.
Artist: Unsigned
Brand: Puzzle Michèle Wilson
Material: Plywood
Nationality: France
Number: C926-150
Pieces: 150
Size: 26cm" x 13cm (10 1/4" X 5)"
Theme: Famous Buildings
Title: Vue du Château de Versailles
// 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
//
?>