STAR ARMY

Sci-fi roleplaying and worldbuilding community

User Tools

Site Tools


wiki:struct:schemas:ndc_personnel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:struct:schemas:ndc_personnel [2021/11/29 15:33] – created weswiki:struct:schemas:ndc_personnel [2023/12/21 04:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== NDC Personnel Schema ====== ====== NDC Personnel Schema ======
-Schema ndc_personnel has the following columns available:+[[faction:ndc:start|]] gets to have its own faction-specific database for tracking its military personnel. 
 + 
 +===== Columns ===== 
 +The //ndc_personnel// schema has the following columns(fields) available:
  
   * ndc_status (a dropdown list of things like Active Duty and Retired)   * ndc_status (a dropdown list of things like Active Duty and Retired)
   * ndc_branch (Navy, Legion, etc)   * ndc_branch (Navy, Legion, etc)
-  * ndc_jobcode (a dropdown list of all rank codes and ranks as listed on the NDC rank page) +  * ndc_jobcode (a dropdown list of all rank codes and ranks as listed on the [[faction:ndc:military:ranks|NDC rank page]]
-  * ndc_rank (a dropdown list of all rank codes and ranks as listed on the NDC rank page)+  * ndc_rank (a dropdown list of all rank codes and ranks as listed on the [[faction:ndc:military:ranks|NDC rank page]])
   * ndc_assignment (wiki page of assignment, autocompletes)   * ndc_assignment (wiki page of assignment, autocompletes)
 +
 +===== Example: NDC Crew Roster =====
 +
 +<code>
 +---- struct table ----
 +schema: characters, ndc_personnel
 +cols: character_image, ndc_rank, %title%, ndc_jobcode, owner, status
 +filter: ndc_assignment = plot:nds_ravenacas_watch
 +order:%title%
 +csv: 0
 +----
 +</code>

wiki/struct/schemas/ndc_personnel.txt · Last modified: 2023/12/21 04:26 by 127.0.0.1