// 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
//
?>
de Havilland Hercules Air Liner, A
Small interlocking plywood jigsaw puzzle produced by J Salmon in association with the Meccano Magazine.
The painting, which is unsigned, features a de Havilland Hercules triple-engine biplane, in flight above the pyramids of Giza, with a further single-engine plane taking off behind it. This particular Hercules, number G-EBMY, was one of several built for Imperial Airways in the 1920s to operate services between Cairo and Baghdad, as well as Cairo-Karachi. A little research found a photographic image of this specifically numbered aircraft, carrying the name of City of Baghdad. It also transpires that the very name of Hercules was chosen as a result of a c1926 competition in Meccano Magazine, whilst the prototype aircraft was still under construction! Source Wikipedia.
The puzzle itself included an additional piece, presumably from another copy of the puzzle, which was most likely added to this box by mistake during puzzle production.
Many thanks to BS for helping to identify the puzzle's number, title and approximate year of manufacture.
Artist: Unsigned
Date: c1930/31
Brand: Salmon Ltd., J.
Material: Plywood
Nationality: British-England
Number: J.727
Pieces: 100
Range: Academy
Series: Meccano
Size: 8 1/4" x 6 3/4"
Theme: Aviation
Title: de Havilland Hercules Air Liner, A
// 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
//
?>