Jump to content

Template:Wing Infobox: Difference between revisions

From CAPipedia
DBurch97 (talk | contribs)
No edit summary
DBurch97 (talk | contribs)
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
</noinclude>
 
<noinclude>
<templatedata>
<templatedata>
{
{
"params": {
  "description": "Infobox for Civil Air Patrol Wing pages.",
"State": {},
  "params": {
"Image": {
    "image": {
"type": "wiki-file-name"
      "label": "Image Box",
},
      "description": "File name of the emblem or patch (e.g., Example.png).",
"imagesize": {
      "type": "wiki-file-name",
"label": "Image size"
      "suggested": true
},
    },
"alt": {
    "commander": {
"label": "Alt text",
      "label": "Commander Box",
"type": "string"
      "description": "Name and rank of the Wing Commander.",
},
      "type": "string",
"Commander": {},
      "suggested": true
"Chief of Staff": {},
    },
"Deputy Chief of Staff": {},
    "deputy_commander": {
"Squadrons": {},
      "label": "Deputy Commander Box",
"Cadets": {},
      "description": "Name and rank of the Deputy Commander.",
"Seniors": {},
      "type": "string"
"Total": {},
    },
"Awards": {},
    "chief_of_staff": {
"Website": {
      "label": "Chief of Staff Box",
"type": "url"
      "description": "Name and rank of the Chief of Staff.",
},
      "type": "string"
"Date": {
    },
"type": "date"
    "cadets": {
},
      "label": "Number of Cadets Box",
"Established": {},
      "description": "Current number of cadet members.",
"Country": {},
      "type": "number"
"Deputy Commander": {},
    },
"Senior Enlisted Leader": {}
    "seniors": {
},
      "label": "Number of Seniors Box",
"format": "block",
      "description": "Current number of senior members.",
"paramOrder": [
      "type": "number"
"Image",
    },
"imagesize",
    "total_members": {
"alt",
      "label": "Total Number of Members Box",
"Established",
      "description": "Total combined membership count.",
"Country",
      "type": "number"
"State",
    },
"Commander",
    "as_of": {
"Deputy Commander",
      "label": "As of (Date) Box",
"Chief of Staff",
      "description": "Date when the membership stats were last updated.",
"Deputy Chief of Staff",
      "type": "date"
"Senior Enlisted Leader",
    },
"Squadrons",
    "website": {
"Cadets",
      "label": "Website Box",
"Seniors",
      "description": "URL to the official Wing website.",
"Total",
      "type": "url"
"Awards",
    }
"Website",
  },
"Date"
  "paramOrder": [
]
    "image",
    "commander",
    "deputy_commander",
    "chief_of_staff",
    "cadets",
    "seniors",
    "total_members",
    "as_of",
    "website"
  ]
}
}
</templatedata>
</templatedata>
</noinclude>

Latest revision as of 09:37, 4 September 2026


<templatedata> {

 "description": "Infobox for Civil Air Patrol Wing pages.",
 "params": {
   "image": {
     "label": "Image Box",
     "description": "File name of the emblem or patch (e.g., Example.png).",
     "type": "wiki-file-name",
     "suggested": true
   },
   "commander": {
     "label": "Commander Box",
     "description": "Name and rank of the Wing Commander.",
     "type": "string",
     "suggested": true
   },
   "deputy_commander": {
     "label": "Deputy Commander Box",
     "description": "Name and rank of the Deputy Commander.",
     "type": "string"
   },
   "chief_of_staff": {
     "label": "Chief of Staff Box",
     "description": "Name and rank of the Chief of Staff.",
     "type": "string"
   },
   "cadets": {
     "label": "Number of Cadets Box",
     "description": "Current number of cadet members.",
     "type": "number"
   },
   "seniors": {
     "label": "Number of Seniors Box",
     "description": "Current number of senior members.",
     "type": "number"
   },
   "total_members": {
     "label": "Total Number of Members Box",
     "description": "Total combined membership count.",
     "type": "number"
   },
   "as_of": {
     "label": "As of (Date) Box",
     "description": "Date when the membership stats were last updated.",
     "type": "date"
   },
   "website": {
     "label": "Website Box",
     "description": "URL to the official Wing website.",
     "type": "url"
   }
 },
 "paramOrder": [
   "image",
   "commander",
   "deputy_commander",
   "chief_of_staff",
   "cadets",
   "seniors",
   "total_members",
   "as_of",
   "website"
 ]

} </templatedata>