====== People Playground ====== template { person table#test } fields { ?person[ref] ?description ?type[ref] ?clan[ref] ?type_image[imagelink::32] ?clan_image[imagelink::32] ?nest ?tag } ?person is a: person ?person Description [wiki]: ?description optional { ?person Family [ref]: ?family } optional { ?person Nest [ref]: ?nest } optional { ?person Proper Name: ?propername } optional { ?person Type [ref]: ?type ?person Type [ref]: ?type_image } optional { ?person Clan [ref]: ?clan ?person Clan [ref]: ?clan_image } optional { ?person Tags [tag]: ?tag } optional { ?person Gender: ?gender } optional { ?person Style: ?style } optional { ?person Rank: ?rank } group { ?person } sort { ?person } ui { Person { filter: text } Tag { filter: select } Type { filter: select } Clan { filter: select } Nest { filter: select } Description { sort:no filter:text } Type_image { sort:no filter:no } Clan_image { sort:no filter:no } }