-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
WikiChip:styling
This page documents some of the styling that has been added to WikiChip for various purposes:
Multi-Columns
To break down a list, we have the wiki-ul-col##
class where ##
is the number of columns, for example:
<div class="wiki-ul-col3"> * AA * BB * CC * DD * EE * FF </div> |
|
We have a {{collist}} template which wraps this class for you.
Table Text alignment
In order to alight an entire column of a table, we have tl##
, tc##
, and tr##
classes for (left, center, and right respectively) where ##
is the column's number.
For example, the following table as the tl1 tc2 tr3 tl4
classes added to the <table>
tag:
A | B | C | D |
---|---|---|---|
AAA | BB | C | DD |
A | B | CCCC | DDDDD |
AA | BBBB | C | DDD |
AAAAAA | B | CCCCCC | DDDDDD |
AA | B | C | DD |