• Happy pride month, xisters of the schlog!

Official AMA Soyjak Wiki General

FUCKLOVE.png
 
the tabbers work through code i made mud steal from ED. on the page of the portal you'll find a list of lines like this
Code:
<span style="color:#00FF00;" id="truthsLink1" class="morphlink showhidetext" data-correspondingcontent="truthsContent1">A-B</span> &bull;
after these you'll find the page with all the lists transcluded like this. also note in the code above the "truthsContents1" css class thing doohickey
Code:
{{:Portal:Soyformation/Truths}}
(if you dont know what transclusion is this code basically copy pastes whatever page name you put in there)
but normally that would copy paste the entire page 24/7 regardless of if you're on the A-B section or the Y-Z section so the tabber code acts so that only a section is visible at a time
if you then go to the page being transcluded you find this
Code:
<noinclude>

== A-B ==
</noinclude>
<div id="truthsContent1" class="morphcontent ">
[[Abandoned By Sharty]]
&bull; [[Admin 6]]
&bull; [[AR-15]]
&bull; [[Big Sproke]]
</div>
all of the == A-B == etc headers are just decorative because they're surrounded in <noinclude> tags so ignore those. also note how when you open the page you cant see anything but the first A-B section. that's because the code is hiding all of the other sections since if you look in the source editor everything from C-D onwards has the hiddentext class <div id="truthsContent2" class="morphcontent hiddentext"> (this is to make only A-B visible by default when you first load the page) what actually matters though is the "div id="truthsContentNUMBER"> whatever stuff is surrounded by these tags will be pulled up when you click the link with the equivalent number back on the portal's page. i also organize lists with &bull; which is just the html entity for bullet points so i can easily edit and alphabetize them using this https://wordcounter.net/alphabetize.
tl;dlr go to the portal you want to add stuff to, click on the title for the section you want to add a new article into, scroll down (in the source editor) until you see the list you want to edit and add &bull; [[YOUR ARTICLE NAME HERE]].
So if I wanted to add say the soot page (not that I am) it’d be like:
<noinclude>

== A-B ==
</noinclude>
<div id="truthsContent1" class="morphcontent ">
[[Abandoned By Sharty]]
&bull; [[Admin 6]]
&bull; [[AR-15]]
&bull; [[Big Sproke]]
</div>
== S-T ==
</noinclude>
<div id="truthsContent1" class="morphcontent ">
&bull; [[Soosy Soot]]
</div>
right?
 
So if I wanted to add say the soot page (not that I am) it’d be like:
<noinclude>

== A-B ==
</noinclude>
<div id="truthsContent1" class="morphcontent ">
[[Abandoned By Sharty]]
&bull; [[Admin 6]]
&bull; [[AR-15]]
&bull; [[Big Sproke]]
</div>
== S-T ==
</noinclude>
<div id="truthsContent1" class="morphcontent ">
&bull; [[Soosy Soot]]
</div>
right?
yes but in this case i wouldn't add a bullet point before since its the only item in the list. also make sure the number is whatever the S-T is set to in the actual portal (truthsContent10 probably)
 
Last edited by a moderator:
i've been declining any and all edits mentioning/discussing the tragedy that happened today, but it's starting to become too big to ignore. should i start accepting these edits?
Nah. I think it'll just re-enforce the false flags that he was actually from the sharty. It's discorders or whatever other offsite freaks coerced him into doing that and making an entire page detailing the entire thing with 90% of the text being some strikethroughed version of "even doe he was aryan for doing it" or something else along those lines. If someone (I really doubt it) but if the happen stance that someone does come snooping and they find the page it'll be pretty suspicious. Just put it under banned pages because it just spells trouble if it existed.
 
i've been declining any and all edits mentioning/discussing the tragedy that happened today, but it's starting to become too big to ignore. should i start accepting these edits?
Yes, BUT make sure that the article clarifies that he was not involved with the sharty and HE IS NOT AFFILIATED WITH US. Have the affiliation part be very large and at the start of the thing.
 
Yes, BUT make sure that the article clarifies that he was not involved with the sharty and HE IS NOT AFFILIATED WITH US. Have the affiliation part be very large and at the start of the thing.
Nope, bad idea. I mean how are we going to say he's not affiliated when the first thing someone sees is an entire page dedicated to him on the site. Plus anyone can edit the article so people will add stupid stuff that really makes the whole unaffiliated excuse become that much weaker.
 
Nope, bad idea. I mean how are we going to say he's not affiliated when the first thing someone sees is an entire page dedicated to him on the site. Plus anyone can edit the article so people will add stupid stuff that really makes the whole unaffiliated excuse become that much weaker.
page banned.
1737602351314.png
 
Nope, bad idea. I mean how are we going to say he's not affiliated when the first thing someone sees is an entire page dedicated to him on the site. Plus anyone can edit the article so people will add stupid stuff that really makes the whole unaffiliated excuse become that much weaker.
Protect it, duh.
 
Protect it, duh.
Even then, the page would boil down to:
"We are NOT affiliated with the school shooter it was all discord btw"
Anyways here's exactly how he shot up the school, and his entire life, and we also later doxxed him and sent 900 pizzas to his families house for their son shooting up a school.

This page is part of a series on trolling and tactics
 
Even then, the page would boil down to:
"We are NOT affiliated with the school shooter it was all discord btw"
Anyways here's exactly how he shot up the school, and his entire life, and we also later doxxed him and sent 900 pizzas to his families house for their son shooting up a school.

This page is part of a series on trolling and tactics
This minus doxxing his family (with the exception of finding out who his dad is)
 
Someone told me the wiki has Special:Export disabled so nobody can export it to a file. Can somebody change this? With the recent events, if the wiki ever got taken down somehow it would be a massive loss to the community, we should get as many people to make copies of it as possible in my opinion.
I just tested Special:Import and it is fully functional. However, Special:Export is absent. I fully support a mass export of the Shwiki's pages. However, this is work for a developer or someone else with access to the servers.

 
Back
Top