Template:InfoboxDevice1: Difference between revisions
From Handhelds Wiki
Jump to navigationJump to search
miraheze>Manster Created page with " <noinclude> <templatedata> { "params": { "Name": {}, "cpu": {}, "gpu": {}, "price": {}, "os": {}, "weight": {} } } </templatedata> </noinclude>" |
HandheldWiki (talk | contribs) m 3 revisions imported |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
{ | { | ||
"params": { | "params": { | ||
"Name": {}, | "Name": { | ||
"cpu": {}, | "type": "wiki-page-name" | ||
}, | |||
"cpu": { | |||
"type": "string", | |||
"label": "CPU" | |||
}, | |||
"gpu": {}, | "gpu": {}, | ||
"price": {}, | "price": {}, | ||
"os": {}, | "os": {}, | ||
"weight": {} | "weight": {}, | ||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name" | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 13:19, 10 May 2025
<templatedata>
{
"params": {
"Name": {
"type": "wiki-page-name"
},
"cpu": {
"type": "string",
"label": "CPU"
},
"gpu": {},
"price": {},
"os": {},
"weight": {},
"image": {
"label": "Image",
"type": "wiki-file-name"
}
}
}
</templatedata>