User talk:Cubeloadan

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Welcome![edit]

Hi Cubeloadan! I noticed your contributions and wanted to welcome you to the Wikipedia community. I hope you like it here and decide to stay.

As you get started, you may find this short tutorial helpful:

Learn more about editing

Alternatively, the contributing to Wikipedia page covers the same topics.

If you have any questions, we have a friendly space where experienced editors can help you here:

Get help at the Teahouse

If you are not sure where to help out, you can find a task here:

Volunteer at the Task Center

Please remember to sign your messages on talk pages by typing four tildes (~~~~); this will automatically insert your username and the date.

Happy editing!

Please read Wikipedia:Days_of_the_year#Direct_citations before adding any further unreferenced entries. Deb (talk) 12:43, 25 November 2020 (UTC)[reply]

Swedish coronavirus medical cases chart[edit]

Hello! Thank you for your contribution to "Template:COVID-19 pandemic data/Sweden medical cases chart"

Unfortunately, I had to correct it. I'll explain here how Sweden reports its data:

Unlike may other countries, Sweden posts coronavirus cases/deaths based on the date they actually happened, as opposed to just the date they were reported. This means that the authorities will retroactively add new cases and deaths. For example, today's data added new cases to dates going as far back as October 12. Check here: https://en.wikipedia.org/w/index.php?title=Template%3ACOVID-19_pandemic_data%2FSweden_medical_cases_chart&type=revision&diff=990957371&oldid=990951099

There was even one time a few days ago where they added a new death to I think March 13! As in, they added new information about March in mid-November.

This explains why, when you plot the average number of cases/deaths over time, you'll see that they appear to go down in the last few days. Here's an excellent article explaining all of this: https://ourworldindata.org/covid-sweden-death-reporting

To edit the table properly, you have to actually download the Excel spreadsheet from the Folkhälsomyndigheten website, use Excel formulas to add the cumulative deaths and cases, and create the data each day.

There's also the issue that there's a couple of deaths that are reported without a given date. These are not shown in the actual data of the template but are added to a note underneath (note b, which you didn't edit it either).

--Spaastm (talk) 14:04, 27 November 2020 (UTC)[reply]

Let's discuss your contribution Special:Diff/1009669195[edit]

I've added discussion topic: Talk:COVID-19_pandemic_in_Sweden#Please_explain_your_concerns_regarding_migrating_Cases_/_ICU_hospitalisations_/_Deaths_charts_to_Tabular_Data_data_source. Please provide your point of view. 84.47.179.91 (talk) 20:43, 1 March 2021 (UTC)[reply]

Hello, I think that it is important to be able to navigate through the statistics on the main page y scrolling left and right that's why I Oppose your edits. Cubeloadan (talk) 17:37, 2 March 2021 (UTC)[reply]

Well, I understood your concern. What do you think about combining two charts together - small version (as preview), and wide version - for those who would prefer to scroll horizontally ?
Also if I understood correctly you have no objections about migration of "totals" charts, is it correct understanding ? 84.47.179.91 (talk) 18:16, 2 March 2021 (UTC)[reply]
What do you think if it will basically looks like following? (wide charts from article probably need to be kept as it is now, cuase Template:Graph:Stacked for now has limited support of axis and values labels) 84.47.179.91 (talk) 20:29, 5 March 2021 (UTC)[reply]
intensive care hospitalisations per day (compact view)
Intensive care hospitalisations. See or edit source data.
intensive care hospitalisations per day
Intensive care hospitalisations. See or edit source data.
I've take closer look to charts implementations, and can see that it is possible manually merge raw Vega JSON model outcome of Template:Graph:Chart and Template:Graph:Stacked, specifically

{"legends":[],"scales":[{"type":"ordinal","name":"x","zero":false,"domain":{"data":"chart","field":"x"},"padding":0.2,"range":"width","nice":true},{"clamp":true,"type":"linear","zero":true,"range":"height","nice":true,"name":"y","domainMax":70,"domain":{"data":"chart","field":"y"},"domainMin":0},{"domain":{"data":"chart","field":"series"},"type":"ordinal","name":"color","range":["#87ceeb"]}],"version":2,"marks":[{"type":"rect","properties":{"hover":{"fill":{"value":"red"}},"update":{"fill":{"scale":"color","field":"series"}},"enter":{"y":{"scale":"y","field":"y"},"x":{"scale":"x","field":"x"},"y2":{"scale":"y","value":0},"width":{"scale":"x","offset":-1,"band":true},"fill":{"scale":"color","field":"series"}}},"from":{"data":"chart"}},{"type":"text","properties":{"enter":{"baseline":{"value":"middle"},"align":{"value":"left"},"text":{"field":"y"},"y":{"scale":"y","offset":-2,"field":"y"},"dy":{"scale":"x","mult":0.5,"band":true},"x":{"scale":"x","field":"x"},"angle":{"value":-90},"fontSize":{"value":11},"fill":{"value":"#54595d"}}},"from":{"data":"chart"}}],"height":200,"axes":[{"type":"x","title":"Date","scale":"x","properties":{"title":{"fill":{"value":"#54595d"}},"grid":{"stroke":{"value":"#54595d"}},"ticks":{"stroke":{"value":"#54595d"}},"axis":{"strokeWidth":{"value":2},"stroke":{"value":"#54595d"}},"labels":{"align":{"value":"right"},"angle":{"value":-90},"fill":{"value":"#54595d"}}},"grid":true},{"type":"y","title":"Hospitalisations","scale":"y","format":"d","properties":{"title":{"fill":{"value":"#54595d"}},"grid":{"stroke":{"value":"#54595d"}},"ticks":{"stroke":{"value":"#54595d"}},"axis":{"strokeWidth":{"value":2},"stroke":{"value":"#54595d"}},"labels":{"fill":{"value":"#54595d"}}},"grid":true}],"data":[{"format":{"parse":{"y":"integer","x":"string"},"type":"json"},"name":"chart","values":[{"y":0,"series":"y1","x":"04 Feb 20"},{"y":1,"series":"y1","x":"04 Feb 21"},{"y":2,"series":"y1","x":"04 Feb 22"}]}],"width":3000}

and
{
  "version": 2,
  "width": 3000,
  "height": 250,


  "data": [
{
      "name": "series_fields_names",
      "values": [ "hospitalisations_icu" ],
      "transform": [
        {"type": "formula", "field": "orderSrc", "expr": "datum._id"},
      ]
    },
    {
      "name": "chart",

"url": "tabular:///COVID-19_Sweden daily cases hospitalisations deaths.tab",
      "format": {"type": "json"
, "property": "data"
, "parse": {"date": "date"}
      },
    "transform": [



      {"type": "formula", "field": "_xfield", "expr":
"datum.date"
      },
      {"type": "sort", "by": ["_xfield"]},
{"type": "fold", "fields": ["hospitalisations_icu"]},
      {"type": "lookup", "on": "series_fields_names", "onKey": "data", "keys": ["key"], "as": ["keyItem"]},
      {"type": "formula", "field": "keyOrder", "expr": "datum.keyItem.orderSrc"},

    ]
  },
{
    "name": "labels",
    "url": "tabular:///COVID-19_Sweden daily cases hospitalisations deaths.tab",
    "format": {"type": "json", "property": "fields"},
    "transform": [


    ]
  },


    {
      "name": "stats",
      "source": "chart",
      "transform": [{
        "type": "aggregate",
        "groupby": ["_xfield"],
        "summarize": [{"field": "value", "ops": ["sum"]}]
      }]
    }
  ],
  "scales": [
    {
      "name": "x",
      "type": "time",
      "domain": {"data": "chart", "field": "_xfield"},

      "range": "width",
      

      
    },
    {
      "name": "y",
      "type": "linear",
      "range": "height",
      "domain": {"data": "stats", "field": "sum_value"},
      
      
      
      
    },
    {
      "name": "color",
      "type": "ordinal",
      "domain": {"data": "chart", "field": "key"},
      "range": 
[ "#87CEEB" ], 

    },
{
      "name": "labels",
      "type": "ordinal",
"domain": {"data": "labels", "field": "name"},
      "range": {"data": "labels", "field": "title"},
    }
  ],

  "axes": [
    {
      "scale": "x", "type": "x", "tickSizeEnd": 0,
      
      
      
      "properties": { 
        "labels": { 
          
          
        } 
      },
    },
    {
      "scale": "y", "type": "y", "tickSizeEnd": 0,
      
      
      
      
      "properties": { 
        "labels": { 
          
          
        } 
      },
    }
  ],

  "marks": [
    {
"type": "rect",
      "from": {
        "data": "chart",
        "transform": [
          {"type": "stack", "groupby": ["_xfield"], "sortby": ["-keyOrder"], "field": "value"}
        ]
      },
      "properties": {
        "hover": {
          "fill": { "value": "red" }
        },
        "update": {
          "fill": {"scale": "color", "field": "key"}
        },
        "enter": {
          "x": {"scale": "x", "field": "_xfield"

          },
"width": {"value": 6 },
          "y": {"scale": "y", "field": "layout_start"},
          "y2": {"scale": "y", "field": "layout_end"},
          "fill": {"scale": "color", "field": "key"}
        }
      }
    },


{
      "type": "text",
      "properties": {
        "enter": {
          "y": {"value": -15},
"x": {"signal": "width", "mult": 0.5, "offset": 30 },
          "text": {"value": "Intensive care hospitalisations"},
          "fontWeight": {"value": "bold"},
          "align": {"value": "center"},
          "baseline": {"value": "bottom"},
          "fill": {"value": "#000"}
        }
      }
    }
  ]
}
Intensive care hospitalisations. See or edit source data.
So result may look like one below. (But honestly, I'm not sure whether it is right way to go further, in attempt to remove inline data from that chart) 84.47.179.91 (talk) 21:23, 19 March 2021 (UTC)[reply]
intensive care hospitalisations per day (compact view)

Your changes of "Swedish politician" to "European politician"[edit]

Hi Cubeloadan, I noticed your edit that changed "Swedish" to "European" in Cecilia Wikström, with the edit summary "Added information". Apart from the fact that your edit did not add any information so the edit summary was incorrect, I wonder why you made the change in the first place? I see that you have made the same type of edit (with the same edit summary) to a number of articles including Sören Wibe [1], Margaretha af Ugglas [2] (which also introduced incorrect word order), MaLou Lindholm [3] and Maj Britt Theorin [4]. I do not believe that these changes are improvements, since "European" is not a nationality. If the reason for the changes is that the individuals are or have been members of the European parliament, well, "European politician" doesn't imply "member of the EU parliament". Besides, it is a rather weird descriptor when it comes to politicians like Theorin, whose tenure in the Swedish riksdag was considerably longer and more significant than her stint in the European parliament.

I can't find that this systematic change has been discussed anywhere, but if I am wrong about that, could you please post a pointer to where there is a consensus in favour of it? And if there is no such consensus, it would be good if you could self-revert, and start a discussion about it if you think it is a change that should be made throughout the encyclopedia. Regards, --bonadea contributions talk 10:56, 23 April 2021 (UTC)[reply]

Your two most recent edits, while I was writing the above, have been reverted. In Lena Ek, the intro sentence can't say "a a European politician who served as Minister for the Environment" – she was part of the Swedish government as Minister of the Environment, she did not hold a pan-European ministerial post. In addition, piping the link to Kalmar County as "Calmar" is incorrect, and while adding the name of a notable son to the infobox is acceptable, you can't add just the first name. As for Magnus Ek, putting "European" in the citizenship parameter of the infobox is rather absurd. Regards, --bonadea contributions talk 11:02, 23 April 2021 (UTC)[reply]

Response to "Your changes of "Swedish politician" to "European politician"[edit]

Hi, Bonadea, I changed it because they are politicians in the EU. Some politicians that are currently policians in Sweden but were European politicians in the past, I have left there short description as Swedish politicians. Politicians in an EU state should be left to Swedish, German and Spanish politicians, etcetera but federal politicians can be changed to European politician if they are notable federal politicians without state political engagement. contributions talk 11:04, 23 April 2021 (UTC

Right, but "[X] is a European politician" does not mean "[X] is a politician in the EU", it means "[X] is a politician who was born in/lives in Europe". It is a demonym. It is possible that Swedish is your first language, in which case you might have been misled by the word "Europaparlamentariker" which can not be translated as "European politician" – in any case, what the lead sentences of these articles now say is that the person is a politician from Europe, and not that they are part of the EU governing bodies. I'll give you some time to self-revert your changes before I go ahead them and fix the articles; if you disagree with my assessment you should feel free to start a discussion about it. The best place would probably be Wikipedia_talk:Manual_of_Style/Biography. Regards, --bonadea contributions talk 12:25, 23 April 2021 (UTC)[reply]
Just FTR, I have started fixing the demonyms. --bonadea contributions talk 15:41, 25 April 2021 (UTC)[reply]

Disambiguation link notification for April 24[edit]

Hi. Thank you for your recent edits. An automated process has detected that when you recently edited Lisbeth Grönfeldt Bergman, you added a link pointing to the disambiguation page European. 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:54, 24 April 2021 (UTC)[reply]

Riks moved to draftspace[edit]

An article you recently created, Riks, is not suitable as written to remain published. It needs more citations from reliable, independent sources. (?) Information that can't be referenced should be removed (verifiability is of central importance on Wikipedia). I've moved your draft to draftspace (with a prefix of "Draft:" before the article title) where you can incubate the article with minimal disruption. When you feel the article meets Wikipedia's general notability guideline and thus is ready for mainspace, please click on the "Submit your draft for review!" button at the top of the page. ... discospinster talk 19:54, 28 April 2021 (UTC)[reply]

April 2021[edit]

Please stop your disruptive editing.

If you continue to disrupt Wikipedia, as you did at Margaretha af Ugglas, you may be blocked from editing. Please stop changing "Swedish politician" to "European politician" in multiple articles. Even if you still believe that "European politician" means something it doesn't, you still cannot claim that "Swedish" is an error, like you did in several edit summaries. Several editors have been reverting your changes. bonadea contributions talk 12:36, 29 April 2021 (UTC)[reply]

Riks moved to draftspace[edit]

An article you recently created, Riks, is not suitable as written to remain published. It needs more citations from reliable, independent sources. (?) Information that can't be referenced should be removed (verifiability is of central importance on Wikipedia). I've moved your draft to draftspace (with a prefix of "Draft:" before the article title) where you can incubate the article with minimal disruption. When you feel the article meets Wikipedia's general notability guideline and thus is ready for mainspace, please click on the "Submit your draft for review!" button at the top of the page. bonadea contributions talk 08:35, 30 April 2021 (UTC)[reply]

Your submission at Articles for creation: Riks (April 30)[edit]

Your recent article submission to Articles for Creation has been reviewed! Unfortunately, it has not been accepted at this time. The reason left by Dan arndt was:  The comment the reviewer left was: Please check the submission for any additional comments left by the reviewer. You are encouraged to edit the submission to address the issues raised and resubmit when they have been resolved.
Dan arndt (talk) 10:46, 30 April 2021 (UTC)[reply]
Teahouse logo
Hello, Cubeloadan! Having an article declined at Articles for Creation can be disappointing. If you are wondering why your article submission was declined, please post a question at the Articles for creation help desk. If you have any other questions about your editing experience, we'd love to help you at the Teahouse, a friendly space on Wikipedia where experienced editors lend a hand to help new editors like yourself! See you there! Dan arndt (talk) 10:46, 30 April 2021 (UTC)[reply]

Various unsourced information in infoboxes[edit]

Hi again Cubeloadan, I'm sorry to keep asking you about your edits, but I am wondering about some of the information you have been adding to infoboxes about Swedish politicians. For one thing, it does not seem relevant at all whether a person is right handed or left handed, or which car(s) they may own; for another, there doesn't seem to be any verification of any of the information. Where are the sources showing what Annelie Karlsson's postal code is, or which vehicles she owns? In Matilda Ernkrans you also added the name of a spouse, but I don't see that info in any of the existing sources. If you have been looking up that information about these and other politicians in eniro or hitta.se and the register of vehicles, that would amount to original research. But maybe there are other sources for this?

The reason I've found these is that I am now searching for individuals that have "citizenship=European" in the infobox. --bonadea contributions talk 11:31, 30 April 2021 (UTC)[reply]

May 2021[edit]

Please stop your disruptive editing.

If you continue to disrupt Wikipedia, as you did at Lennart Hellsing, you may be blocked from editing. STOP adding nonsense like "ethnicity = Scandinavian" and "Citizenship = European" to infoboxes. Please also STOP adding unsourced names of other people – especially children. That is expressly prohibited by this policy. bonadea contributions talk 20:41, 5 May 2021 (UTC)[reply]

Stop icon You may be blocked from editing without further warning the next time you disrupt Wikipedia, as you did at Riks. You removed sourced information, restored multiple grammar errors and other language infelicities, re-introduced misleading text, and re-added multiple inappropriate (primary) sources. bonadea contributions talk 06:01, 11 May 2021 (UTC)[reply]

Megan Alexander (journalist) moved to draftspace[edit]

An article you recently created, Megan Alexander (journalist), is not suitable as written to remain published. It needs more citations from reliable, independent sources. (?) Information that can't be referenced should be removed (verifiability is of central importance on Wikipedia). I've moved your draft to draftspace (with a prefix of "Draft:" before the article title) where you can incubate the article with minimal disruption. When you feel the article meets Wikipedia's general notability guideline and thus is ready for mainspace, please click on the "Submit your draft for review!" button at the top of the page. bonadea contributions talk 08:16, 25 May 2021 (UTC)[reply]

Megan Alexander (journalist) moved to draftspace[edit]

Please stop your disruptive editing. When you feel that this draft is ready to publish, you should not move it to mainspace yourself, but nominate it for AfC review.

Your recent article submission to Articles for Creation has been reviewed! Unfortunately, it has not been accepted at this time. The reason left by KylieTastic was:  The comment the reviewer left was: Please check the submission for any additional comments left by the reviewer. You are encouraged to edit the submission to address the issues raised and resubmit when they have been resolved.
KylieTastic (talk) 12:30, 25 May 2021 (UTC)[reply]

Disambiguation link notification for May 26[edit]

An automated process has detected that when you recently edited Vulnerable area, you added a link pointing to the disambiguation page Hulta.

(Opt-out instructions.) --DPL bot (talk) 05:58, 26 May 2021 (UTC)[reply]

May 2021[edit]

A page you created has been nominated for deletion as an attack page, according to section G10 of the criteria for speedy deletion.

Do not create pages that attack, threaten, or disparage their subject or any other entity. Attack pages and files are not tolerated by Wikipedia, and users who create or add such material may be blocked from editing. --- Possibly (talk) 09:25, 28 May 2021 (UTC)[reply]

Stop icon You may be blocked from editing without further warning the next time you disrupt Wikipedia, as you did at Anders Tegnell. What part of "do not add names of non-notable children to Wikipedia articles" is difficult to understand? bonadea contributions talk 10:20, 28 May 2021 (UTC)[reply]

Blocked as a sockpuppet[edit]

Stop icon
You have been blocked indefinitely from editing for abusing multiple accounts as a sockpuppet of User:Linde Place per the evidence presented at Wikipedia:Sockpuppet investigations/Linde Place. Note that multiple accounts are allowed, but not for illegitimate reasons, and any contributions made while evading blocks or bans may be reverted or deleted.
If you think there are good reasons for being unblocked, please read the guide to appealing blocks, then add the following text below the block notice on your talk page: {{unblock|reason=Your reason here ~~~~}}.  GirthSummit (blether) 13:05, 1 June 2021 (UTC)[reply]

Category:Riks has been nominated for deletion[edit]

Category:Riks has been nominated for deletion. A discussion is taking place to decide whether this proposal complies with the categorization guidelines. If you would like to participate in the discussion, you are invited to add your comments at the category's entry on the categories for discussion page. Thank you. gidonb (talk) 22:26, 30 November 2022 (UTC)[reply]