I'd like to make the entire cell in a MediaWiki table clickable, and not just the text inside it. I start off with this, for example:
{| style="width:400px;background-color:yellow;"
|-
|[[Article1|Tree]]||style="background-color:green"|[[Article2|Hat]]||[[Article3|Shoe]]
|-
|}
And, as expected, only the text is clickable. Can I rejig something to make it work?