User talk:Dudhhr



Happy Holidays

Merry Christmas and a Prosperous 2025!

Hello Dudhhr, may you be surrounded by peace, success and happiness on this seasonal occasion. Spread the WikiLove by wishing another user a Merry Christmas and a Happy New Year, whether it be someone you have had disagreements with in the past, a good friend, or just some random person. Sending you heartfelt and warm greetings for Christmas and New Year 2025.
Happy editing,

Abishe (talk) 22:51, 24 December 2024 (UTC)[reply]

Spread the love by adding {{subst:Seasonal Greetings}} to other user talk pages.

Abishe (talk) 22:51, 24 December 2024 (UTC)[reply]

Women in Red January 2025

Women in Red | January 2025, Vol 11, Issue 1, Nos 324, 326, 327, 328, 329


Online events:

Announcements from other communities

Tip of the month:

  • Celebrate WiR's 20% achievement by adding {{User:ForsythiaJo/20%Userbox}} to your user page.

Other ways to participate:

Instagram | Pinterest | Twitter/X

--Lajmmoore (talk 17:48, 28 December 2024 (UTC) via MassMessaging[reply]

DYK for Marie-Thérèse Eyquem

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

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)

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

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]