Template:Infobox OS: Difference between revisions

From Progressbar95 Wiki
Content deleted Content added
improve the template data
complete even more of the templatedata + fix templatedata problems
Line 91: Line 91:
"example": "1600",
"example": "1600",
"type": "number",
"type": "number",
"required": true
"suggested": true
},
},
"version": {
"version": {
Line 106: Line 106:
"type": "string"
"type": "string"
},
},
"predecessor": {},
"predecessor": {
"successor": {},
"label": "Predecessor",
"description": "The system(s) before this system.",
"cpu": {},
"ram": {},
"example": "[[BarOS 10]]",
"type": "wiki-page-name",
"suggested": true
},
"successor": {
"label": "Successor",
"description": "The system(s) after this system.",
"example": "[[BarOS 10.III]]",
"type": "wiki-page-name",
"suggested": true
},
"cpu": {
"label": "CPU",
"description": "The minimum CPU upgrade needed to unlock this system. (or the CPU this system comes with if it's Progresh or 8-bit)",
"example": "PBPower 640 1.0 Ghz",
"type": "string",
"suggested": true
},
"days": {},
"days": {},
"labels": {},
"labels": {},
"levels": {},
"levels": {},
"hard_drive": {},
"hard_drive": {
"unlockpoints": {},
"label": "Hard Drive",
"description": "The minimum hard drive upgrade needed to unlock this system. (or the hard drive this system comes with if it's Progresh or 8-bit)",
"example": "100 GB",
"type": "string",
"suggested": true
},
"unlockpoints": {
"label": "Points",
"description": "The amount of points needed to unlock this system.",
"example": "1250000",
"type": "number",
"suggested": true
},
"price": {},
"price": {},
"pro": {},
"pro": {
"label": "Levels for Professional",
"description": "The amount of levels required to get the Professional badge on this system.",
"example": "70",
"type": "number",
"required": true
},
"logos": {},
"logos": {},
"system_release": {
"system_release": {
Line 123: Line 158:
"example": "2009",
"example": "2009",
"type": "number",
"type": "number",
"suggested": true
},
"RAM": {
"label": "RAM",
"description": "The minimum RAM upgrade needed to unlock this system. (or the amount of RAM this system comes with if it's Progresh or 8-bit)",
"example": "1.5 GiB",
"type": "string",
"suggested": true
"suggested": true
}
}
Line 135: Line 177:
"system_version",
"system_version",
"system_release",
"system_release",
"colour",
"predecessor",
"predecessor",
"successor",
"successor",
"cpu",
"cpu",
"ram",
"RAM",
"days",
"labels",
"levels",
"hard_drive",
"hard_drive",
"unlockpoints",
"unlockpoints",
"price",
"pro",
"pro",
"price",
"colour",
"days",
"labels",
"levels",
"logos"
"logos"
]
]