Please note that some information on this wiki is still based on the demo version.
If you notice any errors, feel free to correct them.
User:76561198175554633
From Super Fantasy Kingdom Official Wiki
just gonna add some useful stuff here that might help me
Table of Content
this below shows the Table of Content at the place you put it on the page, only one per page as far as I know
__TOC__
TOC side by side with text
It can also be used with div style to have the TOC and first lines of text next to aech other, as seen at the top of my page. Combination of center and middle looks best imo.
<div style="display:inline-grid; vertical-align:center;">__TOC__</div> <div style="display:inline-grid; vertical-align:middle;"> just gonna add some useful stuff here that might help me </div>
No TOC
when you don't want a TOC on a page use below. Does not work if __TOC__ is also on the page
__NOTOC__
Side by side wikitables
with div Style
| Header |
|---|
| Data A |
| Header |
|---|
| Data B |
<div style="display:inline-grid; vertical-align:top;">
{| class="wikitable"
|+ Table 1
! Header
|-
| Data A
|}
</div>
<div style="display:inline-grid; vertical-align:top;">
{| class="wikitable"
|+ Table 2
! Header
|-
| Data B
|}
</div>
with an outer table
|
|
{|
|
{| class="wikitable"
|+ Table 1
! Header
|-
| Data A
|}
|
{| class="wikitable"
|+ Table 2
! Header
|-
| Data B
|}
|}


