As with {{Infobox criminal}} (see above); so should {{Infobox mass murderer}} be merged here. Andy Mabbett (User:Pigsonthewing); Andy's talk; Andy's edits 19:54, 3 April 2010 (UTC)
Some infoboxes have pictures whose native sizes are less than the default, 225px. Others have a set image size that is still too big. This is a Bad Thing, IMHO. To quote from the article on image scaling: "Enlarging an image (upsampling or interpolating) is generally less common. The main reason for this is that in "zooming" an image, it is not possible to discover any more information in the image than already exists, and image quality inevitably suffers." Now, obviously, there are exceptions; something like the Flag of France scales fine to any size. Detailed pictures, such as photographs or good paintings, do not... which almost all the images used by this infobox are. Donald Kohn, a recent example, is to the right: the difference should be obvious.
You can see more examples at Miep Gies and Martti Ahtisaari.jpg. Note that even in the case of Maati, the upscaling is still quite noticeable even though the size difference is tiny (207->225). The original image is notably sharper, while the 225px image is blurry and seems out of focus. The upscaled picture of Miep Gies just looks terrible, on the other hand.
Anyway. Ideally, the template would say "225px or native resolution, whichever is smaller," but I suspect this is not technically feasible. Instead, I was thinking of going to Wikipedia:Bot requests and requesting a bot to look for images in this infobox that were being upscaled, and change the imagesize to the native size. However, I figured I should probably check here first to make sure there was consensus for such a change. Thoughts? SnowFire (talk) 22:58, 4 March 2010 (UTC)
See here. Thanks! Plastikspork ―Œ(talk) 18:56, 8 May 2010 (UTC)
{{editprotected}} Please add:
{{editprotected}}
| label18 = Workplace | data18 = {{{workplace|}}} | label39 = Denomination | data39 = {{{denomination|}}} | class39 = category
and renumber subsequent items. This will allow {{Infobox Christian biography}} to be redirected here, being the only parameters in that template not already here. Andy Mabbett (User:Pigsonthewing); Andy's talk; Andy's edits 21:39, 14 May 2010 (UTC)
This template currently applies | class7 = label (as part of the hCard microformat). Can someone please assist with code to make that not happen if a death-date is present? Andy Mabbett (User:Pigsonthewing); Andy's talk; Andy's edits 20:36, 22 May 2010 (UTC)
| class7 = label
{{editrequest}} The code currently in the sandbox will hide residence (label7 class7 and data7) if the person has died (has a date of death or place of death). It should be noted, however, that class7 would be empty if the residence field is empty. See the code in {{Infobox/row}}. –droll [chat] 22:54, 22 May 2010 (UTC)
{{editrequest}}
I'm thinking that if a residence is specified (even if the person has died) the class should be label. Also what a person's residence was while they were alive becomes their "former residence" upon their death, IMHO. To me listing the residence (without a qualifier) of a dead person is at least ambiguous. For ghosts it might be different. ;-) –droll [chat] 00:28, 23 May 2010 (UTC)
class="label"
|residence=
|label7=
For the standard person infobox (as opposed to certain political etc infoboxes there is no facility for putting sombody's prenominal styles and titles and postnominal letters. Just say that you wanted to create an infobox for the Honourable John Smith, MBE. What I would ideally like would be something like:
The Honourable John Smith MBE
(Obviously I'd like it centre aligned, but my wiki skills aren't quite up to it!)
Using certain office-holder/politician templates this would be possible. See for example John Buchan, 1st Baron Tweedsmuir. Now, supposing the Hon John Smith, MBE is not a politician etc but is just a notable younger son of an earl who has been awarded an MBE, wouldn't it be nice to be able to record this information in the infobox for his article? The new fields (or whatever they're called) could very easily be added to the person infobox template just by copying and pasting the necessary material from existing infoboxes. However, I don't know how to do this myself, or even whether a non-admin can do it.--Oxonian2006 (talk) 21:56, 22 May 2010 (UTC)
By the way, I have tried to create the same effect by using </br><small>xxxxx</small> in the name field but the small formatting doesn't come out small.--Oxonian2006 (talk) 21:59, 22 May 2010 (UTC)
Like this:
Change:
| above = <includeonly>{{{name|{{PAGENAME}}}}}</includeonly> | aboveclass = fn
to:
| above = {{#if:{{{honorific-prefix|}}}|<span class="honorific-prefix" style="font-size: small">{{{honorific-prefix}}}</span> }}<span class="fn">{{{name|{{PAGENAME}}}}}</span>{{#if:{{{honorific-suffix|}}}| <span class="honorific-suffix" style="font-size: small">{{{honorific-suffix}}}</span>}}
<small>
Should this template include a provision for displaying a portal, like that in {{Infobox writer}}? Andy Mabbett (User:Pigsonthewing); Andy's talk; Andy's edits 09:14, 3 June 2010 (UTC)
{{Infobox writer}}
The current default image size is "225x180px". I have seen other infoboxes using "270x250px" or "280x220px", which are both a bit larger. Is there any desire to increase the default? Thanks! Plastikspork ―Œ(talk) 17:29, 24 May 2010 (UTC)
Per Plastikspork's edits of today the image size in the infobox now appears to be borked (default is exceptionally tiny and you don't appear to be able to override it). Can someone look into this - and if it's not the template, tell me why the image at Emilie Gamelin is so frikkin' tiny suddenly? - DustFormsWords (talk) 01:15, 25 May 2010 (UTC)
{{editprotected}} Based on the above discussion, could you remove the vertical limit? The coding should be clear from Snowman's preceding post. Thank you, Skomorokh 12:39, 16 July 2010 (UTC)
frameless
I was thinking today that it might be useful to support "subtemplates" which can be used as modules with this one, much in the same way that {{extra chronology}} is used to add information to {{infobox album}}. We already have an undocumented "misc" field, which could be used to facilitate this. For example, there is currently a TFD open to merge {{Infobox Internet celebrity}} with this box, but it would seem a bit much to add all the fields from that template to this one. Instead, one could create some sort of additional subtemplate, which only contained the additional fields, and those could be chained at the bottom. I have provided a proof of concept of this to the right, but without using a template. However, the part that is wedged into the misc field could be in its own template, much in the same way that {{extra chronology}} works. I'm not sure what the misc field is being used for now, but I added a tracking category to see if I can get some examples. Any thoughts on this idea? I could see this facilitating the merger of many biographical boxes with this one. Thanks! Plastikspork ―Œ(talk) 22:43, 24 May 2010 (UTC)
{{extra chronology}}
{{infobox person/academic}}
{{infobox person/internet}}
{{extra academic info}}
{{extra internet info}}
One problem is that, as shown in the source for the example above, this ends up being pretty hackish, with empty table rows and the like added. Were that to be resolved, I can see it being pretty trivial to add a child=yes parameter to {{infobox}} which would work like the same attrib in {{navbox}} and would allow for existing templates to be migrated pretty easily. Chris Cunningham (not at work) - talk 12:31, 29 May 2010 (UTC)
child=yes
child
Some excellent work has been done to make this happen and the technical fix is elegant and robust. However, I have some qualms about whether this is the best way to proceed. In fully merging templates, two important things are achieved: the choice offered to editors (and thus the variety they have to remember) is reduced; and all the fields are available for all subjects (so a chef who writes books is catered for; as is a criminal professor). I am concerned that, while the latter might still be technically possible, we are either not removing, or adding to, the barriers between editors and simple editing, What are the advantages of using sub-templates in this way, over straightforward merging? Andy Mabbett (User:Pigsonthewing); Andy's talk; Andy's edits 11:22, 7 June 2010 (UTC)
{{Uses infobox person}}
OK. Thanks, both, for answering my questions. Andy Mabbett (User:Pigsonthewing); Andy's talk; Andy's edits 22:30, 7 June 2010 (UTC)
Just for the sake of demonstrating how easy this is, I've added support for subclassing to {{infobox chef}} (one of the templates Andy has been pushing to get merged here). So any article on a chef can now use {{infobox person}} and include the chef-specific data by including {{infobox chef}} as a module. Andy, fancy drumming up a sandbox to demonstrate the result? Chris Cunningham (not at work) - talk 23:58, 7 June 2010 (UTC)
fn
{{Infobox person/culinary career}}
{{Infobox chef}}
{{Infobox person}}
{{Infobox}}
Joseph Priestley is going to be a real test here (as will many Enlightenment types, really). Can we get another four modules lines added? Cheers. Chris Cunningham (not at work) - talk 10:53, 30 June 2010 (UTC)
Where is this discussion? So that I can link to it when removing such images. 117Avenue (talk) 04:45, 26 July 2010 (UTC)
Please note this issue with biographical infoboxes and comment at that page. Thank you. Andy Mabbett (User:Pigsonthewing); Andy's talk; Andy's edits 11:55, 7 August 2010 (UTC)