Update to per-column layout
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div class="hf-rentry-row" data-name="{{{name}}}" data-tag="{{{tag}}}" data-status="{{{status|Active}}}">
<div class="hf-rentry-row" data-name="{{{name}}}" data-tag="{{{tag}}}" data-status="{{{status|Active}}}" data-leader1-id="{{{leader1_id|}}}" data-leader2-id="{{{leader2_id|}}}" data-officer1-id="{{{officer1_id|}}}" data-officer2-id="{{{officer2_id|}}}" data-officer3-id="{{{officer3_id|}}}"><span class="hf-rentry-col hf-rentry-col-tag">{{{tag}}}</span><span class="hf-rentry-col hf-rentry-col-name"><span class="hf-rentry-name-link" data-regiment-name="{{{name}}}">{{{name}}}</span></span><span class="hf-rentry-col hf-rentry-col-status"><span class="hf-rentry-badge hf-rentry-badge-{{{status|Active}}}">{{{status|Active}}}</span></span><span class="hf-rentry-col hf-rentry-col-person">{{{leader1_name|???}}}</span><span class="hf-rentry-col hf-rentry-col-person">{{{leader2_name|???}}}</span><span class="hf-rentry-col hf-rentry-col-person">{{{officer1_name|???}}}</span><span class="hf-rentry-col hf-rentry-col-person">{{{officer2_name|???}}}</span><span class="hf-rentry-col hf-rentry-col-person">{{{officer3_name|???}}}</span><span class="hf-rentry-col hf-rentry-col-date">{{{date_formed|???}}}</span><span class="hf-rentry-col hf-rentry-col-date">{{{date_verified|???}}}</span><span class="hf-rentry-col hf-rentry-col-actions"><span class="hf-rentry-edit-btn" data-regiment-name="{{{name}}}">Edit</span><span class="hf-rentry-delete-btn" data-regiment-name="{{{name}}}">Delete</span></span></div><noinclude>
<span class="hf-rentry-col hf-rentry-col-tag">[{{{tag}}}]</span>
<span class="hf-rentry-col hf-rentry-col-name">{{{name}}}</span>
<span class="hf-rentry-col hf-rentry-col-status"><span class="hf-rentry-badge hf-rentry-badge-{{{status|Active}}}">{{{status|Active}}}</span></span>
<span class="hf-rentry-col hf-rentry-col-person">{{{leader1_name|?}}}</span>
<span class="hf-rentry-col hf-rentry-col-person">{{{leader2_name|?}}}</span>
<span class="hf-rentry-col hf-rentry-col-person">{{{officer1_name|?}}}</span>
<span class="hf-rentry-col hf-rentry-col-person">{{{officer2_name|?}}}</span>
<span class="hf-rentry-col hf-rentry-col-person">{{{officer3_name|?}}}</span>
<span class="hf-rentry-col hf-rentry-col-date">{{{date_formed|?}}}</span>
<span class="hf-rentry-col hf-rentry-col-date">{{{date_verified|?}}}</span>
<span class="hf-rentry-col hf-rentry-col-actions"><span class="hf-rentry-edit-btn" data-regiment-name="{{{name}}}">Edit</span><span class="hf-rentry-delete-btn" data-regiment-name="{{{name}}}">Delete</span></span>
</div><noinclude>
<templatedata>
<templatedata>
{
{

Latest revision as of 03:03, 12 February 2026

{{{tag}}}{{{name}}}Active?????????????????????EditDelete

<templatedata> {

   "params": {
       "name": { "label": "Regiment Name", "type": "string", "required": true },
       "tag": { "label": "Regiment Tag", "type": "string", "required": true },
       "leader1_name": { "label": "Leader 1 Discord", "type": "string" },
       "leader1_id": { "label": "Leader 1 Discord ID", "type": "string" },
       "leader2_name": { "label": "Leader 2 Discord", "type": "string" },
       "leader2_id": { "label": "Leader 2 Discord ID", "type": "string" },
       "officer1_name": { "label": "Officer 1 Discord", "type": "string" },
       "officer1_id": { "label": "Officer 1 Discord ID", "type": "string" },
       "officer2_name": { "label": "Officer 2 Discord", "type": "string" },
       "officer2_id": { "label": "Officer 2 Discord ID", "type": "string" },
       "officer3_name": { "label": "Officer 3 Discord", "type": "string" },
       "officer3_id": { "label": "Officer 3 Discord ID", "type": "string" },
       "status": { "label": "Status", "type": "string", "default": "Active", "suggested": true },
       "date_formed": { "label": "Date Formed", "type": "string" },
       "date_verified": { "label": "Date Last Verified", "type": "string" }
   },
   "description": "A regiment entry row for the Regiment Roster page.",
   "format": "inline"

} </templatedata>