Disable All Advertising
Image
EAN-139780415026758   EAN-13 barcode 9780415026758
Product NameLego Star Wars: The Visual Dictionary
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionHeight:0.9 inches / Length:11.7 inches / Weight:2.1 pounds / Width:10.2 inches
Amazon.comA Buy on Amazon ~ 0756655293
SKUAPX7687674731063442
Price New21.97 US Dollars    (curriencies)
Price Used1.29 US Dollars    (curriencies)
Width0.89 inches    (convert)
Height12.06 inches    (convert)
Length10.23 inches    (convert)
Weight33.6 ounces    (convert)
AuthorSimon Beecroft
Page Count96
BindingHardcover
Published09/21/2009
FeaturesFans of Star Wars and LEGO alike will enjoy this fascinating visual dictionary, Learn about the manufacture and construction of the minifigures of the Star Wars galaxy, Characters like Darth Vader, Boba Fett, Yoda and more are brought to life, Learn more about accessories, vehicles, weapons and even the Death Star, Little-known facts and hundreds of photos
Long DescriptionIn true DK style, LEGO® Star Wars™: The Visual Dictionary elucidates, illuminates, and excites even the most discerning LEGO Group, Star Wars™, and minifigure fans around the world. Darth Vader, Boba Fett, Yoda, Luke Skywalker, and more are brought to life with dozens of little-known facts and hundreds of photos of accessories, vehicles, weapons, and even the Death Star! Learn about the history, manufacturing, and construction of the minifigures of the Star Wars galaxy, and come away a LEGO® Jedi Master.
Similar Items9780756686970: Lego Star Wars Character Encyclopedia
9780749619411: Lego Star Wars Character Encyclopedia
9780706422535: Lego Star Wars Character Encyclopedia
9780571117635: Lego Star Wars Character Encyclopedia
9780571117550: Lego Star Wars Character Encyclopedia
9780550102881: Lego Star Wars Character Encyclopedia
9780448454214: Lego Star Wars Character Encyclopedia
9780416740806: Lego Star Wars Character Encyclopedia
9780345451040: Lego Star Wars Character Encyclopedia
9780213003081: Lego Star Wars Character Encyclopedia
View 10 more similar items
Created02-26-2012 10:28:41pm
Modified04-30-2020 7:41:47pm
MD5641b308b45b284f4bb797fce0f0b4250
SHA25672c0b9c30d29877421823e792134adf2d30f81e89dfb46c9d8e3aeb17ced12a5
Search Googleby EAN or by Title
Query Time0.0265911

An article of interest

Making use of the tools we offer

Data Feed API - Extra

The extra items are numerically indexed and provide extra text to go along with numeric values such as weights or distances or even currencies. The attributes that use these extra indexes are all numeric and take two fields. You can send the data in a single field as long as you use the same short or long text that we keep in our database.

Although the data feed API can deliver information as JSON or XML, we are using XML here because it is easier to read.

<attribute>
   <extra_group>Distance</extra_group>
   <field_name>depth</field_name>
   <extra>
      <id>501</id>
      <extra_short>in</extra_short>
      <extra_long>inches</extra_long>
      <seq>10</seq>
   </extra>
   <extra>
      <id>503</id>
      <extra_short>ft</extra_short>
      <extra_long>feet</extra_long>
      <seq>20</seq>
   </extra>
   <extra>
      <id>505</id>
      <extra_short>yrd</extra_short>
      <extra_long>yards</extra_long>
      <seq>30</seq>
   </extra>
</attribute>

Looking at this example, you can see that the EXTRA portion is an array of values each with their own properties. Here is what each section means:

This extra information is normally used in a drop down box next to the numeric data field that we want to enhance. Some examples might be:

You see we can display the long or short version of the extra code by using the ID index.

Fields that make use of this extra information require it when pushing data back to us in the feed. You can either send the data in two fields (value and extra_id) or in a single field (value) as long as the text following the numeric portion matches the long or short version of the extra data we store for the field.

For example, if you wanted to update a field that represented distance with the value "100 yards", you could either send that data just like that in the value field value=100+yards or in two seperate fields value=100&extra_id=505 and you would get the same results. If you send an invalid extra_id or text after the number that doesn't match our accepted list, your update would be rejected.