A recent twitter post pointed out that this template (and some of the templates it transcludes, e.g. this) currently renders poorly in phone screens (example):
- menu tabs should stack vertically on narrow screens
- all menu tabs should be collapsed by default in the mobile view (like a heading2 section)
- div with article text should reflow underneath the infobox section
- the infobox should also collapse like a heading_2 section
Any ideas on how to fix these (or a suggestion of who else I could pester) would be v. helpful. I'll start addressing point 1 this weekend, but I'm not certain how to implement the others.
If there's any magicword (equivalent of {{SERVERNAME}}) that could be used to detect whether the mobile version of the site is being viewed, I could at least use some if functions to display differently:
{{#ifeq:{{SERVERNAME}}|{{MOBILESERVERNAME}}|...}}
Thanks in advance!