Table of Contents

Characters Schema

The characters schema is probably Star Army's most important Struct schema and applies to all character pages in the correct namespaces (excluding WIPs).

Namespaces Assigned

The characters schema is assigned to the characters namespace.

Columns

Columns you can use are:

Example: List Your Characters

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
----

Example: All Characters In A Location

---- struct table ----
schema: characters
cols: character_image, %title%, character_occupation, character_gender, character_species
filter: character_location = places:ternifac
csv: 0
----

Example: All Characters In A Plot

---- struct table ----
schema: characters
cols: character_image, %title%, character_occupation
filter: character_plots = plots:your_plot_page
csv: 0
----

Automated Info Box

^  {{$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}}  |