[Scummvm-devel] Browsing the wiki on mobile devices

Thierry Crozat criezy at scummvm.org
Sun Nov 13 19:59:16 CET 2011


Le 13 nov. 2011 à 17:38, A. Milburn a écrit :
> But a more annoying problem to me is things like the Engines page
> which hardcode a two-column list layout with tables inside a table,
> since that for example is I think our only convenient list of engines
> along with the games they support right now? Could a skin provide any
> solution for that kind of thing?

It might be possible, but I don't think it is without modifying the page
so that the number of columns is either 1 or dynamic (I don't know if it is
possible but the DPL extension might allow that and it is already
installed). The Category lists are also hardcoded to 3 columns in the
mediawiki code (except for short lists). I don't know if this can be
handled properly by the skin without modifying the PHP code used
to generate those pages.

But at least the skin could solve the layout of the page for example to
have the menu below instead of on the right and by arranging the
links at the top differently (or removing them) so that it doesn't force
the page to be wider than the screen.

Thierry



More information about the Scummvm-devel mailing list