Template talk:Keyboard keys

From Wikipedia, the free encyclopedia

[edit] Other modifiers

X, I believe, recognizes a number of other modifiers not listed here: Super and Hyper seem to be omitted. -- Gwern (contribs) 17:19, 4 October 2006 (UTC)

Can you please create articles for these keys? --Michaelas10 23:30, 5 October 2006 (UTC)
Can't. Just don't know enough about them. I do know that Super and Hyper are descended from New England computer movements, like Hyper and Super were introduced by the space-cadet keyboard for Lisp machines, but that's about it. --Gwern (contribs) 03:27, 6 October 2006 (UTC)
I can't add non-linked text or redlinks to the template, that's why I created pages about 4 missing keys. Do you have any good source of information about these keys? --Michaelas10 08:52, 6 October 2006 (UTC)
/me nudges Michaelas to the linked pages and their links. --Gwern (contribs) 16:25, 6 October 2006 (UTC)
Super is the Windows key. I added this. —The preceding unsigned comment was added by 74.79.178.42 (talk) 22:05, 12 May 2007 (UTC).

[edit] NavBox style

I don't intend to pursue this with any enthusiasm if there is a dispute, but I have a few comments in reply to the Edit summary by User:Dispenser who reverted my changes.

  • While it is true that the style I used is more appropriate for the monobook skin than other skins, monobook is nevertheless the default skin, as seen by those not logged into an account (the vast majority of wikipedia users) and therefore, statistically speaking, it is more appropriate to use styles suited for the monobook skin.
  • I appreciate that NavBoxes may have their own style. Although I support standardisation, there is no such policy, so where disputes arise on whether a NavBox looks better or worse, I will not argue.
  • I do not understand what you mean by "regression in terms of syntax"

Templationist 10:35, 18 January 2007 (UTC)

Much of issue I had was how you did it, not what you did. For instance: If the built in class then the skinning issue wouldn't be a problem. The following are issues I had taken with you edit:
CSS issue:
Hard code styles. You hard coded too much style information when it would be better and easier to use class="navbox" which contains nearly all of the information.
HTML issues:
  • Unquote of attributes (Hint: everything needs to be quoted).
  • Converting CSS styles to deprecated HTML attributes. BGCOLOR, ALIGN, WIDTH were deprecated in the HTML 4 spec.
  • Usage of deprecated elements. (</center> tag)
UI issues:
  • Hard coding width.
  • Removal of the collapsible feature.
  • Removal of the clear:both;
  • Removed v-d-e.
Dispenser 19:40, 19 January 2007 (UTC)

I've gone ahead and used {{navbox generic}}; the syntax is much easier to read, and it now uses the same style as most other navboxes around Wikipedia. I shrunk the width to keep it vaguely the same shape as it was previously, but you can pull out "style = width: 75%" to make it span the page width, and add "color = #6CF;" to change back the titlebar color. grendel|khan 16:13, 19 February 2007 (UTC)