[00:24:22] hey [00:24:39] i got a question about phabricator, should i specify a specific project for my mathstatus issue? [00:25:05] also should i ask about why meta's managewiki shows a database connection dialog instead of the wiki details information? [00:31:13] why i seem to not be able to have a talk page in the login wiki? [00:33:15] Login Wiki is only designed for the central login system and global user pages, not talk pages [00:35:58] some people have talk pages there [00:36:56] apparently its only for autoconfirmed/confirmed users? [00:37:21] Well yes, but that's not part of Login Wiki's purpose: [00:38:45] why people use it then? [00:48:37] Generally, people don't use login talk pages much, and login talk pages have been deleted in the past; it's much more common to use Meta talk pages [00:53:04] <_ar1a024> Hoe do you document templates? [00:54:04] you write in template:template/doc and transclude it to the main template page [00:56:38] It there are short documentation you can just do it on the main template page, surrouneded by `/noinclude`, but yes for longer documention it is generally better to use a /doc subpage and translude that onto the main template page [00:57:54] <_ar1a024> Hmmmm [00:57:57] <_ar1a024> Aight [01:03:41] <_ar1a024> Is this supposed to happen? [01:03:42] <_ar1a024> The bottom [01:05:44] you can see existing template's documentation translusion, when you put a translude you are in the template namespace, there's magic words that allow you to specify the relative subpage [01:06:32] No; my guess is that you have a {{Documentation}} template call that should be wrapped in tags but isn't [01:06:32] https://meta.miraheze.org/wiki/Template:Documentation [01:06:32] [01:06:42] Thanks Wiki-Bot, very helpful [01:27:30] <_ar1a024> [1/2] @tali64 @Juesto [01:27:31] <_ar1a024> [2/2] So I did what you told me to ans nothing worked [01:27:41] <_ar1a024> I did also do the /doc sub page but nothing changed [01:27:57] <_ar1a024> What's the template even supposed to look like? [01:28:29] [1/2] nothing will change now and the documentation is supposed to only show when you visit the template page not when you use the template elsewhere. [01:28:29] [2/2] you need to create the doc subpage and write the actual documentation [01:29:16] noinclude means that the content in the tag will not be transluded when you do so on a page where you want to place the tempalte [01:30:37] you've put the infobox itself on there, you might want to wrap that in the nowiki tag if you intend to make the wikitext you write visible for the purpose of showing what it does [01:32:52] [1/2] thats good, now you want to translude it on the page. [01:32:53] [2/2] something like this: `{{documentation|Template:Stub/doc}}` [01:32:53] https://meta.miraheze.org/wiki/Template:documentation [01:39:22] 👀https://discord.com/channels/407504499280707585/1072370804936941569/1142983756144181298 tali64 [01:41:42] <_ar1a024> Aight thx [13:48:59] is there any easier way to migrate a fandom wiki to a miraheze domain, outside of copy-pasting every pre-exiting article and image file onto your new miraheze wiki? [13:50:03] You can and should export dumps [13:50:08] copy pasting is a big no in terms of wiki migration - because of licenses, for that there's process of export and import [13:50:15] And an SRE will import them for you [13:51:02] [1/2] see this page [13:51:02] [2/2] [[Moving a wiki to Miraheze]] [13:51:02] https://meta.miraheze.org/wiki/Moving_a_wiki_to_Miraheze [13:51:02] [13:51:15] gotcha, thanks [15:28:42] <_ar1a024> [1/14] ```! colspan="2" style="background-color:{{{sidebg|#cc2727}}}" | Alternate Fire [15:28:42] https://meta.miraheze.org/wiki/Template:%7bsidebg [15:28:42] <_ar1a024> [2/14] |- [15:28:42] <_ar1a024> [3/14] {{#if:{{{altsimple}}}||- [15:28:42] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7baltsimple [15:28:42] <_ar1a024> [4/14] | colspan="2" style="text-align:center" | {{{altsimple}}}}} [15:28:42] https://meta.miraheze.org/wiki/Template:%7baltsimple [15:28:43] <_ar1a024> [5/14] {{#if:{{{altdamage}}}||- [15:28:43] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7baltdamage [15:28:43] <_ar1a024> [6/14] | style="text-align:right; width:25%" | '''Damage''' [15:28:43] <_ar1a024> [7/14] | colspan="2" | {{{altdamage}}}}} [15:28:43] https://meta.miraheze.org/wiki/Template:%7baltdamage [15:28:44] <_ar1a024> [8/14] {{#if:{{{altduration}}}||- [15:28:44] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7baltduration [15:28:44] <_ar1a024> [9/14] | style="text-align:right; width:25%" | '''Duration''' [15:28:44] <_ar1a024> [10/14] | colspan="2" | {{{altduration}}}{{#if: {{{altsecond|}}} | s | }}}} [15:28:44] https://meta.miraheze.org/wiki/Template:%7baltduration [15:28:45] <_ar1a024> [11/14] {{#if:{{{alttime}}}||- [15:28:45] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7balttime [15:28:45] <_ar1a024> [12/14] | style="text-align:right; width:25%" | '''Cooldown''' [15:28:45] <_ar1a024> [13/14] | colspan="2" | {{{alttime}}}{{#if: {{{altsecond|}}} | s | }}}} [15:28:45] https://meta.miraheze.org/wiki/Template:%7balttime [15:28:46] <_ar1a024> [14/14] |-``` [15:28:46] <_ar1a024> What did I do wrong [15:28:54] <_ar1a024> I use this and nothing shows up [15:29:12] this is the entire code? [15:29:55] <_ar1a024> No [15:29:58] <_ar1a024> Only a portion [15:30:30] what exactly doesn't show? [15:31:32] <_ar1a024> Under alternate fire there's some stuff tahts supposed to be there [15:31:50] <_ar1a024> If a weapon didn't have an altfire some could just try and put something else instead [15:31:54] <_ar1a024> (altsimple parameter) [15:32:55] wait, that's probably pipes and table formatting [15:33:23] <_ar1a024> [1/48] ``` [15:33:24] <_ar1a024> [2/48] {| class="wikitable infobox" [15:33:24] <_ar1a024> [3/48] ! colspan="2" style="background-color:{{{mainbg|#b30000}}}" | {{uc:{{{name|{{ROOTPAGENAME}}}}}}} [15:33:24] https://meta.miraheze.org/wiki/Template:%7bmainbg [15:33:24] <_ar1a024> [4/48] |- [15:33:24] <_ar1a024> [5/48] | colspan="2" style="text-align:center" | [[File:{{{image|Placeholder.png}}}|192px|{{{name}}}]]{{#if:{{{caption|}}}|
''{{{caption}}}''}} [15:33:24] https://meta.miraheze.org/wiki/Template:%7bimage https://meta.miraheze.org/wiki/File:%7b%7b%7bimage [15:33:25] <_ar1a024> [6/48] |- [15:33:25] <_ar1a024> [7/48] ! colspan="2" style="background-color:{{{sidebg|#cc2727}}}" | Primary Fire [15:33:25] https://meta.miraheze.org/wiki/Template:%7bsidebg [15:33:25] <_ar1a024> [8/48] |- [15:33:26] <_ar1a024> [9/48] | style="text-align:right; width:25%" | '''Damage''' [15:33:26] <_ar1a024> [10/48] | colspan="2" | {{{damage}}} [15:33:26] https://meta.miraheze.org/wiki/Template:%7bdamage [15:33:26] <_ar1a024> [11/48] {{#if:{{{duration}}}||- [15:33:26] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7bduration [15:33:27] <_ar1a024> [12/48] | style="text-align:right; width:25%" | '''Duration''' [15:33:27] <_ar1a024> [13/48] | colspan="2" | {{{duration}}}{{#if: {{{second|}}} | s | }}}} [15:33:27] https://meta.miraheze.org/wiki/Template:%7bduration [15:33:28] <_ar1a024> [14/48] |- [15:33:28] <_ar1a024> [15/48] | style="text-align:right; width:25%" | '''Cooldown''' [15:33:29] <_ar1a024> [16/48] | colspan="2" | {{{time}}}{{#if: {{{second|}}} | s | }} [15:33:29] https://meta.miraheze.org/wiki/Template:%7btime [15:33:29] <_ar1a024> [17/48] |- [15:33:30] <_ar1a024> [18/48] ! colspan="2" style="background-color:{{{sidebg|#cc2727}}}" | Alternate Fire [15:33:30] https://meta.miraheze.org/wiki/Template:%7bsidebg [15:33:30] <_ar1a024> [19/48] |- [15:33:31] <_ar1a024> [20/48] {{#if:{{{altsimple}}}||- [15:33:31] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7baltsimple [15:33:31] <_ar1a024> [21/48] | colspan="2" style="text-align:center" | {{{altsimple}}}}} [15:33:31] https://meta.miraheze.org/wiki/Template:%7baltsimple [15:33:32] <_ar1a024> [22/48] |- [15:33:32] <_ar1a024> [23/48] {{#if:{{{altdamage}}}||- [15:33:32] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7baltdamage [15:33:33] <_ar1a024> [24/48] | style="text-align:right; width:25%" | '''Damage''' [15:33:33] <_ar1a024> [25/48] | colspan="2" | {{{altdamage}}}}} [15:33:33] https://meta.miraheze.org/wiki/Template:%7baltdamage [15:33:34] <_ar1a024> [26/48] |- [15:33:34] <_ar1a024> [27/48] {{#if:{{{altduration}}}||- [15:33:34] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7baltduration [15:33:35] <_ar1a024> [28/48] | style="text-align:right; width:25%" | '''Duration''' [15:33:35] <_ar1a024> [29/48] | colspan="2" | {{{altduration}}}{{#if: {{{altsecond|}}} | s | }}}} [15:33:35] https://meta.miraheze.org/wiki/Template:%7baltduration [15:33:36] <_ar1a024> [30/48] |- [15:33:36] <_ar1a024> [31/48] {{#if:{{{alttime}}}||- [15:33:36] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7balttime [15:33:37] <_ar1a024> [32/48] | style="text-align:right; width:25%" | '''Cooldown''' [15:33:37] <_ar1a024> [33/48] | colspan="2" | {{{alttime}}}{{#if: {{{altsecond|}}} | s | }}}} [15:33:37] https://meta.miraheze.org/wiki/Template:%7balttime [15:33:38] <_ar1a024> [34/48] |- [15:33:38] <_ar1a024> [35/48] ! colspan="2" style="background-color:{{{sidebg|#cc2727}}}" | Damage Modifiers [15:33:38] https://meta.miraheze.org/wiki/Template:%7bsidebg [15:33:39] <_ar1a024> [36/48] |- [15:33:39] <_ar1a024> [37/48] | colspan="2" | {{{modifiers}}} [15:33:39] https://meta.miraheze.org/wiki/Template:%7bmodifiers [15:33:40] <_ar1a024> [38/48] |- [15:33:40] <_ar1a024> [39/48] ! colspan="2" style="background-color:{{{sidebg|#cc2727}}}" {{!}} Terminal Info [15:33:40] https://meta.miraheze.org/wiki/Template:%7bsidebg [15:33:41] <_ar1a024> [40/48] {{!}}- [15:33:41] https://meta.miraheze.org/wiki/Template:! [15:33:41] <_ar1a024> [41/48] {{!}} colspan="2" style="text-align:left" {{!}}
{{{info}}}/div [15:33:41] https://meta.miraheze.org/wiki/Template:! [15:33:42] <_ar1a024> [42/48] |- [15:33:42] <_ar1a024> [43/48] ! colspan="2" style="background-color:{{{sidebg|#cc2727}}}" | Obtained in [15:33:42] https://meta.miraheze.org/wiki/Template:%7bsidebg [15:33:43] <_ar1a024> [44/48] |- [15:33:43] <_ar1a024> [45/48] | colspan="2" style="text-align:center" | {{{obtained}}} [15:33:43] https://meta.miraheze.org/wiki/Template:%7bobtained [15:33:44] <_ar1a024> [46/48] |}/includeonly [15:33:44] <_ar1a024> [47/48] {{/doc}}/noinclude [15:33:44] https://meta.miraheze.org/wiki/Template:/doc [15:33:45] <_ar1a024> [48/48] ``` [15:33:45] <_ar1a024> The entire thing [15:33:46] god [15:33:46] don't do that [15:33:47] <_ar1a024> I've looked over it [15:33:47] <_ar1a024> Oh sorry [15:33:48] you could just link [15:33:48] or create #support [15:34:08] <_ar1a024> Oh yeah [15:34:36] wait a minute please [15:36:34] [1/6] when you're using parser function in a wiki table, you should use pipe symbole replacement - `{{!}}`. for table's parts [15:36:34] https://meta.miraheze.org/wiki/Template:! [15:36:34] [2/6] also table requires these parts to start right in a new row [15:36:35] [3/6] so it should be like this [15:36:35] [4/6] `{{#if:{{{altsimple}}}| [15:36:35] https://meta.miraheze.org/wiki/%23if:Template:%7b%7b%7baltsimple [15:36:35] [5/6] {{!}}- [15:36:35] https://meta.miraheze.org/wiki/Template:! [15:36:36] [6/6] {{!}} colspan="2" style="text-align:center" {{!}} {{{altsimple}}}}}` [15:36:36] https://meta.miraheze.org/wiki/Template:! [15:37:05] <_ar1a024> Oh so that's what that's for [15:38:17] <_ar1a024> It works!!!!!!! [15:38:19] <_ar1a024> Thanks Leg [15:38:22] np [15:48:58] <_ar1a024> So I made some changes and realised that it doesn't really work [15:51:48] `altsecond` parts seem to be off [15:52:09] <_ar1a024> Wdym [15:52:26] also if both of them will be used template will show only one value [15:54:37] [1/2] try `{{#if: {{{altsecond|}}} | {{{altsecond|}}} s}}` instead [15:54:37] https://meta.miraheze.org/wiki/%23if:Template:_%7b%7b%7baltsecond [15:54:37] [2/2] and I suggest to give them different names, for example `altsecondd` and `altsecondt` [15:57:36] <_ar1a024, replying to theoneandonlylegroom> Nothing changed [15:57:52] <_ar1a024> All the if statment values seem to be logged on as standard [15:58:00] <_ar1a024> Tehy shouldn't show up [15:58:27] <_ar1a024> Check it out [15:58:28] ah lol [15:59:02] you should make parameters like this: `{{{...|}}}` [15:59:02] https://meta.miraheze.org/wiki/Template:%7b... [15:59:19] what you did for seconds already [15:59:25] should be done for all [15:59:39] <_ar1a024> Why is that the source of every template problem LMAO [16:00:04] [[mw:Extension:ParserFunctions]] [16:00:04] https://www.mediawiki.org/wiki/Extension:ParserFunctions [16:00:06] [16:45:52] this looks really cool /gen [16:52:09] <_ar1a024> thx [17:21:09] nothing happened on T11154 [17:25:55] [[phab:T11154]] [17:25:55] https://meta.miraheze.org/wiki/phab:T11154 [17:25:56] [17:26:33] sorry, forgot that 🙂 [17:27:35] I added some tags so it's at least in a queue [17:27:45] thank you [18:08:31] that should be enough to get noticed? [18:11:51] Eventually [18:14:25] its not really a priority honestly [18:14:30] but its a good idea to try and fix [18:14:40] do math operations even work reliably? [18:15:36] i'd like to test but i dont really know the syntax [18:19:47] They should [18:20:53] rhinos, why special:import keeps failing even if file is less than 2 MB? [18:21:26] I see now ok [18:25:26] I answered in thread [18:37:04] turns out i had reduced motion enabled on my desktop [18:37:54] which enables css media feature `@media(prefers-reduced-motion)` [19:59:13] oh, glad it’s working now though! [22:33:31] how can i configure miraheze extensions in my own instance for testing? [22:56:52] Hi, does requesting an image import mean that only files/images will be imported, or it'll import the xml dump as well?