CURRENT MISSION: Update, uncensor and (if needed) rewrite all the imported pages from SNCApedia.
Additionally, please tag all unnecessary discussion pages with the {{Delete}} template, for example those with outdated info.
For the love of god, please only mark your articles with {{WIP}} if you actually intend to finish them. Just look at how many there are in the WIP category.
Tether is currently on a break until the 16th of July. Please contact me for any and all things regarding SECApedia. Soyoyuki (talk) 01:36, 26 June 2026 (UTC)
You may still submit your janitor/approver application, but you wont get anywhere if you arent already autoconfirmed.
The community rules have been slightly updated, with the mention of "No-Link" sites.This is also mentioned & explained in rule 9.2
soygem.party and jarty.party have been moved out of the Gray Area and into the Friendly Zone.
The file size upload limit has FINALLY been increased to 8 megabytes. Sorry saars.
Template:FamilyTree/styles.css
.ws-tree {
font-size: 0.95em;
line-height: 1.4;
margin: 1em 0;
overflow-x: auto;
}
/* Base List Formatting */
.ws-tree ul {
list-style: none;
padding-left: 1.5em;
margin: 0;
}
.ws-tree > ul {
padding-left: 0;
}
.ws-tree li {
position: relative;
padding: 0.3em 0 0.3em 1.5em;
margin: 0;
}
.ws-tree > ul > li {
padding-left: 0;
}
/* -------------------------------------
COMPACT ANCESTRY LINES
--------------------------------------*/
.ws-tree ul ul > li::before {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-left: 1px solid #a2a9b1;
}
.ws-tree ul ul > li:last-child::before {
bottom: auto;
height: 1.2em;
}
.ws-tree ul ul > li::after {
content: '';
position: absolute;
top: 1.2em;
left: 0;
width: 1.5em;
border-top: 1px solid #a2a9b1;
}
/* -------------------------------------
BOX STYLING
--------------------------------------*/
.ws-node {
display: inline-block;
}
.ws-box {
display: inline-block;
background: #f8f9fa; /* standard Wiki gray */
border: 1px solid #a2a9b1;
border-radius: 2px;
padding: 0.15em 0.5em;
vertical-align: middle;
word-wrap: break-word;
}
/* The Merge Addon box (Darker Grey) */
.ws-addon {
background: #eaecf0;
}
.ws-addon b {
color: #54595d;
margin-right: 0.2em;
}
/* Wrapper that fuses multiple parents together natively */
.ws-parents {
display: inline-block;
border: 1px solid #a2a9b1;
border-radius: 2px;
background: #f8f9fa;
vertical-align: middle;
overflow: hidden;
}
/* An individual wiki inside the fused box */
.ws-prt {
display: inline-block;
padding: 0.15em 0.5em;
vertical-align: middle;
word-wrap: break-word;
}
/* Second / Third appended parents inside a fuse */
.ws-prt-add {
border-left: 1px solid #a2a9b1;
background: #eaecf0;
}
.ws-prt-add::before {
content: '+ ';
font-weight: bold;
color: #54595d;
}
/* -------------------------------------
SPLINTER & ARROW STYLING
--------------------------------------*/
.ws-splinter {
display: inline-block;
vertical-align: middle;
padding: 0.15em 0.5em;
background: #ffffff;
border: 1px dashed #72777d;
border-radius: 2px;
}
.ws-arrow {
display: inline-block;
vertical-align: middle;
margin: 0 0.4em;
color: #72777d;
font-weight: bold;
user-select: none;
}
/* Neutralize MediaWiki parser paragraph injection globally */
.ws-tree p {
display: inline;
margin: 0;
}