[00:02:03] https://cdn.discordapp.com/attachments/407537962553966603/1254949696842108969/image.png?ex=667b5a7b&is=667a08fb&hm=12a3ccd5c1b9b5b79bd37a5d5cf540e7da75004e85f6137cb0b8ec3958644179& [00:18:05] https://cdn.discordapp.com/attachments/407537962553966603/1254953730562854932/image.png?ex=667b5e3d&is=667a0cbd&hm=3da4aa330f0cb62f4140cecc8052accc5133cd898853b50ecf6253640ba16707& [00:25:34] [1/3] Personal recommendation: do not attempt to bring Lua or wikipedia's modules on your wiki. [00:25:34] [2/3] Learning Lua from the beginning can take around one whole year to learn it, and by the time, it may be too late to make your wiki. First of all, learn html and css coding at Wwschool, and get used to create your templates using
and . [00:25:34] [3/3] It may take you around 3-4 weeks, but with that, you will create any templates you want. [00:26:22] daily reminder: don't import wikipedia [00:26:55] unless you want to go through a tranclusion nightmare [00:27:39] I imported from Wikipedia because I want to open faster the wiki to everyone without mattering of the errors to compete with MicroWiki [00:27:54] basically a shabby and NOT EFFORTED wiki [00:29:13] then you will get the consequences of [[Wikipedia]] for which we can't do much to help you [00:29:13] https://meta.miraheze.org/wiki/Wikipedia [00:29:14] [00:29:36] unless you restart or maybe dig ugo from the grave, I think he's changed his name too so idk where you'd find him now [00:32:56] ugo? [00:34:58] [1/2] I think you need to team with someone else. Wikpedia's templates besides of being too complicated to duplicate, they're encrypted so only with certain commands it can be shown on template's page. [00:34:58] [2/2] In that case, get someone who knows css/html well, and work together. [00:37:07] That’s not what encrypted means [00:37:28] its more ish accurate to say they are obfuscated [00:38:39] It's the same thing. Wikipedia is a selfish *ss evil and won't allow anybody to copy their templates. [00:45:27] its not encrypted [00:45:43] pixl is right, its obfuscastad [00:46:54] encryption would be way more complex, and would require public keys and private keys to decrypt and encrypt the wikiscript and parse it to html, which doesn't happen [00:47:26] it actually obfuscates, which means removing helpful clues of what the code is doing, removing whitespaces, and making it harder to read while making it readable by the html parser [00:48:12] No, and no they aren’t fucking evil 😂 [01:02:53] What do span tags do? [01:03:35] I've been a Wp user in the past, and in the 6 years i contributed, i've seen terrible sheet among the users on private chats. [01:03:52] Modify text [01:06:53] Is there any benefit to using span over just Div? [01:07:07] Aside from distinguishing the, [01:07:34] span is inline div is block [01:08:06] ofc u can make span take up the entire width or make div inline, but theyre inline and block by default respectively [01:08:49] `` tags denote an inline element that should be styled separately from the rest of the elements in the parent element; `
` is the block-level equivalent [01:10:52] Is it worth the effort to go and switch a bunch of divs user for text into spans [01:11:30] [1/2] Div is more for boards and tables. With it, you can make all kind of boxes, specially, infoboxes. [01:11:30] [2/2] But with span, you can make templates which go within the text. An example would be country names, or IPA text. [01:29:40] Div is an HTML element without any predefined attributes [01:29:51] Just display: block [01:35:02] I'm the owner of my wiki, I haven't edited for a while, so my account was blocked and then reinstated, and I've since been blocked from editing administrative pages like sidebar. How do I fix this? [01:43:54] Your account won't be blocked for inactivity, could you please link your wiki and say what your Miraheze username is? [01:48:13] [1/2] An example of what I mean: [01:48:14] [2/2] https://cdn.discordapp.com/attachments/407537962553966603/1254976413547888794/Screenshot_20240624_204533_Brave.jpg?ex=667b735d&is=667a21dd&hm=fb5f28245a985cb5b272b95a4e5cdf172e0a8241379bd6946a53feeb1f2d5419& [01:50:15] Yeah but that's not the only thing div is used for [01:50:36] For accessibility and code readability usually div isn't used for everything but it can be [01:50:51] Again it's just an element with no predefined properties [01:54:49] How does Div affect accessibility? [01:55:22] Tbh is actually span, but i agree with your point. [01:56:33] Screen readers will interpret specific elements like
,