<%* const hasTitle = !tp.file.title.startsWith(āNewGalaxyā); let title; if (!hasTitle) { title = await tp.system.prompt(āEnter Galaxy Nameā); await tp.file.rename(title); } else { title = tp.file.title; } _%>
Parent:
Column
Map
Town Name
INPUT[select( option(1, ā¹ļøGeneral Info), option(2, šGalaxy Details), option(3, šGM Notes), class(tabbed) )]Tabbed
NOTE
INPUT[select( option(1, šŗļøStar Systems), class(tabbed) )]Tabbed
General Info
This is the planet description.
Planet Details
Dominant Races:
GM Notes
Make notes of what you need to track in the region here.
Star Systems
BUTTON[button_starsystem] Continents Large continuous landmasses that contain regions.
properties:
file.name:
displayName: Star Systems Name
note.MyCategory:
displayName: Type of Star System
views:
- type: cards
name: Star Systems - Cards
filters:
and:
- file.folder == "2-World/Star Systems"
- list(MyContainer).contains(this)
order:
- file.name
image: note.image
- type: table
name: Star Systems - Table
filters:
and:
- file.folder == "2-World/Star Systems"
- list(MyContainer).contains(this)
order:
- file.name
sort:
- property: file.name
direction: DESC
columnSize:
file.name: 182
