LEGO Elements
Inserting pictures of LEGO elements in your pages is easy if you know the
LDraw part codes. Everything you ever wanted to
know about LDraw part codes and color numbers is available in
Partsref.
- 2337 is the LDraw part number for Windscreen 4 x 4 x 2 Canopy Extender
You write...
You get...
By default, a generic color (a sort of off-white, cream-colored beige)
is used. If you know LDraw color numbers, you can apply colors.
- 2337 is the LDraw part number for Windscreen 4 x 4 x 2 Canopy Extender
- 46 is the LDraw color number for transparent yellow
You write...
You get...
Multiplying Parts
If you want to show several copies of an element, you can apply a repeat
count. Ever wondered what a dozen transparent neon yellow/green skeletons
might look like?
- 6260c01 is the LDraw part number for Minifig Skeleton (Shortcut)
- 42 is the LDraw color number for transparent neon yellow/green
- 12 is the repetition count
You write...
<<LDrawPart(6260c01:42:12)>>
|
|
You get...
Simple Layout
And if youre familiar with FTX tables, you can make cute little
arrangements of bricks.
- 3001, 3002, 3003, 3004, 3005, and 3024 are the part numbers
- 15 is the LDraw color number for white
- 1, 2, 3, 4, 6, and 7 are repetition counts
You write...
~| <<LDrawPart(3001:15:1)>>
~| <<LDrawPart(3002:15:2)>>
~| <<LDrawPart(3003:15:3)>>
~| <<LDrawPart(3004:15:4)>>
~| <<LDrawPart(3005:15:6)>>
~| <<LDrawPart(3024:15:7)>>
|
|
You get...
Arch Geometry
You write...
~|
~| [3 long]
~| [4 long]
~| [6 long]
~| [8 long]
~| [1 tall]
~| <<LDrawPart(4490:7)>>
~| <<LDrawPart(3659:7)>>
~| <<LDrawPart(3455:7)>>
~|
~| [2 tall]
~|
~| <<LDrawPart(6182:7)>>
~| <<LDrawPart(3307:7)>>
~| <<LDrawPart(3308:7)>>
|
|
You get...
| | 3 long
| | 4 long
| | 6 long
| | 8 long
|
| 1 tall
| |
| |
| |
| | (n/a)
|
| 2 tall
| | (n/a)
| |
| |
| |
|
Rainbow of Gems, Rocks, and Crystals
You write...
~| <<LDrawPart(30153:47)>>
~| <<LDrawPart(30153:41)>>
~| <<LDrawPart(30153:33)>>
~| <<LDrawPart(30153:34)>>
~| <<LDrawPart(30153:42)>>
~| <<LDrawPart(30153:46)>>
~| <<LDrawPart(30153:57)>>
~| <<LDrawPart(30153:36)>>
~| <<LDrawPart(52:47)>>
~| <<LDrawPart(52:41)>>
~| <<LDrawPart(52:33)>>
~| <<LDrawPart(52:34)>>
~| <<LDrawPart(52:42)>>
~| <<LDrawPart(52:46)>>
~| <<LDrawPart(52:57)>>
~| <<LDrawPart(52:36)>>
~| <<LDrawPart(30213:47)>>
~| <<LDrawPart(30213:41)>>
~| <<LDrawPart(30213:33)>>
~| <<LDrawPart(30213:34)>>
~| <<LDrawPart(30213:42)>>
~| <<LDrawPart(30213:46)>>
~| <<LDrawPart(30213:57)>>
~| <<LDrawPart(30213:36)>>
|
|
You get...
World Flags
You write...
~| Sweden¬<<LDrawPart(777p02:15)>>
~| Finland¬<<LDrawPart(777p04:15)>>
~| Denmark¬<<LDrawPart(777p03:15)>>
~| Austria¬<<LDrawPart(777p06:15)>>
~| Germany¬<<LDrawPart(777p01:15)>>
~| Belgium¬<<LDrawPart(777p09:15)>>
~| UK¬<<LDrawPart(777p11:15)>>
~| France¬<<LDrawPart(777p07:15)>>
~| Italy¬<<LDrawPart(777p08:15)>>
|
|
You get...
Sweden
| | Finland
| | Denmark
| | Austria
| | Germany
| | Belgium
|
| UK
| | France
| | Italy
|
Road Signs
You write...
~|v No Left Turn¬<<LDrawPart(80039:15)>>
~|v No Parking¬<<LDrawPart(80045:15)>>
~|v No Thoroughfare¬<<LDrawPart(7284:15)>>
~|v Dangerous¬Intersection¬<<LDrawPart(81294:15)>>
|
|
You get...
No Left Turn
| | No Parking
| | No Thoroughfare
| | Dangerous Intersection
|
Technic Angle Connectors
You write...
~| #1¬<<LDrawPart(32013:15)>>
~| #2¬<<LDrawPart(32034:15)>>
~| #3¬<<LDrawPart(32016:15)>>
~| #4¬<<LDrawPart(924:15)>>
~| #5¬<<LDrawPart(32015:15)>>
~| #6¬<<LDrawPart(32014:15)>>
|
|
You get...
|