Page MenuHomePhabricator

Wikitext row-headers make an entire row of headers
Closed, ResolvedPublic

Description

Author: timwi

Description:
BUG MIGRATED FROM SOURCEFORGE
http://sourceforge.net/tracker/index.php?func=detail&aid=991153&group_id=34373&atid=411192
Originally submitted by Adam Buchbinder (gdrago23) 2004-07-14 22:36

{| border=1 cellspacing=0
!
! col Header1
! ch2

-

! row header 3

abc def ghi
gchf ghh dfgh
-

! RH 4

gfbb gbgbds
dfgsdsdg
}

should render the same as

{| border=1 cellspacing=0
!   col Header1 ch2

-

! row header 3 || abc def ghi || gchf ghh dfgh

-

! RH 4 || gfbb gbgbds || dfgsdsdg

}

but doesn't. See

http://meta.wikimedia.org/w/wiki.phtml?
title=Help:Table#Test_for_rows_with_mixed_headers_and
_body_text

for an example. This means that row-headers have to be
on a different line than the row's contents, or else
everything gets bolded.

  • Additional comments ------------------------

Date: 2004-07-29 04:45
Sender: SF user vibber

Lowering priority; cosmetic problem with workaround.


Version: unspecified
Severity: normal

Details

Reference
bz38

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 6:45 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz38.
bzimport added a subscriber: Unknown Object (MLST).

zigger wrote:

*** This bug has been marked as a duplicate of 549 ***