Revision as of 2010-03-08 09:47:56
  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 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

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