Template:LightGunFeaturesTemplate: Difference between revisions

From Dea7hsmiles
Jump to navigation Jump to search
AdamB (talk | contribs)
Testing template parameters
 
AdamB (talk | contribs)
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Features'''
<noinclude>
Direct Input {{{1}}}
<templatedata>
Content Mode {{{2}}}
{
Rumble {{{3}}}
  "description": "Displays a table of light gun features.",
Slide Recoil {{{4}}}
  "params": {
Firing Modes {{{5}}}
    "Technology": {
LED {{{6}}}
      "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}}}
|-
!Direct Input
|{{{Direct Input}}}
|-
!Rumble
|{{{Rumble}}}
|-
!Slide Recoil
|{{{Slide Recoil}}}
|-
!LED  
|{{{LED}}}
|-
|}

Latest revision as of 12:56, 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}}}
Rumble {{{Rumble}}}
Slide Recoil {{{Slide Recoil}}}
LED {{{LED}}}