Category table template
From EVEDev
| This page is considered a guideline for this wiki Please try to follow these guidelines as closely as possible. |
[edit] Description
The category table template is a small template which allows you to add a table on your page with a header, and content.
[edit] Example
{{Category table|width=30%|bg=#f7f9fb|bghead=#dfe6f1|title=Projects|
content=
* [[EDK]]
* [[EVEMon]]
}}
Will output the following table
|
[edit] Parameters
This template knows a small number of paramaters:
- bg - background color in HEX
- bghead - background color of the header
- title - the title
- content - the content. Note for some reason lists don't work as the first input. The hr tag is a workaround.
- width - width of the table. If not specified, it will be 100%

