I've always gotten confused with creating tables from other websites, but I don't think I have tried any of the one mentioned above. That being said, I make mine manually and I make a lot of them. The ones currently on your page look like they were created using html rather than wiki formatting (excuse my ignorance of proper coding or internet or whatever language). Using one of your small tables as an example:
Population |
819 |
Number of Houses |
127 |
Number Families |
136
|
A simpler coding would look like this (you can copy/paste it to your space to see if it good):
{| border="2" cellpadding="9"
|-
|Population||819
|-
|Number of Houses||127
|-
|Number of Families||136
|-
|}
If you want some of the words in bold you just have to encase them in three apostrophes '''bold word'''
It is also easy to add a background color or make the table sortable without all that html.