Content deleted Content added
→Width bug?: new section |
|||
Line 187:
I think there is far more content (that is, it's much more detailed) than what should go into introductory tutorials, but again, it's something one might look at. -- <font style="font-family:Brush Script MT; font-size:15px;">[[User:John Broughton|John Broughton]] </font> [[User talk:John Broughton |(♫♫)]] 20:36, 8 December 2015 (UTC)
== Width bug? ==
In principle table columns with very short contents could be narrowed significantly by rotated or vertical headings. Whether or not this might be a good idea, the wikitable template seems not to work properly with rotated text: the column is ''too wide'', it seems to be calculated according to the length of the text if horizontal. Also, the ''height'' of the header row seems to ignore the height of the rotated text. Vertical text seems OK. An example (based on [[S.M.A.R.T.]]):
Vertical:
{| class="wikitable sortable" summary="Overview of known S.M.A.R.T. attributes and their description"
|-
! ID || Hex || Attribute name || {{Vertical text|Better}}
!{{Vertical text|Critical}}|| Description
|- style="background:lightgreen ;"
| 01 || 0x01 || '''Read Error Rate''' || [[Image:Dark Green Arrow Down.svg|12px|center|alt=Lower]]
|×|| (Vendor specific raw value.) Stores data related to the rate of hardware read errors that occurred when reading data from a disk surface. The raw value has different structure for different vendors and is often not meaningful as a decimal number.
|}
Rotated 90:
{| class="wikitable sortable" summary="Overview of known S.M.A.R.T. attributes and their description"
|-
! ID || Hex || Attribute name || {{Rotate text|90|Better}}
!{{Rotate text|90|Critical}}|| Description
|- style="background:lightgreen ;"
| 01 || 0x01 || '''Read Error Rate''' || [[Image:Dark Green Arrow Down.svg|12px|center|alt=Lower]]
|×|| (Vendor specific raw value.) Stores data related to the rate of hardware read errors that occurred when reading data from a disk surface. The raw value has different structure for different vendors and is often not meaningful as a decimal number.
|}
{| class="wikitable sortable" summary="Overview of known S.M.A.R.T. attributes and their description"
|-
! ID || Hex || Attribute name || {{Rotate text|90|Better}}
!{{Rotate text|90|Critical_attribute?}}|| Description
|- style="background:lightgreen ;"
| 01 || 0x01 || '''Read Error Rate''' || [[Image:Dark Green Arrow Down.svg|12px|center|alt=Lower]]
||| (Vendor specific raw value.) Stores data related to the rate of hardware read errors that occurred when reading data from a disk surface. The raw value has different structure for different vendors and is often not meaningful as a decimal number.
|}
[[User:Pol098|Pol098]] ([[User talk:Pol098|talk]]) 10:52, 6 April 2016 (UTC)
|