The Wiki
The Star Army Personnel Database is a YSE faction-specific Struct schema used by Star Army Personnel Command for tracking the hundreds of Star Army of Yamatai characters with wiki character biography pages.
Uses of the Star Army Personnel Database include:
The SAPD is applied to the following namespaces:
The name of the schema is stararmy_personnel.
Available columns are:
Here's a sample crew roster as seen on the page YSS Eucharis Crew & Personnel. It calls from two schemas and uses columns from each one.
---- struct table ---- schema: stararmy_personnel, characters cols: character_image, saoy_rank, %title%, saoy_occupation, owner, status filter: saoy_status = Active Duty filter: saoy_assignment = stararmy:starships:yss_eucharis order: %title% csv: 0 ----
---- struct table ---- schema: stararmy_personnel, characters cols: saoy_rank, %title%, saoy_occupation, owner, saoy_quarters, character_gender filter: saoy_status = Active Duty filter: saoy_assignment = stararmy:starships:yss_resurgence order: saoy_quarters, %title% rownumbers: 1 csv: 0 ----
If you use this code at the bottom of your Star Army character's infobox you will never have to update these boxes manually:
^ Occupation: | {{$stararmy_personnel.saoy_occupation}} | ^ Rank: | {{$stararmy_personnel.saoy_rank}} | ^ Current Placement: | {{$stararmy_personnel.saoy_assignment}} |
Wes made this page and the schema it is about.