**`=this.file.name`** is the centre of higher learning in Prosperity. > [!infobox| right wikipedia] > # `=this.file.name` > ![[place_placeholder.svg|cover hsmall]] > ##### General > | | | > | ---- | ---- | > | **Location** | `=this.settlement` | > | **District** | `=this.district` | > | **Category** | `=this.placeCategory` | > | **Faction** | `=this.faction` | > | **Owner/Proprietor** | `=this.proprietor` | # General This is the places description. # NPCs `BUTTON[button_person]` The following people are associated with this place. ```base properties: file.name: displayName: Star Systems Name note.MyCategory: displayName: Type of Star System note.char_race: displayName: Race note.char_gender: displayName: Gender note.char_age: displayName: Age views: - type: cards name: Star Systems - Cards filters: and: - file.folder == "2-World/People" - list(MyContainer).contains(this) - char_status.contains("Alive") order: - file.name - char_age - char_gender - char_race image: note.image - type: table name: Star Systems - Table filters: and: - file.folder == "2-World/People" - list(MyContainer).contains(this) - char_status.contains("Alive") order: - file.name sort: - property: file.name direction: DESC columnSize: file.name: 182 ``` ```dataview TABLE WITHOUT ID file.link AS "NPCs", gender AS "Gender", faction AS "Faction", district AS "District" from "4-People/People" where home = this.file.link OR settlement = this.file.link where publish = true sort file.link ASC ``` # DM Notes Make notes of what you need to track in the town here. # Services Services offered. | Item | Cost | Weight | | ------ | ---- | ------ | | Service 1 | 1gp | L | | Service 2 | 1cp | - | # Rumours Anything the party might over hear? # Gallery