Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:CorpRP Military Faction Infobox: Difference between revisions

Template page
imported>Oracle9
Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">..."
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 5: Line 5:
   <image source="image1">
   <image source="image1">
     <caption source="caption1"/>
     <caption source="caption1"/>
  </image>
  <image source="image2">
    <caption source="caption2"/>
   </image>
   </image>
   <data source="row1">
   <data source="row1">
     <label>Label</label>
     <label>Established</label>
   </data>
   </data>
   <data source="row2">
   <data source="row2">
     <label>Label</label>
     <label>Service Branches</label>
   </data>
   </data>
  <data source="headquarters">
    <label>Headquarters</label>
  </data>
  <group>
    <header>Leadership</header>
    <data source="commander-in-chief">
      <label>Commander-in-chief</label>
    </data>
  </group>
  <group>
    <header>Details</header>
    <data source="active_personnel">
      <label>Active personnel</label>
    </data>
    <data source="reserve_personnel">
      <label>Reserve personnel</label>
    </data>
    <data source="budget">
      <label>Budget</label>
    </data>
    <data source="suppliers">
      <label>Suppliers</label>
    </data>
    <data source="conflicts">
      <label>Conflicts</label>
    </data>
  </group>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{TCH Military Power Infobox
{{TCH Military Power Infobox
|title1=Example
|title1=Full Name
|image1=Example
|image1=Example.png
|caption1=Example
|image2=Example.png
|row1=Example
|row1=Established
|row2=Example
|row2=Service branches
|headquarters=Example
|commander-in-chief=Example
|active_personnel=Example
|reserve_personnel=Example
|budget=Example
|suppliers=Example
|conflicts=Example
}}
}}
</pre>
</pre>
</noinclude>
<templatedata>
{
"params": {
"title1": {
"aliases": [
"title1"
],
"label": "Name of Military Force",
"type": "string"
},
"image1": {
"aliases": [
"image1"
],
"label": "Logo",
"description": "Logo or flag of the military force.",
"type": "wiki-file-name"
},
"image2": {
"aliases": [
"image2"
],
"label": "Image 2",
"description": "For showing the military force in action, other images...",
"type": "wiki-file-name"
},
"caption1": {
"label": "Logo Caption",
"type": "string"
},
"caption2": {
"aliases": [
"caption2"
],
"label": "Image 2 Caption",
"type": "string"
},
"row1": {
"aliases": [
"row1"
],
"label": "Established",
"type": "date"
},
"row2": {
"aliases": [
"row2"
],
"label": "Service Branches",
"type": "string"
},
"headquarters": {
"aliases": [
"headquarters"
],
"label": "Headquarters",
"description": "Where are the headquarters located?",
"type": "string"
},
"commander-in-chief": {
"aliases": [
"commander-in-chief"
],
"label": "Commander in Chief",
"type": "string"
},
"active_personnel": {
"aliases": [
"active_personnel"
],
"label": "Number of Active Personnel",
"type": "string"
},
"reserve_personnel": {
"aliases": [
"reserve_personnel"
],
"label": "Number of Reserve Personnel",
"type": "string"
},
"suppliers": {
"aliases": [
"suppliers"
],
"label": "Suppliers",
"description": "Corporations or other nations that supply this military force with weapons/vehicles.",
"type": "string"
},
"conflicts": {
"aliases": [
"conflicts"
],
"label": "Conflicts",
"type": "string"
},
"budget": {
"aliases": [
"budget"
],
"label": "Budget",
"description": "Budget in CM",
"type": "string"
}
},
"paramOrder": [
"title1",
"image1",
"caption1",
"image2",
"caption2",
"row1",
"row2",
"headquarters",
"commander-in-chief",
"active_personnel",
"reserve_personnel",
"suppliers",
"conflicts",
"budget"
]
}
</templatedata></noinclude>

Latest revision as of 17:00, 23 July 2023

Example usage:

{{TCH Military Power Infobox
|title1=Full Name
|image1=Example.png
|image2=Example.png
|row1=Established
|row2=Service branches
|headquarters=Example
|commander-in-chief=Example
|active_personnel=Example
|reserve_personnel=Example
|budget=Example
|suppliers=Example
|conflicts=Example
}}

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Name of Military Forcetitle1 title1

no description

Stringoptional
Logoimage1 image1

Logo or flag of the military force.

Fileoptional
Logo Captioncaption1

no description

Stringoptional
Image 2image2 image2

For showing the military force in action, other images...

Fileoptional
Image 2 Captioncaption2 caption2

no description

Stringoptional
Establishedrow1 row1

no description

Dateoptional
Service Branchesrow2 row2

no description

Stringoptional
Headquartersheadquarters headquarters

Where are the headquarters located?

Stringoptional
Commander in Chiefcommander-in-chief commander-in-chief

no description

Stringoptional
Number of Active Personnelactive_personnel active_personnel

no description

Stringoptional
Number of Reserve Personnelreserve_personnel reserve_personnel

no description

Stringoptional
Supplierssuppliers suppliers

Corporations or other nations that supply this military force with weapons/vehicles.

Stringoptional
Conflictsconflicts conflicts

no description

Stringoptional
Budgetbudget budget

Budget in CM

Stringoptional