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.

Purds: Difference between revisions

From Super Fantasy Kingdom Official Wiki
useful page for me
 
No edit summary
 
Line 20: Line 20:


=== Side by side wikitables ===
=== Side by side wikitables ===
==== with div Style ====
<div style="display:inline-grid; vertical-align:top;">
<div style="display:inline-grid; vertical-align:top;">
{| class="wikitable"
{| class="wikitable"
Line 53: Line 54:
|}
|}
</div></nowiki>
</div></nowiki>
==== with an outer table ====
{|
|
{| class="wikitable"
|+ Table 1
! Header
|-
| Data A
|}
|
{| class="wikitable"
|+ Table 2
! Header
|-
| Data B
|}
|}
<nowiki>{|
|
{| class="wikitable"
|+ Table 1
! Header
|-
| Data A
|}
|
{| class="wikitable"
|+ Table 2
! Header
|-
| Data B
|}
|}</nowiki>

Latest revision as of 20:42, 15 February 2026

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

Table 1
Header
Data A
Table 2
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

Table 1
Header
Data A
Table 2
Header
Data B
{|
|
{| class="wikitable"
|+ Table 1
! Header
|-
| Data A
|}
|
{| class="wikitable"
|+ Table 2
! Header
|-
| Data B
|}
|}