[05:19:08] Hi, I would like to make a button to replace the instruction in the notification box in "https://meta.wikimedia.org/wiki/Wiki_Loves_Love#Support". So basically, the idea is that the user click the button, and "# ~~~~" is added at the end of the section. [05:19:29] So far the best I came with is https://meta.wikimedia.org/wiki/User:Psychoslave/test [05:23:24] It doesn't completely work as I would like, as 1. the text is indeed at the end of the subpage (I can move the WLL support section to a subpage, it's ok), but the text apppended with af an empty line which break the count [05:26:11] 2. the user still have to deal with a validation of the wikicode, when I would prefer that a single click would do the complete job [05:44:17] So my questions are, 1. can I make a button such as the one I'm targetting with the current software features currently available on Meta, 2. can I make such a button work from an other Wikimedia project, namely Commons, whether through a link providing parameter in the URL, or a cross domain form [07:46:55] is it possible to make something as a link which works with the API? Something like https://meta.wikimedia.org/w/index.php?title=User:Psychoslave/test/api_edit&action=edit&appendtext=this_is_content&summary=dummy_test [07:51:17] haha, seems I might have something https://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Edit_and_submit [08:09:46] hmm, I forged "https://meta.wikimedia.org/w/index.php?title=User:Psychoslave/test/api_edit&action=submit&wpSummary=dummy_test&wpTextbox1=this_is_content&wpSave" but it doesn't seems to work, maybe it need to be sent in a POST method. Can we make arbitrary html form on Meta? [08:10:57] oh maybe https://www.mediawiki.org/wiki/HTMLForm will help me [14:24:37] Oh, actually HTMLForm require server side changes :/ [15:24:12] [[Tech]]; Psychoslave; /* Making a button which add an signature at the end of section */ new section; https://meta.wikimedia.org/w/index.php?diff=18044376&oldid=17997067&rcid=11862199 [15:27:13] [[Tech]]; Psychoslave; /* Making a button which add an signature at the end of section */; https://meta.wikimedia.org/w/index.php?diff=18044378&oldid=18044376&rcid=11862212 [17:10:30] Is anyone getting an error when opening this link? https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Flag_of_Russia_%281696-1917%29.svg/23px-Flag_of_Russia_%281696-1917%29.svg.png [17:18:48] yup [17:43:44] ho nice, making a message on Meta is reflected here [17:43:50] I wasn't aware of that [17:44:14] Kudu to whoever have put that in place [17:48:30] Hmm, the API playground seems to ignore the 'title' field - outputs &title= [17:48:48] s/title/titles