Opened 7 years ago
Closed 6 years ago
#15929 closed task (othersoftware)
guidelines for josm wiki tables
Reported by: | Klumbumbus | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Wiki content | Version: | |
Keywords: | Cc: | stoecker, Hb--- |
Description (last modified by )
I don't really like the new style tables are written in the wiki (with line breaks). It makes the editing page confusing. See the comparison for Help/Menu/ImageryContextMenu. Any opinions?
Attachments (6)
Change History (16)
by , 7 years ago
Attachment: | wikiwithlinebreak.png added |
---|
by , 7 years ago
Attachment: | wikiwithoutlinebreak.png added |
---|
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Description: | modified (diff) |
---|
comment:3 by , 7 years ago
by , 7 years ago
Attachment: | longline.png added |
---|
comment:4 by , 7 years ago
comment:5 by , 7 years ago
I'm used to it from Wikipedia. It is not nice, but probably this is a fight you only can loose ;-)
by , 7 years ago
Attachment: | 1280px_and_90chars.png added |
---|
Replying to Don-vip:
> When it fits on a single line, there's no need to add line breaks, I agree this is confusing.
Seems that most JOSM developers have screens with a lot of pixels. So the Search is bigger than my screen in the German translation. Please see screenshot.
Even --help needs line breaks now. Nearly all linux tools need only 83 to 86 characters to display their help in the terminal.
Replying to Klumbumbus:
> With line break style it is hard to find where the next table line starts as every code line start with ||
.
Well, with long lines it is hard to find where the next cell starts, see the screenshot. Really much more harder[[br]]
For easier finding the table rows I made the indent in our example Help/Dialog/RelationList wider. Between the ||
and the content are now two to four space characters. Please give your opinion again.
by , 7 years ago
Attachment: | withintentation.png added |
---|
follow-up: 8 comment:6 by , 7 years ago
Seems that most JOSM developers have screens with a lot of pixels.
1280*1024 is really not the standard anymore.
Please give your opinion again.
This is even more confusing. It looks like the code lines without indentation start a new table line, but it is actually the last code line of a table line.
comment:7 by , 7 years ago
Please see the next sample on Help/Menu/PhotoLayer.
Now the first line for a <td> is normal and has only one space as indent. All following lines for all <td> in that table row <tr> have an indent with a 4 digits. This allows editors easily to see where a new row beginns.
by , 7 years ago
Attachment: | One-cell-one-line.jpg added |
---|
follow-up: 9 comment:8 by , 7 years ago
Replying to Klumbumbus:
1280*1024 is really not the standard anymore.
Maybe, but the field of vision does not grow with more pixel.
This is even more confusing. It looks like the code lines without indentation start a new table line, but it is actually the last code line of a table line.
For tables which have the main content in the last column that seemed acceptable.
But there is a better solution.
comment:9 by , 7 years ago
Replying to Hb---:
Replying to Klumbumbus:
1280*1024 is really not the standard anymore.
Maybe, but the field of vision does not grow with more pixel.
It does. compare attachment:1280px_and_90chars.png (green ellipses) with attachment:longline.png
For tables which have the main content in the last column that seemed acceptable.
But there is a better solution.
I still don't like it. But I can't forbid you to do it this way.
comment:10 by , 6 years ago
Resolution: | → othersoftware |
---|---|
Status: | new → closed |
When it fits on a single line, there's no need to add line breaks, I agree this is confusing.