Template talk:Infobox computing device
This is the talk page for discussing improvements to the Infobox computing device template. |
|
![]() | Computing Template‑class | ||||||
|
|
|
An edit broke several entries in the template
[1] this edit broke several entries in the template. See the diff, the ones that haven't had the label# data# parameters changed are in problem, for example, CPU field overrides the earlier Power field. Can anyone with edit privileges fix that? Thank you. 1exec1 (talk) 11:43, 12 January 2012 (UTC)
- Fixed. Sorry about that. Chris Cunningham (user:thumperward) (talk) 15:38, 13 January 2012 (UTC)
Just my imagination or is the "GPU" field broken? I added the field in an article, but it resulted in nothing displayed. -Kai445 (talk) 06:34, 28 July 2012 (UTC)
- See #SoC and GPU should be added (2 years have passed!) above. A user added a comment to an old section of the talk page where nobody could see it, and then added documentation as if the template had been updated. I've undone the changes to the doc: if there's a real need for new parameters then it should be discussed here rather than in a thread from 2010. Chris Cunningham (user:thumperward) (talk) 08:56, 8 August 2012 (UTC)
- Agreed. I left a message at your talk page too. -Kai445 (talk) 16:44, 8 August 2012 (UTC)
Proposal to add "SoC" and "Chipset" fields
I think that it is a good idea to add both the SoC and Chipset fields. A System on Chip field is highly relevant as we move towards integrated devices that employ SoC's, as I don't feel that a Chipset field would do them justice (where you would more likely find a Northbridge/Southbridge or Unified chipset, not the SoC which has a CPU/GPU on it). Both would make for good additions. -Kai445 (talk) 16:44, 8 August 2012 (UTC)
- I've added
{{{soc|}}}
for now. Chris Cunningham (user:thumperward) (talk) 18:45, 13 August 2012 (UTC)
- Thanks! I think it is a good addition. -Kai445 (talk) 18:52, 13 August 2012 (UTC)
Missing memory_card
This box is used for tablets (see Nexus 7). The needed information is about removable storage (aka memory_card in Template:Infobox mobile phone), so please add this. Thank you. --Milan Kerslager (talk) 19:47, 30 October 2012 (UTC)
Edit request on 8 November 2012
![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Where it says connectivity under that I would like to add Bluetooth please Google9999 (talk) 13:53, 8 November 2012 (UTC)
- Bluetooth would seem to come under the umbrella of "connectivity" so I'm not sure a separate field is warranted. In any case, please discuss this before using {{editprotected}}. Thanks — Martin (MSGJ · talk) 16:03, 8 November 2012 (UTC)
Add new section
Please add discontinued please
SoC label
The label (label 16) for SoC is "System-on-chip used" at the moment. Please remove "used" so that it is compliant with the other labels. It looks awkward. Kapitaenk (talk) 17:27, 17 March 2013 (UTC)
- It should be just link directly to System on a chip, without dashes, Right? [I already changed another template (used in iPhone5s)]. Maybe the a could or should(?) be skipped but still don't point to a redirect, right? I was going to do this myself but this template is protected (should I be an administrator?). I would probably not anyway since I don't see how it works.. comp.arch (talk) 10:19, 17 September 2013 (UTC)
OS field
Is the OS field intended to reflect the OS the computer was sold with, the one the vendor supports, or all OSes the box is capable of running? I ask because many (most?) computers are sold with MS Windows, the vendor only supports MS Windows, but they are capable of running linux, various flavors of bsd, etc. I would lean toward only listing the OS the vendor supplies, otherwise it's a lengthy list, but then what about computers that are sold with no OS? Kendall-K1 (talk) 21:55, 31 March 2013 (UTC)
- If it's unclear what a field is supposed to represent then than obvious answer would be to not list it in the infobox at all (because how is the reader then to know what the field means exactly?) I think the OS field would make sense for a smartphone, probably even for a MacBook, but not for any PC-compatible laptop. —Ruud 17:12, 4 April 2013 (UTC)
Power connector
This template is used for a number of gaming consoles and other hand=held devices. These increasingly use one of a range of USB connector types for charging and perhaps syncing. Others are significant for not doing so. I've looked at a couple of our articles on Nintendo consoles, for example Nintendo DSi, and we don't seem to say anything about the charging connectors, or the fact that some at least are apparently proprietary variants on standard USB types. Are {para|power}] or |connectivity=
meant for this purpose? If not, I suggest we add a parameter to this infobox, for such content. Andy Mabbett (Pigsonthewing); Talk to Andy; Andy's edits 20:10, 17 August 2013 (UTC)
- Answered here. I've added this on DSi. « Ryūkotsusei » 01:11, 29 September 2013 (UTC)
Making the title field optional
In cases like iPhone 4S, do we really need the title listed so many times in one-inch of screen? « Ryūkotsusei » 01:11, 29 September 2013 (UTC)
CPU vs SoC field for the actual chip
I just changed Surface 2 cpu field, that was only used, to include the Nvidia Tegra as ARM is just the core (or architecture). CPU could be used when it applies (and not the SoC). However I saw the SoC used for the Surface, should the CPU then also be used? And not mention manufacturer? Or should the fields be mutually exclusive? comp.arch (talk) 14:50, 29 October 2013 (UTC)
Replace the above hack
![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Hi. This template is still using the esoteric |above=
hack and suffering its consequences.
| above = {{{logo|{{{Logo|}}} }}}
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|{{{Image|{{{photo|{{{Photo|}}} }}} }}} }}}|size={{{image_size|{{{ImageWidth|}}}}}}|sizedefault=frameless|alt={{{alt|}}}}}
| caption = {{{caption|{{{Caption|}}} }}}
By now, however, the underlying {{infobox}} is supporting two image parameters. Here is the replacement code, which can be found in up-to-date infoboxes like {{infobox software}} and {{infobox OS}}.
| image = {{#invoke:InfoboxImage|InfoboxImage|image={{{logo|}}}|size={{{logo_size|}}}|sizedefault=250px|alt={{{logo_alt|}}}}}
| caption = {{{logo caption|}}}
| image2 = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|{{{Image|{{{photo|{{{Photo|}}} }}} }}} }}}|size={{{image_size|{{{ImageWidth|}}}}}}|sizedefault=300px|alt={{{alt|}}}}}
| caption2 = {{{caption|}}}
Best regards,
Codename Lisa (talk) 13:05, 20 November 2013 (UTC)
Done. Please let me know of any problems — Martin (MSGJ · talk) 13:12, 20 November 2013 (UTC)
- It sure seems like we've broken the template atm. All the video game articles with images aren't showing their images. At least the one's with a "nowrap" line involved.--SexyKick 15:03, 20 November 2013 (UTC)
- Nevermind, you fixed it right as I put this here.--SexyKick 15:04, 20 November 2013 (UTC)
- It sure seems like we've broken the template atm. All the video game articles with images aren't showing their images. At least the one's with a "nowrap" line involved.--SexyKick 15:03, 20 November 2013 (UTC)
Webcams
I was able to convert Xbox Live Vision to use this template, with the exception of two missing fields: (1) platform and (2) resolution. any objections to adding these? Frietjes (talk) 00:52, 21 November 2013 (UTC)
- just found EyeToy, Kinect, and PlayStation Eye which could use these fields as well. Frietjes (talk) 00:54, 21 November 2013 (UTC)
- Hi. I am adding
|platform=
but as for resolution: We have|graphics=
,|display=
and|camera=
; a resolution parameter cannot co-exist we these. Either one should override resolution or else resolution should override one; e.g. it should either conditionally say "Camera" or "Resolution" not both. The question is: which?
- Hi. I am adding
- Best regards,
- Codename Lisa (talk) 13:34, 21 November 2013 (UTC)
- P.S. Actually,
|camera=
is working nicely on these. I'd say we stick with that. - Best regards,
Codename Lisa (talk) 13:39, 21 November 2013 (UTC)- works for me. there are still a few extra parameters in EyeToy, but the rest look fine now. thank you. Frietjes (talk) 15:40, 21 November 2013 (UTC)
Add memory_card field
![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Given that this template is used more on tablets in lieu of {{Infobox mobile phone}} (which does contain it), I think we could use a memory_card field in there too. It's a simple change. ViperSnake151 Talk 00:20, 11 January 2014 (UTC)
Done. I have added
|memory card=
. Best regards, Codename Lisa (talk) 00:49, 11 January 2014 (UTC)
Request to move "Power" field to below "Connectivity" field
After looking at some articles, the power fields seems out of place to me. This is a request to move the "Power" field from its current location to below "Connectivity" field. • Sbmeirow • Talk • 04:47, 3 February 2015 (UTC)
Done Yes, it was quite obviously out of context. Best regards, Codename Lisa (talk) 16:15, 3 February 2015 (UTC)
"Generation" field
"Generation" field should not link to History of video games article. It makes no sense in Nexus 7 (2012 version) article for example as this is not really a game console. — Preceding unsigned comment added by 85.193.200.21 (talk) 18:30, 14 August 2015 (UTC)
![]() | It is requested that an edit be made to the semi-protected article at A. (edit · history · last · links · protection log)
This template must be followed by a complete and specific description of the request, that is, specify what text should be removed and a verbatim copy of the text that should replace it. "Please change X" is not acceptable and will be rejected; the request must be of the form "please change X to Y".
The edit may be made by any autoconfirmed user. Remember to change the |
Different IP editor to above, but I came here to mention the exact issue! Could an admin consider un-linking "Generation"? There doesn't seem to be a suitable catch-all that would apply to all "information appliances", though perhaps Generation (disambiguation) might work? 80.189.57.106 (talk) 16:43, 12 February 2016 (UTC)
![]() | This edit request to Template:Infobox information appliance has been answered. Set the |answered= parameter to no to reactivate your request. |
Sorry, wrong template hopefully this is the right one! 80.189.57.106 (talk) 13:33, 26 February 2016 (UTC)
Done Looks like that link was introduced back in 2008 when the template was expanded/updated in this edit. I will delink it as it's blatantly incorrect here. EvergreenFir (talk) Please {{re}} 00:04, 28 February 2016 (UTC)
Template doc out-dated-ness
The template doc appears to be partially out of date. If I've read it correctly, there is mention of a cpuSpeed field, but attempting to use it did not produce any visible text. I also found a usage at New Nintendo 3DS of the "gpu" field, but it did not display. I updated it to "graphics" instead, which fixed it, but the documentation suggests "gpu" should have worked. -- ferret (talk) 18:55, 4 November 2015 (UTC)
RfC on estimated sales figures
Watchers may be interested in Talk:Xbox One#RfC about the inclusion of third party values in infobox, which is discussing the use of official sales figures versus third-party estimates. One suggestion has been to add an estimated sales field to this template. -- ferret (talk) 17:43, 13 June 2017 (UTC)
"logo caption" parameter.
Shouldn't the parameter |logo caption=
be titled |logo_caption=
for consistency? -- User-duck (talk) 21:32, 17 October 2019 (UTC)
Better name for "related" field?
Right now, the "related" field, if populated, puts out "Related articles" in the infobox. But the instructions suggest this is for sibling consoles (eg Nintendo Switch Lite to the Nintendo Switch, or Xbox One X to the Xbox One). I don't know if "sibling" would be understood by masses, but given we have "predecessor" and "successor", I would suggest we use "concurrent" instead. We'd also need to stress this should be consoles from the same family. The Wii or Wii U are not concurrent with the Nintendo DS line, as they are completely different console families.
Also to that end, I would suggest possibly a "family" field. We know, for example, the Xbox Series X is part of the Xbox 4th gen series, and more consoles are to come. I don't know if reusing the "related" field works here for that, whereas a "family" field that spits out "Console family" in the infobox would be good. --Masem (t) 02:38, 24 December 2019 (UTC)
Add codename
Some devices, such as the Toshiba AC100 have a codename. It would be a good idea to add that parameter. The infobox "mobile phone" already has it. PhotographyEdits (talk) 12:56, 8 March 2021 (UTC)
Display size
The "display" parameter is usually used to specify the display's size. Nothing wrong with that; however, it's usually given as the screen diagonal, which is misleading due to different aspect ratios (not to mention that the area doesn't increase proportionally to the diagonal).
I would propose to extend the description of the display parameter accordingly, for example:
Specifications of included or supported display devices; e.g. screen area, or the resolutions that can be outputted.
Lifespan
This parameter is unclear in its instructions, and could be (and has been) read as implying a single number ("5 years") or a range ("1998–2004"). Can anyone explain why the phrasing Average expected lifespan
is used? Is there a type of product that this template has in mind? Because for something like an iPad or a Gameboy Color, it doesn't make sense to talk about the average expected lifespan.
Seperately, it seems like we should not use the lifespan parameter if both the release date and discontinued parameters are filled. I could amend the TemplateData to instruct that, but I want to make sure I'm not missing anything first. — HTGS (talk) 10:01, 11 July 2021 (UTC)
I think we should have separate templates for computers
One of the reasons we use templates is to give semantic content to the article that is easily read and processed. If you add infobox video game to an article, you can be pretty sure it's about a video game. To make this work, the boxes should be relatively specific to the topic, you wouldn't use, say, infobox game, or infobox recreation.
Yet this template seems to be the only one for computers, that is, the machine as a whole. There's CPU and other hardware templates, but lumping the PDP-11 in the same semantic group as a Java smart terminal loses precisely the distinction we hope to add.
I would suggest several sub-templates; off the top of my head, mainframe computer, minicomputer, microcomputer seem obvious. Older categories like process control/realtime might also be worthwhile.
Maury Markowitz (talk) 22:42, 22 September 2021 (UTC)
- This template is being used for computers, such as the PDP-11 and the IBM System/360 Model 65, that don't seem to fit the definition of information appliances. So I agree with Maury - using that template seems inappropriate for those machines.
- Furthermore, the PDP-11 is a family of computers, while the IBM System/360 Model 65 is a member of the IBM System/360 family of computers, so either the infobox for the PDP-11 family should be Template:Infobox CPU architecture, which is documented as a template for instruction set architectures, or we should have separate templates for computer/device families and individual models in that family. I'm not sure that an instruction set architecture is all there is to a computer/device family, so I might vote for the latter. Guy Harris (talk) 19:49, 23 September 2021 (UTC)
- Note: this is also being discussed at Template talk:Infobox CPU § Is a PDP-11 a CPU? An information appliance? Neither?. Guy Harris (talk) 19:54, 23 September 2021 (UTC)
- I was just about to propose this very subject to this Talk page—eerie. Anyway I totally agree with you that there should be an {{Infobox computer}}, if not more separated by categories like mini-, micro-, mainframe, portable, etc. In fact, there was a {{Infobox computer}} that got merged into this infobox back in 2008, even though it seems the user who merged it actually intended to merge {{Infobox information appliance}} into {{Infobox computer}} because he dislikes the term "information appliance" (so do I). Even if it's a valid term, it only defines a small subset of computers ever made. DigitalIceAge (talk) 03:01, 25 September 2021 (UTC)
OK, so there seems to be some agreement here, and it also appears the original merge may have been hasty and in the wrong direction! So, having rarely been involved in this sort of thing before, what's the process now? I have admin, so I could un-delete the infobox computer to get things rolling, but I suspect some more discussion on what it might contain would be useful? For instance:
- "personal computer", "home computer", "microcomputer" - are these different or the same? I don't think of a Mac as a "microcomputer", for me it's a "personal computer". But I'm not sure that's a real distinction, nor just a north American bias?
- is a "portable computer" different than a micro? is an ipad a portable computer or something else like "tablet computer"?
- I also think we need "computer terminal". But does a DECwriter fall into that, computer printer, or something else?
Maury Markowitz (talk) 15:43, 27 September 2021 (UTC)
- Coming at this from the video game side (where our consoles use the information appliance template), I would suggest the separation makes sense, drawing the line between for devices that are meant as closed systems with little to no post-purchase allowance for internal modifications by users (information appliances) versus closed or open systems that can be expanded by users (computers). And here, this is where I would keep tablets in as information devices as they are generally closed, non-upgradable systems. The "computer" distinction should focus on the potential capacity, rather than the base configuration that an info. appliance is typically shipped as.
- To the question of types of systems, I don't think you need to separate as far down as, say, personal vs portable vs laptop (that can be a parameter distinction, not one you need a separate template for). I think you want to consider the major high-level architecture differences that will likely necessitate different parameters - a mainframe server computer will have different key features to identify it from a personal computer. --Masem (t) 16:11, 27 September 2021 (UTC)
- Presumably by "internal modifications" you're not referring to third-party applications; as far as I know, both Android tablets and iPadOS tablets allow developers to write them. It sounds as if you're referring to hardware modifications, such as new peripherals, although the machine on which I'm typing this is generally regarded as a "computer" but I can't make internal modifications, I can just plug in Thunderbolt or USB peripherals. Such a device is generally called a "notebook" or "laptop" computer. Guy Harris (talk) 17:42, 27 September 2021 (UTC)
- I am surprised to learn that consoles also use this template. Note only is the "console" a seemingly very well-defined term, the template items seem far from ideal for those cases. It does fit the definition of a single-purpose system, but again, that seems like far too wide a net to cast given the value of the semantic knowledge we can add. But I also agree the parameter is likely the way to subclass at the bottom. Maury Markowitz (talk) 23:45, 27 September 2021 (UTC)
- Yes, I meant hardware modifications as "internal modifications", such as adding a graphics card, RAM, or hard drive. (And this is beyond "simple" removable media like a microHD slot or similar). Whether that's done at the point of sale or by the customer, that it can be done per unit (ala Dell configuration screens), compared to a closed system where you simply can't. But that's just a possible point to make a distinction from. What you do software wise, that shouldn't come into play.
- We've used the information appliance becuase it captures all we need for consoles for the most part, and for video game systems we have few named "computer" systems though with a product like Steam Deck coming soon it would be nice to distinguish too. But as long as this split doesn't touch the current informational appliance template, you shouldn't have to worry too much about video game consoles. And to go to your notebook/laptop idea, while post-sale you usually can't modify it too much, it is one those things that you can have multiple configurations of internal hardware at the point of sale off the same model; again, when shopping for a Dell laptop, even once you've selected the model number (which is what a Wikipedia page would be about), you have multiple options for memory, HD type and space, and other on-board options (excluding peripherals) which to me would put it into the ability to have internal modifications area and thus a "computer" rather than an "internet appliance". Maybe that might be a bit too odd of a way to distinguish it but you definitely want some line that's reasonably black and white to distinguish between these two options. But this is all brainstorming and food for thought. --Masem (t) 00:40, 28 September 2021 (UTC)
- So what hardware must be configurable at purchase time, even if not after the purchase, in order for a device to be a "computer" rather than an "information appliance"? If secondary storage is sufficient, then the iPad mini, the boring old undecorated iPad, the iPad Air, and the iPad Pro models all qualify as computers.
- And why should what you do software-wise not come into play? The information appliance page says that "An information appliance (IA) is an appliance that is designed to easily perform a specific electronic function such as playing music, photography, or editing text.", but iPads, at lest, not only can do all three of those, they can also edit spreadsheets and presentations (in Office Mobile for iOS or in Numbers and Keynote. Sounds more like a computer to me, although they're not yet fully "self-hosting". Guy Harris (talk) 01:47, 28 September 2021 (UTC)
- I am surprised to learn that consoles also use this template. Note only is the "console" a seemingly very well-defined term, the template items seem far from ideal for those cases. It does fit the definition of a single-purpose system, but again, that seems like far too wide a net to cast given the value of the semantic knowledge we can add. But I also agree the parameter is likely the way to subclass at the bottom. Maury Markowitz (talk) 23:45, 27 September 2021 (UTC)
- Presumably by "internal modifications" you're not referring to third-party applications; as far as I know, both Android tablets and iPadOS tablets allow developers to write them. It sounds as if you're referring to hardware modifications, such as new peripherals, although the machine on which I'm typing this is generally regarded as a "computer" but I can't make internal modifications, I can just plug in Thunderbolt or USB peripherals. Such a device is generally called a "notebook" or "laptop" computer. Guy Harris (talk) 17:42, 27 September 2021 (UTC)
Ok, so now we seem to have some ideals gelling. What is the next step? Do I simply make the new template pages and start using them? Maury Markowitz (talk) 11:45, 28 September 2021 (UTC)
- Template:Infobox Computer was merged with this template in 2008 by Thumperward — Martin (MSGJ · talk) 12:14, 28 September 2021 (UTC)