User talk:GlowstoneUnknown

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Although some prefer welcoming newcomers with cookies, I find fruit to be a healthier alternative.

Hello, GlowstoneUnknown, and welcome to Wikipedia! Thank you for your contributions. I hope you like this place and decide to stay.

  • If you have a question that is not one of the frequently asked questions below, check out the Teahouse, ask me on my talk page, or click the button below. Happy editing and again, welcome! Rasnaboy (talk) 01:35, 4 November 2023 (UTC)[reply]


Why can't I edit some particular pages?
Some pages that have been vandalized repeatedly are semi-protected, meaning that editing by new or unregistered users is prohibited through technical measures. If you have an account that is four days old and has made at least 10 edits, then you can bypass semi-protection and edit any semi-protected page. Some pages, such as highly visible templates, are fully-protected, meaning that only administrators can edit them. If this is not the case, you may have been blocked or your IP address caught up in a range block.
Where can I experiment with editing Wikipedia?
How do I create an article?
See how to create your first article, then use the Article Wizard to create one, and add references to the article as explained below.
How do I create citations?
  1. Do a search on Google or your preferred search engine for the subject of the Wikipedia article that you want to create a citation for.
  2. Find a website that supports the claim you are trying to find a citation for.
  3. In a new tab/window, go to the citation generator, click on the 'An arbitrary website' bubble, and fill out as many fields as you can about the website you just found.
  4. Click the 'Get reference wiki text' button.
  5. Highlight, and then copy (Ctrl+C or Apple+C), the resulting text (it will be something like <ref> {{cite web | .... }}</ref>, copy the whole thing).
  6. In the Wikipedia article, after the claim you found a citation for, paste (Ctrl+V or Apple+V) the text you copied.
  7. If the article does not have a References or Notes section (or the like), add this to the bottom of the page, but above the External Links section and the categories:
==References==
{{Reflist}}
What is a WikiProject, and how do I join one?
A WikiProject is a group of editors that are interested in improving the coverage of certain topics on Wikipedia. (See this page for a complete list of WikiProjects.) If you would like to help, add your username to the list that is on the bottom of the WikiProject page.

Hello, I'm Qwerfjkl (bot). I have automatically detected that this edit performed by you, on the page United Australia Party (2013), may have introduced referencing errors. They are as follows:

  • A "bare URL and missing title" error. References show this error when they do not have a title. Please edit the article to add the appropriate title parameter to the reference. (Fix | Ask for help)

Please check this page and fix the errors highlighted. If you think this is a false positive, you can report it to my operator. Thanks, Qwerfjkl (bot) (talk) 08:15, 11 January 2024 (UTC)[reply]

Disambiguation link notification for January 14[edit]

Hi. Thank you for your recent edits. An automated process has detectedthat when you recently edited 2002 Tasmanian state election, you added a link pointing to the disambiguation page Independents. Such links are usually incorrect, since a disambiguation page is merely a list of unrelated topics with similar titles. (Read the FAQ • Join us at the DPL WikiProject.)

It's OK to remove this message. Also, to stop receiving these messages, follow these opt-out instructions. Thanks, --DPL bot (talk) 05:49, 14 January 2024 (UTC)[reply]

regression plots on 2024 Belgium poll page[edit]

Hello, I just saw that you updated the plots on the "Opinion polling for the 2024 Belgian elections" page and was just wondering how you made them since I like the way they look a lot more than the ones I was making previously for the page and would like to continue using the same style next time there would be a need to update them. Please let me know if you're willing to share the code you use or give me some info about it, no worries if not. Timsmsmsm (talk) 12:14, 29 February 2024 (UTC)[reply]

Oh yeah, sorry about that, I forgot to link the code on those like I normally do, here's the link to the code I used. It's in R, and I like to use RStudio for this job. You just need to change the colours and amount of parties to match however many you're trying to do, swap out the DE.csv file for one that contains the polls for whatever election you want to generate a graph for, and change the dates for the specific election. I like to make copies of the ggplot file each pre-set-up for a different country/state. I'd be happy to send you a copy of those as well (if you'd like, I can give you the ones I already made for each of the Belgium graphs). I'll be honest, I felt a little bit bad replacing your files because it's clear you put a lot of work into them, but Gbuvn's opinion-polling-graph just looks better and more consistent with other opinion polling pages. Out of curiosity though, what did you use to make your versions of the graphs? GlowstoneUnknown (talk) 12:25, 29 February 2024 (UTC)[reply]
Hello @GlowstoneUnknown, I would love to have your files for Belgium to update the French Wikipedia page. I tried to redo images myself with code from @Gbuvn but got errors. I am not comfortable using R. Cuspysan (talk) 15:15, 9 March 2024 (UTC)[reply]
Alright, I'll prepare those files now, is there a preferred way for me to send them to you? i.e. email, Mega.nz link, etc.? GlowstoneUnknown (talk) 04:20, 10 March 2024 (UTC)[reply]
Hello, a mega link is good. Please mention me so that I can be notified. Thank you Cuspysan (talk) 08:34, 10 March 2024 (UTC)[reply]
Cuspysan Here's the link, I also supplied the CSV files I used, feel free to practice with the R files, and I can't recommend RStudio enough as an IDE for the programming language, it's been incredibly useful for me. MEGA GlowstoneUnknown (talk) 22:10, 11 March 2024 (UTC)[reply]
Thank you. I tried ggplot-BE-WA.R and I have errors, I'm having trouble solving the problem
+ legend.text = element_text(size=16, margin = margin(b = 5, t = 5, unit = "pt")))
Error: object 'col7' not found
In addition: Warning message:
`aes_string()` was deprecated in ggplot2 3.0.0.
ℹ Please use tidy evaluation idioms with `aes()`.
ℹ See also `vignette("ggplot2-in-packages")` for more information.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
> graph + theme()
Error: object 'graph' not found
> ggsave(file="polls.svg", plot=graph, width=18, height=8)
Error: object 'graph' not found
> # workaround since svglite doesn't properly work in Wikipedia
> aaa=readLines("polls.svg",-1)
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") : cannot open file 'polls.svg': No such file or directory
> bbb <- gsub(".svglite ", "", aaa)
Error: object 'aaa' not found
> writeLines(bbb,"polls.svg")
Error: object 'bbb' not found Cuspysan (talk) 22:46, 11 March 2024 (UTC)[reply]
I foud the error. There was too much parties here.
scale_color_manual(name="",
breaks = c('col1','col2','col3','col4','col5','col6','col7','col8','col9'),
labels = c(party1,party2,party3,party4,party5,party6,party7,party8,party9),
values = c('col1'=col1,'col2'=col2,'col3'=col3,'col4'=col4,'col5'=col5,'col6'=col6,'col7'=col7,'col8'=col8,'col9'=col9))+ Cuspysan (talk) 23:04, 11 March 2024 (UTC)[reply]

Update File:2024_Portuguese_Assembly_Of_The_Republic.svg[edit]

Hello, could you please update the file 2024_Portuguese_Assembly_Of_The_Republic.svg? We already know who got the last 4 seats (votes from the Portuguese abroad). Democratic Alliance got a total of 80 seats (+1), the Socialist Party got 78 (+1), Chega got 50 (+2). The others remained the same. Total seats = 230. Many thanks. Human Transistor (talk) 16:40, 21 March 2024 (UTC)[reply]

Oop sorry, didn't see this until just now, but it looks like someone with patrol/autopatrol rights already did it GlowstoneUnknown (talk) 22:59, 21 March 2024 (UTC)[reply]

Changes[edit]

Hi! I would like to propose some changes I'm confident are necessary to the 2024 Croatian Parliament diagram
1) SDSS should be positioned to the right of, at least SDP if not also Our Croatia. They're not more any more left-wing than Rijeke pravde (if looking purely the "positions" on their Wiki pages that's the case, but SDSS is primarily a Serb minority party, who doesn't show their socdem ideology often & is pretty insignificant). But even disregarding that, the more important point is the norm that Minorities are always grouped together, in the centre of the spectrum, like also in 2020 parliamentary election diagram.
2) The Focus colour should be changed to the   light blue/cyan that is actually 1 of their colours (see their page) and not the weird one used for them in the party color template as it's too similar to HDZ. The light blue is also used in the election map.
I also wrote in the discussion page for the file, but here as well just in case you're more likely to see this. CroatiaElects (talk) 18:50, 19 April 2024 (UTC)[reply]

Ah thanks for the feedback. Sorry, slipped my mind to move SDSS to the centre, I was in a bit of a rush when I last edited it, also thanks for the heads-up about the colour, that looks a lot better. GlowstoneUnknown (talk) 23:02, 19 April 2024 (UTC)[reply]
Hi! If you'd be so kind, I ask u to update the same diagram again, a few small changes happened since in the results table: Bosniaks together! article is created, now the party has its colour, also NPS is now presented separately from the Our Croatia coalition, so each have 2 MPs. CroatiaElects (talk) 17:20, 27 April 2024 (UTC)[reply]

2024 Croatian parliamentary election[edit]

Hello. Just wanted to apologise that it looks like I keep undoing your changes to this article. On the seat changes, the whole series of articles (and almost all national election articles) uses +/– rather than the icons.

Re the minority seats, the total votes can't be calculated yet as the party identification of all the candidates (i.e. Franjo Horvat and Ivan Komak) isn't clear. Happy for the vote figures to be readded when it is clarified. Cheers, Number 57 19:31, 20 April 2024 (UTC)[reply]

Thanks for letting me know, I wasn't aware the candidates that weren't listed as being party members weren't Independents.
Re the +/-, I knew that the Croatian election pages have all been using it up till this point, but wasn't aware that it was the de facto standard for national parliament elections, I've mostly been working on subnational/regional/etc. election pages lately and my go-to for them is usually the Increase/Decrease/Steady.
Don't worry about the undoing changes lol, it's fine as you've had good reason every time, I appreciate your fact-checking me and fixing the mistakes I've made, it's just unfortunate that I made said mistakes in the first place. GlowstoneUnknown (talk) 00:26, 21 April 2024 (UTC)[reply]
Sorry, and I've just realised that totalling the minority seats' vote totals is meaningless, as Serb voters can cast three votes, so the percentages of the minority vote totals (comparing the Serb parties with the non-Serb ones) would be nonsense numbers. I think it's best to leave the party vote totals blank and just have the seats listed, as was done for the 2016 election article, or to remove them again and have a row with 8 seats (as done for all the other election articles), with 'National minorities' linked to the section below where their vote figures are (as I've just done for the 2015 article). Cheers, Number 57 01:33, 21 April 2024 (UTC)[reply]
Ah right, that's annoying, well yeah maybe best to just leave the total votes and leave out the party votes GlowstoneUnknown (talk) 01:35, 21 April 2024 (UTC)[reply]