VbzCart/pieces/image

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | pieces
Revision as of 18:22, 15 February 2015 by Woozle (talk | contribs) (table, code, classes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

Each image:

  • corresponds to a particular view of a particular title
    • each view has an attribute
  • may have multiple standard sizes
  • has a page for every size larger than the size used on the title's page
    • each page shows links to the other sizes (those that have pages) and the title

Table

  1. REDIRECT Template:l/vc/table

Code

  1. REDIRECT Template:l/vc/code

Classes

  • collections:
    • clsImages (extends clsVbzTable)
    • clsVbzFolders (extends clsVbzTable)
  • singular:
    • clsImage (extends clsVbzRecs)
    • clsVbzFolder (extends clsDataSet)