|
|
| Line 37: |
Line 37: |
| <label>Active Subscription Services</label> | | <label>Active Subscription Services</label> |
| </data> | | </data> |
| <templatedata>
| | |
| {
| |
| "description": "Infobox for a creature.",
| |
| "params": {
| |
| "name": {
| |
| "label": "Name",
| |
| "description": "The guy's name.",
| |
| "type": "string"
| |
| },
| |
| "image": {
| |
| "label": "Image",
| |
| "description": "What the guy look like",
| |
| "type": "string"
| |
| },
| |
| "pronouns": {
| |
| "label": "Pronouns",
| |
| "description": "The guy pronouns.",
| |
| "type": "string"
| |
| },
| |
| "dob": {
| |
| "label": "Creation year",
| |
| "description": "When the guy made. Probably only for fictional characters.",
| |
| "type": "string"
| |
| },
| |
| "age": {
| |
| "label": "Age",
| |
| "description": "How old the guy is.",
| |
| "type": "string"
| |
| },
| |
| "kill count": {
| |
| "label": "Kill count",
| |
| "description": "How many people the guy has killed.",
| |
| "type": "string"
| |
| },
| |
| "dead": {
| |
| "label": "Year of Death",
| |
| "description": "When the guy died.",
| |
| "type": "string"
| |
| },
| |
| "location": {
| |
| "label": "Location",
| |
| "description": "Where the guy is.",
| |
| "type": "string"
| |
| },
| |
| "species": {
| |
| "label": "Species",
| |
| "description": "What the guy is.",
| |
| "type": "string"
| |
| },
| |
| "catchphrase": {
| |
| "label": "Catchphrase",
| |
| "description": "What the guy says.",
| |
| "type": "string"
| |
| },
| |
| "subscriptions": {
| |
| "label": "Active Subscription Services",
| |
| "description": "What the guy is subscribed to.",
| |
| "type": "string"
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |
| </infobox> | | </infobox> |