The Wiki
The characters schema is probably Star Army's most important Struct schema and applies to all character pages in the correct namespaces (excluding WIPs).
The characters schema is assigned to the characters namespace.
Columns you can use are:
This example is a list of characters from one player that is searchable and has multiple pages if there's more than 25 results.
---- struct table ---- schema: characters cols: character_image, %title%, character_plots filter: owner = members:wes order: %title% csv: 0 dynfilters: 1 rownumbers: 1 max: 25 ----
---- struct table ---- schema: characters cols: character_image, %title%, character_occupation, character_gender, character_species filter: character_location = places:ternifac csv: 0 ----
---- struct table ---- schema: characters cols: character_image, %title%, character_occupation filter: character_plots = plots:your_plot_page csv: 0 ----
^ {{$characters.character_name}} ^^ | {{$characters.character_image}} || ^ Species & Gender | {{$characters.character_species}} {{$characters.character_gender}} | ^ Organization: | {{$characters.character_organization}} | ^ Occupation: | {{$characters.character_occupation}} | ^ Current Placement: | {{$characters.character_location}} |