User talk:Tyrok1: Difference between revisions

Content added Content deleted
Line 6: Line 6:


See [http://rosettacode.org/mw/index.php?title=Four_bit_adder&oldid=84073 this version] of the Four-bit adder task to observe a potential stylistic issue with how the TOC is being modified. For me, the C example is off on the left of the TOC, and the J tree is out in the middle, leading to a weird apparent separation. I don't have any good advice on how to fix it, though. --[[User:Short Circuit|Michael Mol]] 16:56, 15 June 2010 (UTC)
See [http://rosettacode.org/mw/index.php?title=Four_bit_adder&oldid=84073 this version] of the Four-bit adder task to observe a potential stylistic issue with how the TOC is being modified. For me, the C example is off on the left of the TOC, and the J tree is out in the middle, leading to a weird apparent separation. I don't have any good advice on how to fix it, though. --[[User:Short Circuit|Michael Mol]] 16:56, 15 June 2010 (UTC)

:Hmmm...it's doing that because it reorganizes based on the root list elements (C and J, in this case) so it keeps families of sub-language topics together. Problem is, in this case, you've only got two, so it's splitting them into two columns. I suppose I could just put a limiter on there so it only splits them into columns if there will be at least three or five languages per column. Sound reasonable?
:--[[User:Tyrok1|Tyrok1]] 20:15, 22 June 2010 (UTC)