Jump to content

user talk:dudhhr

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



DYK for Marie-Thérèse Eyquem

[edit]

On 2 January 2025, Did you know was updated with a fact from the article Marie-Thérèse Eyquem, which you recently created, substantially expanded, or brought to good article status. The fact was ... that Marie-Thérèse Eyquem served in the government of Vichy France, and was later appointed a national secretary of the French Socialist Party? The nomination discussion and review may be seen at Template:Did you know nominations/Marie-Thérèse Eyquem. You are welcome to check how many pageviews the nominated article or articles got while on the front page (here's how, Marie-Thérèse Eyquem), and the hook may be added to the statistics page after its run on the Main Page has completed. Finally, if you know of an interesting fact from another recently created article, then please feel free to suggest it on the Did you know talk page.

~~ AirshipJungleman29 (talk) 00:02, 2 January 2025 (UTC)[reply]

Administrators' newsletter – January 2025

[edit]

News and updates for administrators from the past month (December 2024).

Administrator changes

added Sennecaster
readded
removed

CheckUser changes

added
readded Worm That Turned
removed Ferret

Guideline and policy news

Technical news

  • The Nuke feature also now provides links to the userpage of the user whose pages were deleted, and to the pages which were not selected for deletion, after page deletions are queued. This enables easier follow-up admin-actions.

Arbitration

Miscellaneous


Question from Gogleeee on Umbra (3D technology company) (04:11, 15 January 2025)

[edit]

using UnityEngine;

public class CurrencyManager : MonoBehaviour {

   public int coins = 0;
   public int diamonds = 0;
   public void AddCoins(int amount)
   {
       coins += amount;
       Debug.Log("Coins: " + coins);
   }
   public void AddDiamonds(int amount)
   {
       diamonds += amount;
       Debug.Log("Diamonds: " + diamonds);
   }
   public bool SpendCoins(int amount)
   {
       if (coins >= amount)
       {
           coins -= amount;
           Debug.Log("Coins spent: " + amount);
           return true;
       }
       else
       {
           Debug.Log("Not enough coins!");
           return false;
       }
   }
   public bool SpendDiamonds(int amount)
   {
       if (diamonds >= amount)
       {
           diamonds -= amount;
           Debug.Log("Diamonds spent: " + amount);
           return true;
       }
       else
       {
           Debug.Log("Not enough diamonds!");
           return false;
       }
   }

} --Gogleeee (talk) 04:11, 15 January 2025 (UTC)[reply]

@Gogleeee: This does not appear to be a question about editing Wikipedia. I am not able to help you with your programming, and I do not know what this code is meant to be used for. – dudhhr talkcontribssheher 05:22, 15 January 2025 (UTC)[reply]

Reliable Sources

[edit]

Hi there. I'm new at Wikipedia and I'm a person who enjoy writing. I want to know where can I find reliable sources. Where to look? Elfwego (talk) 08:45, 15 January 2025 (UTC)[reply]

@Elfwego: What subjects do you want to write about? Wikipedia:Reliable sources has a good overview for identifying reliable sources, and some topics have their own standards for identifying reliable sources (e.g. WP:MEDRS for medicine). WP:RSP is a list of many sources and their reliability as determined by consensus of Wikipedia editors. – dudhhr talkcontribssheher 16:56, 15 January 2025 (UTC)[reply]
I would like to write about financial literacy, and Entrepreneurship subjects to name a few. Elfwego (talk) 11:44, 17 January 2025 (UTC)[reply]

Women in Red February 2025

[edit]
Women in Red | February 2025, Vol 11, Issue 2, Nos. 326, 327, 330, 331


Online events:

Announcements from other communities:

  • Wiki Loves Ramadan begins on 25 February - a great opportunity to focus on women from Islamic history

Tip of the month:

Suggestion:

Other ways to participate:

Instagram | Pinterest | Twitter/X

--Lajmmoore (talk 08:56, 26 January 2025 (UTC) via MassMessaging[reply]