• Happy pride month, xisters of the schlog!

Official AMA Soyjak Wiki General

WTF is this shit?

image_2025-01-20_232816810.png


@SprokemowerMan, explain this please.
 
WTF is this shit?

View attachment 128254

@SprokemowerMan, explain this please.
Isn't this guy a literal who namefag pedophile? Why do we even host a page for him. The people who try to insert this guy into 'arty drama events are probably just his alt. I remember 'ki jannies having to constantly delete parts of artciles randomly inserting him into pages. Putting shlog namefags on the 'ki is bad enough, but at least they have the excuse of already being on a namefagging website.
neutralplier.png
 
How do I add these? I worked on them awhile back and thought they could use some love [wholesome]
you could put all the “Marge why is there an article” and just pure nonsense articles in there. Maybe even those froot redirects too.
added. if you want to add something on this or any other portal you just click on the title of the section in question and it'll take you to the page where all the articles are stored, then you can just hit edit source and you'll see all the lists
 
Isn't this guy a literal who namefag pedophile? Why do we even host a page for him. The people who try to insert this guy into 'arty drama events are probably just his alt. I remember 'ki jannies having to constantly delete parts of artciles randomly inserting him into pages. Putting shlog namefags on the 'ki is bad enough, but at least they have the excuse of already being on a namefagging website.
View attachment 128332
It's like how Goth and Isaac still have their own 'ki articles despite being only notable for spamming 'p
 
Just tell me if the stuff I’m adding is wrong or just not supposed to be there
i saw what you were trying to add and included it. for a general guideline this portal is meant to be for stuff that's related to CIA, glowies, FBI, conspiracy theories, datamining, censorship etc
 
i saw what you were trying to add and included it. for a general guideline this portal is meant to be for stuff that's related to CIA, glowies, FBI, conspiracy theories, datamining, censorship etc
Ok so I was doing that, then it’s weird because it the source editor it looks like everything was already there, but under hidden text. I copy and pasted what was in there so just hit me on the head if I did something wrong. It looked right, but I could just be messing it up I’m not too sure how the portals work yet
 
I like this, there's MANY more articles to add here from the Category:TRVTH page
i added most of those as well as those in the CIA and Schizo babble categories
Ok so I was doing that, then it’s weird because it the source editor it looks like everything was already there, but under hidden text. I copy and pasted what was in there so just hit me on the head if I did something wrong. It looked right, but I could just be messing it up I’m not too sure how the portals work yet
i'll explain how the portal tabbers work in a moment, hold on while i write a demonstration
 
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]].
 
Back
Top