Template:LightGunFeaturesTemplate: Difference between revisions

From Dea7hsmiles
Jump to navigation Jump to search
AdamB (talk | contribs)
mNo edit summary
AdamB (talk | contribs)
No edit summary
Line 1: Line 1:
<noinclude>
<templatedata>
{
  "description": "Displays a table of light gun features.",
  "params": {
    "Technology": {
      "label": "Technology",
      "description": "Type of technology used (e.g., IR, laser, camera).",
      "type": "string",
      "required": false
    },
    "Direct Input": {
      "label": "Direct Input",
      "description": "Whether Direct Input is supported.",
      "type": "string",
      "required": false
    },
    "Content Mode": {
      "label": "Content Mode",
      "description": "Supported content modes (4x3, 16x9).",
      "type": "string",
      "required": false
    },
    "Rumble": {
      "label": "Rumble",
      "description": "Indicates if rumble feedback is available.",
      "type": "string",
      "required": false
    },
    "Slide Recoil": {
      "label": "Slide Recoil",
      "description": "Indicates if slide recoil is supported.",
      "type": "string",
      "required": false
    },
    "Firing Modes": {
      "label": "Firing Modes",
      "description": "Available firing modes (e.g., semi-auto, burst).",
      "type": "string",
      "required": false
    },
    "LED": {
      "label": "LED",
      "description": "Programmable LED indicators.",
      "type": "string",
      "required": false
    }
  }
}
</templatedata>
</noinclude>
{|
{|
!Technology  
!Technology  

Revision as of 00:27, 24 September 2025

<templatedata> {

 "description": "Displays a table of light gun features.",
 "params": {
   "Technology": {
     "label": "Technology",
     "description": "Type of technology used (e.g., IR, laser, camera).",
     "type": "string",
     "required": false
   },
   "Direct Input": {
     "label": "Direct Input",
     "description": "Whether Direct Input is supported.",
     "type": "string",
     "required": false
   },
   "Content Mode": {
     "label": "Content Mode",
     "description": "Supported content modes (4x3, 16x9).",
     "type": "string",
     "required": false
   },
   "Rumble": {
     "label": "Rumble",
     "description": "Indicates if rumble feedback is available.",
     "type": "string",
     "required": false
   },
   "Slide Recoil": {
     "label": "Slide Recoil",
     "description": "Indicates if slide recoil is supported.",
     "type": "string",
     "required": false
   },
   "Firing Modes": {
     "label": "Firing Modes",
     "description": "Available firing modes (e.g., semi-auto, burst).",
     "type": "string",
     "required": false
   },
   "LED": {
     "label": "LED",
     "description": "Programmable LED indicators.",
     "type": "string",
     "required": false
   }
 }

} </templatedata>


Technology {{{Technology}}}
Direct Input {{{Direct Input}}}
Content Mode {{{Content Mode}}}
Rumble {{{Rumble}}}
Slide Recoil {{{Slide Recoil}}}
Firing Modes {{{Firing Modes}}}
LED {{{LED}}}