Is there an easy way to make a pleasing mediawiki table? -


I use a MediaWiki example on a thumb drive to track the track of one tonne in the past, So I have not had a chance to see a good way of making tables, so this syntax has given my objectives well:

  {| Limit = 1 ... |}  

Now I want a little better; I am using CSS to create a good table range, but I can not find a clear way to do this syntax through MediaWiki. Actually, I want a table that looks like this HTML:

  & lt; Table style = "border-fall: collapse" & gt; & Lt; TR & gt; & Lt; Td style = "border: 1 px solid black" & gt; A & lt; / Td> & Lt; Td style = "border: 1 px solid black" & gt; Two & lt; / Td> & Lt; / TR & gt; & Lt; / Table & gt;  

It would be difficult to set limits on each cell. My initial estimate is that I need to add a table class somewhere in a CSS file; If so, where can the appropriate file be located?

As you wrote, you can edit this is the way to go; However, if for some reason you can not use CSS, you can always use wiki templates that include cell-specific styling tags.


Comments