Revision as of 2010-03-08 09:56:47
  Older version (diff) | current version (diff) | Newer version (diff)

Help:Wiki Table Style Guide  

ZAM Network
Wikibase™
Guides
Change skin to: www.ZAMAionEQ1EQ2FFXIFFXIVFree RealmsLoNWARWoW
No wiki styling! - DAoCEQOAEVELotROSWG


This page is an attempt to give some direction and information about available classes that can be applied to tables in the wiki. Some of them are game-specific and are always prefaced with the gameid, such as sto-panel or aion-q0.

A class can be applied to a table in HTML or wiki-code. Here are two examples of the common class, infobox, which is defined in every game skin.

HTML table with .infobox class
<table class="infobox">
 <tr>
  <th>Header One</th>
  <th>Header Two</th>
 </tr>
 <tr>
  <td>Cell One</td>
  <td>Cell Two</td>
 </tr>
</table>
Header One Header Two
Cell One Cell Two
Wikicode table with .infobox class
{| class="infobox"
!Header One
!Header Two
|-
|Cell One
|Cell Two
|}
Header OneHeader Two
Cell OneCell Two

The following are other common classes that SHOULD be defined in all skins.

datatable
Header OneHeader Two
Cell OneCell Two

Categories: ZAM Network | Guides (ZAM)
This page last modified 2010-03-08 09:56:47.