[00:16:12] <.kwinn> @thewwrnerdguy can u actually give me advice on some data structure? [00:17:28] <.kwinn> I've been importing jsons into buckets so far but right now I'm looking at a massive json that is like 40k lines. I tried to import it raw but it was obviously too big and if I were to use Bucket I would get 40k pages :x is that a fine thing to do? or is there maybe a better way to get that data onto the wiki? [01:03:32] hi, sorry for ping, but did you ever find a way around this? (if you can remember) [01:06:42] [1/3] https://www.mediawiki.org/wiki/Manual:Template_limits#Unstrip_post-expand_size [01:06:42] [2/3] Basically, some tags, like the one added by TemplateStyles, add some amount of bytes to the template they're in; each page has a limit of how many bytes can be added by tags [01:06:42] [3/3] Exceeding this limit is usually caused by overusing a template that uses TemplateStyles; to fix this, you'll need to rewrite the template so it's not dependent on TemplateStyles (i.e. MediaWiki:Common.css) [01:08:08] i see, i have a really huge lua module so i was assuming it was that [01:08:16] ill try refactoring my css first [01:08:20] You can also use Variables to deduplicate it https://phabricator.wikimedia.org/T407162 [01:09:23] oh i see [01:09:42] oh god i'll be calling one of the templatestyles hundreds of times [01:12:17] Are there any recommended hardening/security guides for a miraheze wiki? I'm searching around but not finding anything [01:16:00] not really, because we do alot of security stuff on our end, and we pretty much prevent most things a user could do to compromise security [01:18:36] great news! thank you for all you do [01:21:00] There's also, be sure you trust whoever you give permissions to, especially higher-up roles [01:21:25] Bureaucrats can remove other bureaucrats on Miraheze, right? Or does it work like Wikimedia where it requires Steward involvement [01:21:53] Yeah I guess I was more of a technical side then actual wiki side [01:21:57] thinking more* [01:22:35] @wikitideharej I think by default they can't remove other crats, but they can change it [01:27:15] <.kwinn> according to what i saw on the miraheze resources bureaucrats can only be removed with steward involvement [01:30:18] i tried this, and it worked well, but it's also wrapping my icons (the template i used this for) in a
, is that an expected behaviour?
[01:45:38] 	  [1/5] you might be doing something like `{{template}} {{template}}` where Template:Template looks like ```
[01:45:38] 	  [2/5]