Difference between revisions of "User:Arrogantrabbit"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
digraph KB { | digraph KB { | ||
− | node [fontname="Helvetica", fontsize=" | + | node [fontname="Helvetica", fontsize="12"] |
edge [fontname="Helvetica"] | edge [fontname="Helvetica"] | ||
Line 14: | Line 14: | ||
blkbox [style="bold", shape="box"] | blkbox [style="bold", shape="box"] | ||
whtbox [style="bold", shape="box"] | whtbox [style="bold", shape="box"] | ||
+ | wbox [style="bold", shape="box"] | ||
+ | START [fontsize="14"] | ||
basic [label="Is it a keyboard?"] | basic [label="Is it a keyboard?"] | ||
− | aesthetic [label=" | + | aesthetic [label="Pick the keyboard up and look at it.\nIs it in good condition?"] |
− | usbk [label="Put it in the | + | usbk [label="Put it in the\nUSB KEYBOARDS BOX", fontsize="14"] |
color [label="Is it mostly black or white?"] | color [label="Is it mostly black or white?"] | ||
clicky [label="Feel the keys.\nIs the keyboard CLICKY?"] | clicky [label="Feel the keys.\nIs the keyboard CLICKY?"] | ||
ergo [label="Inspect it.\nIs it an ergonomic, foldable model?"] | ergo [label="Inspect it.\nIs it an ergonomic, foldable model?"] | ||
− | staff [label="Ask a STAFF MEMBER", | + | staff [label="Ask a STAFF MEMBER", fontsize="14"] |
− | obox [label="Put it in the | + | obox [label="Put it in the\nONLINE SALES BOX", fontsize="14"] |
− | recycle [label="RECYCLE the keyboard", | + | recycle [label="RECYCLE the keyboard", fontsize="14"] |
− | port [label="What kind of | + | port [label="What kind of CONNECTOR does it have?"] |
ps2 [label ="PS2"] | ps2 [label ="PS2"] | ||
usb [label="USB"] | usb [label="USB"] | ||
− | + | color [label="What color are the KEYS?"] | |
− | color [label="What color are the | + | black [label="Mostly BLACK"] |
− | black [label="Mostly | + | white [label="Mostly WHITE"] |
− | white [label="Mostly white"] | + | neither [label="NEITHER black nor white"] |
− | + | weird [label="Look at the cable.\nDoes it have a USB or PS2 connector?"] | |
− | test [label="Plug it in and test it. | + | test [label="Plug it in and test it.\nDOES IT WORK?"] |
− | blkbox [label="Put it in the | + | blkbox [label="Put it in the\nTESTED BLACK PS2s BOX", fontsize="14"] |
− | whtbox [label="Put it in the | + | whtbox [label="Put it in the\nTESTED WHITE PS2s BOX", fontsize="14"] |
+ | wireless [label="Is it a WIRELESS KEYBOARD?"] | ||
+ | wbox [label="Take it to the\nWIRELESS KEYBOARDS AND MICE BOX", fontsize="14"] | ||
START -> basic | START -> basic | ||
− | basic -> | + | basic -> wireless[label="Yes"] |
− | basic ->staff [label="No", color="blue"] | + | basic -> staff [label="No", color="blue"] |
+ | |||
+ | wireless -> aesthetic [label="No"] | ||
+ | wireless -> wbox [label="Yes"] | ||
aesthetic -> clicky [label="Yes"] | aesthetic -> clicky [label="Yes"] | ||
Line 47: | Line 54: | ||
clicky -> obox [label="Yes", color="green"] | clicky -> obox [label="Yes", color="green"] | ||
− | ergo -> | + | ergo -> weird [label="No"] |
− | ergo-> obox [label="Yes", color="green"] | + | ergo -> obox [label="Yes", color="green"] |
+ | |||
+ | weird -> test [label="Yes"] | ||
+ | weird -> recycle [label="No", color="red"] | ||
test -> port [label="Yes"] | test -> port [label="Yes"] | ||
Line 55: | Line 65: | ||
port -> ps2 | port -> ps2 | ||
port -> usb | port -> usb | ||
− | |||
ps2 -> color | ps2 -> color | ||
Line 70: | Line 79: | ||
usb -> usbk | usb -> usbk | ||
− | |||
− | |||
} | } | ||
</graphviz> | </graphviz> | ||
+ | |||
+ | <gallery caption="Sample gallery" widths="100px" heights="100px" perrow="3"> | ||
+ | File:PS2.png | ||
+ | File:Zuid_Holland-Position.png, AT Keyboard Connector | ||
+ | </gallery> |