====== Wishlists ====== Items I desire of varying types. When available, I have provided purchase locations and estimated prices for each item. Each item may have one or more of the following icons in the first column: ^ Icon ^ Meaning ^ | {{glyphicon>search|researching}} | I need to do more research on this item | | {{glyphicon>list|multiple}} | I would like multiple copies of this item | | {{glyphicon>check|purchased}} | I have already purchased this item | | {{glyphicon>alert|hold}} | Ignore this item | ===== Books ===== Hardcover is preferred unless otherwise specified. No ebooks, please. ---- struct table ---- select: flag, creator, item, link, price, comments from: wishlist where: type = book order: creator head: flag, author, title dynfilters: true ---- ===== Records ===== By which I do indeed mean //records//, as in vinyl. For items ordered via Bandcamp, use the send as gift option with ''iguaranteenoonehasthisusername@gmail.com'' as the recipient address. That way they'll show up on my account. ---- struct table ---- schema: wishlist cols: flag, creator, item, link, price, comments where: type = record dynfilters: true ---- ===== Toys ===== ---- struct table ---- select: flag, creator, item, link, price, comments from: wishlist where: type = toy dynfilters: true ---- ===== Games ===== For Steam orders, use the send as gift option with ''iguaranteenoonehasthisusername@gmail.com'' as the recipient. ---- struct table ---- select: flag, item, creator, link, price, comments from: wishlist where: type = game dynfilters: 1 ---- ===== Miscellaneous ===== ---- struct table ---- select: flag, item, link, price, comments from: wishlist where: type = misc dynfilters: 1 ----