This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
notes:unimaged_people [2015/12/01 23:51] Brend |
notes:unimaged_people [2015/12/01 23:52] (current) Brend |
||
---|---|---|---|
Line 4: | Line 4: | ||
A list of people without images. | A list of people without images. | ||
- | <table ?p> | + | <table ?p@unique "Person" ?desc@unique "Description" ?tags@unique> |
?p is a: person | ?p is a: person | ||
+ | ?p Description[wiki]: ?desc | ||
+ | ?p Tags[ref]: ?tags | ||
minus { | minus { | ||
?p Image: ?img | ?p Image: ?img | ||
+ | } | ||
+ | group { | ||
+ | ?p | ||
} | } | ||
</table> | </table> | ||