TableHash assigns a class to a table row that has been linked to using the ID of that row. This is useful when trying to link to information in a big table that does not warrant its own page.
Installation
Example
In case you have a table like this:
{| class="article-table" style="width: 100%;"
| id="a" | A
|-
| id="b" | B
|-
| id="c" | C
|-
| id="d" | D
|-
| id="e" | E
|-
| id="f" | F
|-
| id="g" | G
|-
| id="h" | H
|-
| id="i" | I
|-
| id="j" | J
|-
| id="k" | K
|-
| id="l" | L
|}
And use #g to link to a specific row in the table, that specific row will be highlighted. You can try it on the table below.
| A |
| B |
| C |
| D |
| E |
| F |
| G |
| H |
| I |
| J |
| K |
| L |
Text above can be found here (edit)