|
|
Bowser - HO - Steam Loco Kits
Old Lady 2-8-0
|
|
>
History: This
is a greatly modified version of the Varney "Old Lady". The
engine was modeled after a Southern Pacific loco but is similar to locomotives
used on the Southern, UP, Erie and other roads. Consult photos of the
prototype you wish to model for adding more detail. We do not have a Superdetail
Kit for the "Old Lady".
Complete Kit and Accessories: The
locomotive and tender complete kit has all of the parts to build a working
model. We have a painted engineer and fireman and assembled valve
gear available as optional equipment to compliment your kit-building needs.
// June 7, 2004 -Copyright © 2004 - Delorey Consulting Group - All rights reserved.
#--------------------------------------------------------------------------------------------------------------------------
# Alias Fieldname Width Description Example
# --------- ----------- ----- -------------------------------------------------- ---------------------------
$tablefield1="ind"; # 018, bowser.ind AS ind, Unique part number (i.e., vnr+pn+drop_nr)
$tablefield2="vnr"; # 016, bowser.vnr AS vnr, Vendor number
$tablefield3="pn"; # 016, bowser.pn AS pn, Part number
$tablefield4="drop_nr"; # 016, bowser.drop_nr AS drop_nr, Manual entry to make 'ind' unique
$tablefield5="vendor"; # 080, bowser.vendor AS vendor, Vendor text name
$tablefield6="descr"; # 100, bowser.desc AS [desc], Part description
$tablefield7="price"; # 012, bowser.price AS price, Retail price [decimal 9,2]
$tablefield8="extprice"; # 012, bowser.extprice AS extprice, Extended price [not populated] [decimal 9,2]
$tablefield9="f1"; # 012, bowser.f1 AS f1, Not used
$tablefield10="inventory"; # 024, bowser.inventory AS inventory, Count in inventory
$tablefield11="type"; # 080, bowser.type AS type, Web page destination code(s)
$tablefield12="dir"; # 064, bowser.dir AS dir, Directory of image, document or URL
$tablefield13="image"; # 064, bowser.image AS [image], Name of image, document or URL
$tablefield14="extension"; # 064, bowser.extension AS extension, Extension of image,document or URL
$tablefield15="nrpieces"; # 012, bowser.nrpieces AS nrpieces, Number of pieces in an assembly [i.e., 'type']
$tablefield16="group"; # 080, bowser.group AS [group], Group (e.g., L-1, K-4)
$tablefield17="type_alt"; # 080, bowser.type_alt AS type_alt, Ancillary to 'type'
$tablefield18="comments"; # 080, bowser.comments AS comments, Comments
$tablefield19="dx"; # 012, bowser.dx AS dx, Used for various internal calculations
$tablefield20="dy"; # 012, bowser.dy AS dy Used for various internal calculations
#--------------------------------------------------------------------------------------------------------------------------
# phpMyAdmin MySQL-Dump
# version 2.4.0
# http://www.phpmyadmin.net/ (download page)
# Host: 10.0.6.3
# Generation Time: May 16, 2005 at 04:20 PM
# Server version: 4.0.24
# PHP Version: 4.3.2
# Database : `ddelorey`
# --------------------------------------------------------
/*
CREATE TABLE table8 (
ind varchar(18) NOT NULL default '',
vnr varchar(16) NOT NULL default '',
pn varchar(16) NOT NULL default '',
drop_nr varchar(16) NOT NULL default '',
vendor varchar(80) NOT NULL default '',
descr varchar(100) NOT NULL default '',
price decimal(9,2) NOT NULL default '0.00',
extprice decimal(9,2) NOT NULL default '0.00',
f1 varchar(12) NOT NULL default '',
inventory varchar(24) NOT NULL default '',
type varchar(80) NOT NULL default '',
dir varchar(64) NOT NULL default '',
image varchar(64) NOT NULL default '',
extension varchar(64) NOT NULL default '',
nrpieces varchar(12) NOT NULL default '',
group varchar(80) NOT NULL default '',
type_alt varchar(80) NOT NULL default '',
comments varchar(80) NOT NULL default '',
dx varchar(12) NOT NULL default '',
dy varchar(12) NOT NULL default '',
PRIMARY KEY (ind)
) TYPE=MyISAM COMMENT='Bowser Inventory Table';
*/
#--------------------------------------------------------------------------------------------------------------------------
$usertable="table8";
$tablename="Bowser Inventory Table";
$createtable="create table `".$usertable."` (
`$tablefield1` varchar( 18 ) not null ,
`$tablefield2` varchar( 16 ) not null ,
`$tablefield3` varchar( 16 ) not null ,
`$tablefield4` varchar( 16 ) not null ,
`$tablefield5` varchar( 80 ) not null ,
`$tablefield6` varchar( 100 ) not null ,
`$tablefield7` decimal( 9, 2 ) not null ,
`$tablefield8` decimal( 9, 2 ) not null ,
`$tablefield9` varchar( 12 ) not null ,
`$tablefield10` varchar( 24 ) not null ,
`$tablefield11` varchar( 80 ) not null ,
`$tablefield12` varchar( 64 ) not null ,
`$tablefield13` varchar( 64 ) not null ,
`$tablefield14` varchar( 64 ) not null ,
`$tablefield15` varchar( 12 ) not null ,
`$tablefield16` varchar( 80 ) not null ,
`$tablefield17` varchar( 80 ) not null ,
`$tablefield18` varchar( 80 ) not null ,
`$tablefield19` varchar( 12 ) not null ,
`$tablefield20` varchar( 12 ) not null ,
primary key ( `$tablefield1` )
) comment = '$tablename';";
#--------------------------------------------------------------------------------------------------------------------------?> |
Kit Components and Replacement Parts:
The following parts are listed in order to identify parts in your kit or to
replace parts that have been lost, damaged or simply worn out. This is
not a complete list of all of the individual parts available for this model
- please call Bowser with your specific requirements
if you cannot find the parts you need. You may also use our on-line
catalog to find parts by description. Please note that part numbers
with a price of "Call Us" may be part of an assembly and may not be available
as a separate purchase item.
// June 7, 2004 -Copyright © 2004 - Delorey Consulting Group - All rights reserved.
#--------------------------------------------------------------------------------------------------------------------------
# Alias Fieldname Width Description Example
# --------- ----------- ----- -------------------------------------------------- ---------------------------
$tablefield1="ind"; # 018, bowser.ind AS ind, Unique part number (i.e., vnr+pn+drop_nr)
$tablefield2="vnr"; # 016, bowser.vnr AS vnr, Vendor number
$tablefield3="pn"; # 016, bowser.pn AS pn, Part number
$tablefield4="drop_nr"; # 016, bowser.drop_nr AS drop_nr, Manual entry to make 'ind' unique
$tablefield5="vendor"; # 080, bowser.vendor AS vendor, Vendor text name
$tablefield6="descr"; # 100, bowser.desc AS [desc], Part description
$tablefield7="price"; # 012, bowser.price AS price, Retail price [decimal 9,2]
$tablefield8="extprice"; # 012, bowser.extprice AS extprice, Extended price [not populated] [decimal 9,2]
$tablefield9="f1"; # 012, bowser.f1 AS f1, Not used
$tablefield10="inventory"; # 024, bowser.inventory AS inventory, Count in inventory
$tablefield11="type"; # 080, bowser.type AS type, Web page destination code(s)
$tablefield12="dir"; # 064, bowser.dir AS dir, Directory of image, document or URL
$tablefield13="image"; # 064, bowser.image AS [image], Name of image, document or URL
$tablefield14="extension"; # 064, bowser.extension AS extension, Extension of image,document or URL
$tablefield15="nrpieces"; # 012, bowser.nrpieces AS nrpieces, Number of pieces in an assembly [i.e., 'type']
$tablefield16="group"; # 080, bowser.group AS [group], Group (e.g., L-1, K-4)
$tablefield17="type_alt"; # 080, bowser.type_alt AS type_alt, Ancillary to 'type'
$tablefield18="comments"; # 080, bowser.comments AS comments, Comments
$tablefield19="dx"; # 012, bowser.dx AS dx, Used for various internal calculations
$tablefield20="dy"; # 012, bowser.dy AS dy Used for various internal calculations
#--------------------------------------------------------------------------------------------------------------------------
# phpMyAdmin MySQL-Dump
# version 2.4.0
# http://www.phpmyadmin.net/ (download page)
# Host: 10.0.6.3
# Generation Time: May 16, 2005 at 04:20 PM
# Server version: 4.0.24
# PHP Version: 4.3.2
# Database : `ddelorey`
# --------------------------------------------------------
/*
CREATE TABLE table8 (
ind varchar(18) NOT NULL default '',
vnr varchar(16) NOT NULL default '',
pn varchar(16) NOT NULL default '',
drop_nr varchar(16) NOT NULL default '',
vendor varchar(80) NOT NULL default '',
descr varchar(100) NOT NULL default '',
price decimal(9,2) NOT NULL default '0.00',
extprice decimal(9,2) NOT NULL default '0.00',
f1 varchar(12) NOT NULL default '',
inventory varchar(24) NOT NULL default '',
type varchar(80) NOT NULL default '',
dir varchar(64) NOT NULL default '',
image varchar(64) NOT NULL default '',
extension varchar(64) NOT NULL default '',
nrpieces varchar(12) NOT NULL default '',
group varchar(80) NOT NULL default '',
type_alt varchar(80) NOT NULL default '',
comments varchar(80) NOT NULL default '',
dx varchar(12) NOT NULL default '',
dy varchar(12) NOT NULL default '',
PRIMARY KEY (ind)
) TYPE=MyISAM COMMENT='Bowser Inventory Table';
*/
#--------------------------------------------------------------------------------------------------------------------------
$usertable="table8";
$tablename="Bowser Inventory Table";
$createtable="create table `".$usertable."` (
`$tablefield1` varchar( 18 ) not null ,
`$tablefield2` varchar( 16 ) not null ,
`$tablefield3` varchar( 16 ) not null ,
`$tablefield4` varchar( 16 ) not null ,
`$tablefield5` varchar( 80 ) not null ,
`$tablefield6` varchar( 100 ) not null ,
`$tablefield7` decimal( 9, 2 ) not null ,
`$tablefield8` decimal( 9, 2 ) not null ,
`$tablefield9` varchar( 12 ) not null ,
`$tablefield10` varchar( 24 ) not null ,
`$tablefield11` varchar( 80 ) not null ,
`$tablefield12` varchar( 64 ) not null ,
`$tablefield13` varchar( 64 ) not null ,
`$tablefield14` varchar( 64 ) not null ,
`$tablefield15` varchar( 12 ) not null ,
`$tablefield16` varchar( 80 ) not null ,
`$tablefield17` varchar( 80 ) not null ,
`$tablefield18` varchar( 80 ) not null ,
`$tablefield19` varchar( 12 ) not null ,
`$tablefield20` varchar( 12 ) not null ,
primary key ( `$tablefield1` )
) comment = '$tablename';";
#--------------------------------------------------------------------------------------------------------------------------?> |