[07:56:27] How do I connect two wikis so that the interlanguage links work? [07:58:01] Just use Special:Interlink and add the record for the other wiki there [08:02:13] wait hold on, we already dissolved the Interwiki Sysop right? [08:02:38] I can't edit the records there [08:03:19] Guest0: which wiki and what has been done so far? [08:12:33] ziomki.miraheze.org which has around 20 articles I think and szlziomki.miraheze.org which is a Silesian-language version of it that got accepted yesterday and not much has been done there yet (if that's what you were asking) [08:16:16] Guest0: interlanuage links are effectively Interwiki links using a language code [08:16:35] With the 2 wiki approach, you need to link them up [08:17:18] One approach is WikiBase [08:17:25] Although that's slightly complex [08:17:42] If you just want to have the ability to create links between the 2 [08:17:58] You can edit Special:Interwiki or get a steward to [08:18:13] And add the language codes to that [08:18:18] Which is simple [08:18:44] Although WikiBase gives you a more semantic approach and allows linking articles and sharing common info [08:19:42] I'll see what I'm able to do [08:57:44] I did the interlanguage links but when I put [[language prefix:page name|language prefix:page name]] on articles it always redirects to the main page of the another-language wiki instead of the same article [09:43:11] you put the `$1` in there yet? [15:35:53] [1/3] I f*cking did it! [15:35:53] [2/3] Finally figured out how to simplest way set the custom license for the UW [15:35:54] [3/3] https://cdn.discordapp.com/attachments/1006789349498699827/1246487393322795121/anh.png?ex=665c9159&is=665b3fd9&hm=dcb5162439907c0a444eb1e2b42a6303494c3dbf16e622d999979da73a4b654c& [15:40:18] We know how much it frustrated me... [19:07:55] @reception123 https://github.com/miraheze/MirahezeMagic/pull/491 PR has been pending for 2 weeks and I think CA forgot to review and I don't want to bother him, you said I can ping you for PRs that have been pending for weeks so please review PR if possible [19:09:08] I'm not really very familiar with SEO and CosmicAlpha is really good with it so we'll have to wait for him [19:11:31] And you are for targeted settings [19:14:22] Alright @cosmicalpha can you review the PR? [19:45:14] is there a way for clicking on redlinks to go to e.g. https://tally.miraheze.org/wiki/Main_Page instead of https://tally.miraheze.org/wiki/Main_Page?action=edit ? [23:58:32] [1/40] is there a way to make a infobox that adds headers and data based of what the user puts? its hard to explain but this is an example: [23:58:33] [2/40] instead of having to put this code [23:58:33] [3/40] ``` [23:58:33] [4/40] [23:58:34] [5/40] [23:58:34] <MirahezeRelay> <pyrosfere> [6/40] <default>{{PAGENAME}}/default [23:58:34] <MirahezeRelay> <pyrosfere> [7/40] /title [23:58:35] <MirahezeRelay> <pyrosfere> [8/40] <image source="imagem"/> [23:58:35] <MirahezeRelay> <pyrosfere> [9/40] <header>Geral/header [23:58:35] <MirahezeRelay> <pyrosfere> [10/40] <data source="nascimento"> [23:58:36] <MirahezeRelay> <pyrosfere> [11/40] <label>Nascimento/label [23:58:36] <MirahezeRelay> <pyrosfere> [12/40] <default>Obrigatório/default [23:58:37] <MirahezeRelay> <pyrosfere> [13/40] /data [23:58:37] <MirahezeRelay> <pyrosfere> [14/40] <data source="morte"> [23:58:38] <MirahezeRelay> <pyrosfere> [15/40] <label>Morte/label [23:58:38] <MirahezeRelay> <pyrosfere> [16/40] /data [23:58:39] <MirahezeRelay> <pyrosfere> [17/40] <data source="naturalidade"> [23:58:39] <MirahezeRelay> <pyrosfere> [18/40] <label>Naturalidade/label [23:58:40] <MirahezeRelay> <pyrosfere> [19/40] <default>Obrigatório/default [23:58:40] <MirahezeRelay> <pyrosfere> [20/40] /data [23:58:41] <MirahezeRelay> <pyrosfere> [21/40] ... [23:58:41] <MirahezeRelay> <pyrosfere> [22/40] ``` [23:58:42] <MirahezeRelay> <pyrosfere> [23/40] to do then write this code on a page: [23:58:42] <MirahezeRelay> <pyrosfere> [24/40] ``` [23:58:43] <MirahezeRelay> <pyrosfere> [25/40] {{Template:Pessoa [23:58:43] <MirahezeRelay> <pyrosfere> [26/40] | imagem = [23:58:44] <MirahezeRelay> <pyrosfere> [27/40] | nascimento = [23:58:44] <MirahezeRelay> <pyrosfere> [28/40] | morte = [23:58:45] <MirahezeRelay> <pyrosfere> [29/40] | naturalidade = [23:58:45] <MirahezeRelay> <pyrosfere> [30/40] ... [23:58:46] <MirahezeRelay> <pyrosfere> [31/40] ``` [23:58:46] <MirahezeRelay> <pyrosfere> [32/40] can't I just make up headers and tags like this [23:58:47] <MirahezeRelay> <pyrosfere> [33/40] ``` [23:58:47] <MirahezeRelay> <pyrosfere> [34/40] {{Template:Pessoa [23:58:48] <MirahezeRelay> <pyrosfere> [35/40] | imagem = [23:58:48] <MirahezeRelay> <pyrosfere> [36/40] | teste = [23:58:49] <MirahezeRelay> <pyrosfere> [37/40] | test3 = [23:58:49] <MirahezeRelay> <pyrosfere> [38/40] | aaaaa = [23:58:50] <MirahezeRelay> <pyrosfere> [39/40] ``` [23:58:50] <MirahezeRelay> <pyrosfere> [40/40] without having to write each of those down on Template:Pessoa? [23:58:51] <MirahezeRelay> <pyrosfere> is there an extension or way to do that?