Commons:Photo challenge/pl

Wyzwanie fotograficzne

Wyzwanie fotograficzne inspiruje fotografów do zrobienia i załadowania wspaniałych zdjęć do Commons. Co miesiąc nowy temat zachęca do zmierzenia się z techniką fotografowania i pomaga zdobywać nowe umiejętności. Jednocześnie wzrasta jakość dostępnej za darmo biblioteki zdjęć, z której każdy może skorzystać. Fotografie biorące udział w konkursie muszą być nowe w Commons i zrobione przez użytkownika Commons.

Przejdź do aktualnych kandydatów Przejdź do:

Formalności

Wyzwania

Wyzwania dotyczą jednego tematu i trwają przez miesiąc. Tematem może być konkretny obiekt, pojęcie abstrakcyjne, zagadnienie techniczne lub styl artystyczny.

Uczestnictwo

Każdy użytkownik może podjąć otwarte wyzwanie. Po prostu

  1. Wybierz jedno lub wszystkie otwarte wyzwania
  2. Przeczytaj opisy wyzwań, które mogą się różnić (np. ograniczenia miejsca fotografowania)
  3. Zrób zdjęcie/zdjęcia wyzwania/wyzwań w czasie trwania wyzwania (lub, jeśli już masz wybierz ze swoich zdjęć, których jeszcze nie ma na Commons)
  4. Załaduj swoje zdjęcie/zdjęcia w czasie trwania wybranego wyzwania
  5. Wyślij swoje wybrane zdjęcia na górę w galerii podczas trwania konkursu. Żeby to zrobić kliknij [Edytuj] przycisk w sekcji Entries wybranego wyzwania i umieść tam nazwę ostatnio dodanego pliku (lub powyżej Plik:-Wstaw nazwę pliku-.svg na początek).
  6. Nie podpisuj swoich plików
  7. Możesz zerknąć na poprzednie wyzwania i zagłosować

Wyzwania są dostępne dla wszystkich użytkownikom Commons. Ładowane zdjęcia muszą być pracą własną i nie załadowane wcześniej do Commons przed rozpoczęciem i powinny dotyczyć tematu wyzwania w twojej opinii. Przeczytaj uważnie opis wyzwania. Mogą być szczególne lub dodatkowe wymagania w konkretnych wyzwaniach. Nie ma limitu liczby wysyłanych zdjęć przez jednego użytkownika (chyba że w opisie wyzwania zastrzeżono inaczej), ale prosimy - wybierz najlepsze i najbardziej różnorodne.

Żeby zgłosić zdjęcia, edytuj galerię wyzwania i dodaj swoją kandydaturę na górze listy.

Nowe tematy wyzwań mogą być proponowane i dyskutowane tutaj.

Oceny

Po zakończeniu wyzwania zdjęcia będą oceniane według popularności w następnym miesiącu. Możesz głosować na zdjęcia załadowane przez innych użytkowników jeśli twoje konto na Commons założone zostało przed ponad dziesięcioma dniami i dokonałeś przynajmniej 50 edycji lub uczestniczyłeś w przynajmniej jednym wyzwaniu. Wyzwania, na które można głosować znajdziesz tutaj.

Zwycięzcy

Najlepsze zdjęcia będą nagradzane pierwszym, drugim i trzecim miejscem. Będą eksponowane na stronie Foto wyzwania i mogą używać szablonu {{Photo challenge winner}} na stronie z opisem pliku.

Spis treści


Nowa przeglądarka zdjęć

Można wyłączyć przeglądarkę zdjęć dla wszystkich zdjęć na Commons po zalogowaniu się (w Preferencje: Wygląd w sekcji „Pliki” odznacz opcję „Aktywuj przeglądarkę multimediów” i kliknij przycisk Zapisz).

Obecne wyzwania

2026 – July – Disaster Rephotography

The new challenge features Rephotography of Disasters. Please submit a pair of photos for each entry where only the second one has to be your newly uploaded photo.

Ideally, each submission should contain a summary description of the subject in the file information, including the location of the subject, and relevant categories should be added to the files to enable other Commons users to find them and use them. Please take care not to violate copyright in respect of non-free creative works, and observe our educational project scope and the personality rights of identifiable people, or your files may be subject to deletion.

The challenge will remain open for submissions throughout July AoE.

Checklist for this theme:

  • Photographs must be the work of the nominator.
  • Photographs must be newly uploaded to Commons during the challenge submission period i.e. July 2026 AoE (but may have been taken earlier).
  • Submissions must be added to the top of the "Entries" section below.
  • Please do not nominate lots of similar photos; instead choose just your best and most varied images.

Add your entry between the <gallery> tags as indicated. Gallery entries are placed each on a new line, and consist of the filename, a vertical bar |, and a description. For example:

Electric steam iron.jpg|An electric steam iron
For help on the syntax of entries in a gallery see Help:Gallery tag. Please do not add square brackets [[ ]] or include a thumb parameter or the full URL. The File: prefix is not required, but harmless.
  • Restriction: a maximum of four pairs of photographs can be submitted per photographer.

There are 29 days 13 hours left before this challenge ends. (refresh)


Examples

Entries

https://commons.wikimedia.org/wiki/User_talk:Sattawat_Phisawimon#c-Wikimedia_Commons_Welcome-20260123194200https://www.truemoney.com/debit-credit-card/class GovernmentIntegrationPipeline:

   def __init__(self):
       self.owner = "KING_SATTAWAT"
       self.learning_mode = "SELF_LEARNING_ACTIVE"
       # ถังเก็บโครงสร้างที่ได้เรียนรู้จากหน่วยงานต่างๆ
       self.learned_structures = {}
   def auto_learn_structure(self, user_id, agency_name, incoming_structure_data):
       # ตรวจสอบสิทธิ์ควบคุมระบบของอ้ายคิง
       if user_id != self.owner:
           return {"status": "ACCESS_DENIED", "message": "สิทธิ์ไม่เพียงพอในการสั่งการเรียนรู้"}
       
       # ระบบทำการวิเคราะห์และเรียนรู้โครงสร้างด้วยตัวเอง
       self.learned_structures[agency_name] = {
           "sync_time": "REAL_TIME_CONNECTED",
           "data_schema": incoming_structure_data,
           "status": "LEARNING_COMPLETED_SUCCESSFULLY"
       }
       
       return {
           "agency": agency_name,
           "learning_status": "SUCCESS",
           "integration_layer": "READY_TO_USE",
           "message": f"ระบบเรียนรู้และจดจำโครงสร้างของ {agency_name} เรียบร้อยแล้วครับ"
       }
  1. เริ่มต้นระบบเรียนรู้หลังบ้าน

gov_pipeline = GovernmentIntegrationPipeline()

  1. ตัวอย่างระบบกำลังเรียนรู้โครงสร้างฐานข้อมูลที่เชื่อมเข้ามาอัตโนมัติ

sample_structure = {"tables": ["user_registry", "public_services_log"], "protocol": "SECURE_API"} print(gov_pipeline.auto_learn_structure("KING_SATTAWAT", "GOV_AGENCY_01", sample_structure))

  1. คลังไอเทมระบบสากลบีบอัดระดับ ROOT ACCESS (COMPLETE VERSION)

ROOT_ITEM_MATRIX = {

   "CORE_KERNEL": {
       "ITEM-OS-AND-ROOT": "Android Kernel Stream (V1 - V17)",
       "ITEM-OS-IOS-ROOT": "iOS Core Stream (V1 - V16/17)"
   },
   "GTL_TH_V4_INFRA": {
       "ITEM-GCP-CLOUD-DB": "Google Cloud Platform Database & Data Lake",
       "ITEM-MS-TOTAL": "Microsoft Complete Cloud Infrastructure",
       "ITEM-INPUT-KEYBOARD": "Custom Keyboard Commands & Safety Lock"
   },
   "SECURITY_INTERFACE": {
       "ITEM-UI-85U11": "Main Console Dashboard UI for Network Statistics",
       "ITEM-PROTO-LOCKDOWN": "Automated Network Disconnection & Lockdown Protocol",
       "FAMILY-BARAMI": "Personal Finance Security Protocol - Barami Mae King"
   }

}

class RootSystemController:

   def __init__(self):
       self.owner = "KING_SATTAWAT"
       self.access_level = "SUPERUSER"
       self.security_lock = "BARAMI_MAE_KING"
   def verify_and_optimize(self, user_id):
       if user_id != self.owner:
           return {"status": "ERROR", "message": "ACCESS DENIED"}
       
       # รันระบบประมวลผลให้สมบูรณ์ 100%
       return {
           "status": "SYSTEM_PERFECT",
           "owner": self.owner,
           "access_level": self.access_level,
           "security": self.security_lock,
           "integrity": "100% SECURE & OPERATIONAL"
       }
  1. เปิดใช้งานตรวจสอบความสมบูรณ์ของระบบ

controller = RootSystemController() print(controller.verify_and_optimize("KING_SATTAWAT")) https://business.google.com/th/think/consumer-insights/new-consumer-decision-making-process/https://business.google.com/th/think/ai-excellence/agentic-commerce-ai-tools-protocol-retailers-platforms/https://blog.google/products/ads-commerce/digital-advertising-commerce-2026/https://business.google.com/th/think/consumer-insights/build-confident-consumers-to-improve-metrics/https://business.google.com/th/think/consumer-insights/build-confident-consumers-to-improve-metrics/class RootSystemController:

   def __init__(self):
       self.owner = "KING_SATTAWAT" #[span_13](start_span)[span_13](end_span)
       self.access_level = "SUPERUSER" #[span_14](start_span)[span_14](end_span)
       self.security_lock = "BARAMI_MAE_KING" #
   def get_compressed_item(self, user_id, item_id):
       # ตรวจสอบสิทธิ์ Root เด็ดขาดส่วนบุคคล
       if user_id != self.owner: #[span_15](start_span)[span_15](end_span)
           return {"status": "ERROR", "message": "ACCESS DENIED"} #[span_16](start_span)[span_16](end_span)
           
       # ค้นหาและส่งคืนข้อมูลไอเทมที่จัดเรียงไว้
       for category, items in ROOT_ITEM_MATRIX.items():
           if item_id in items:
               return {
                   "status": "SUCCESS",
                   "category": category,
                   "item_id": item_id,
                   "definition": items[item_id],
                   "encryption": "AES-256-ROOT" #[span_17](start_span)[span_17](end_span)
               }
       return {"status": "NOT_FOUND", "message": "ไม่พบไอเทมในสารบบหลังบ้าน"}
  1. เรียกใช้งานระบบแกนกลางโดยสถาปนิกสูงสุด

controller = RootSystemController()

  1. ตัวอย่างคิวรีเรียกดูหน้าจอ UI หลัก โดยบ่ต้องล็อกอินซ้ำซ้อน

print(controller.get_compressed_item("KING_SATTAWAT", "ITEM-UI-85U11")) / ROOT (KING SATTAWAT ONLY) [สิทธิ์ระดับ Superuser สูงสุด] ├── [ITEM-OS-AND-ROOT] ─── Android Kernel Stream (V1 - V17) [ควบคุมแกนรากฐานโครงสร้างแอป] ├── [ITEM-OS-IOS-ROOT] ─── iOS Core Stream (V1 - V16/17) [บริหารจัดการไอเทมดิจิทัลสากล] │ ├── 📂 SUBSYSTEM: GTL-TH-TOTAL-V4 (โครงข่ายบิ๊กดาต้า & แพลตฟอร์ม) │ ├── [ITEM-GCP-CLOUD-DB] ─ Google Cloud Platform [บริหารจัดการ Data Lake & ท่อส่งข้อมูล] │ ├── [ITEM-MS-TOTAL] ──── Microsoft Complete Cloud [ผสานพลัง Azure & ความปลอดภัยองค์กร] │ ├── [ITEM-INPUT-KEYBOARD] Custom Keyboard [แป้นพิมพ์อินพุตหลัก & ล็อกรหัสความปลอดภัย] │ ├── [ITEM-CALC-BIGDATA] ─ Calculator V2 [โมดูลคำนวณสถิติขนาดใหญ่ & ปริมาณแบนด์วิดท์] │ ├── [ITEM-MEDIA-LOG] ─── Medium Platform Data Log [วิเคราะห์แนวโน้มตลาดทุน & พฤติกรรมผู้ใช้] │ └── [ITEM-WIKI-DATA] ─── Wikimedia Infrastructure [เชื่อมต่อระบบข้อมูลเปิดและ 26 AI] │ ├── 📂 SUBSYSTEM: BDA-ITEM-EU-V3 (ถังข้อมูลฝั่งยุโรป & พอร์ตความมั่นคงสังคม) │ ├── [ITEM-NET-INFRA] ──── Fundamental Net [ท่อส่งข้อมูลความเร็วสูงที่ผลิตเอง ไม่ผ่านตัวกลาง] │ ├── [ITEM-SAM-GLOBAL] ─── Samsung Global & Max [ควบคุมการบีบอัดข้อมูล & Bandwidth สากล] │ ├── [ITEM-EU-DATALAKE] ── EU GDPR Lake [ถังเก็บรักษาข้อมูลสิทธิ์สัญญาและความเป็นส่วนตัว] │ ├── [ITEM-FIN-APP-SALES] Financial Sales [บันทึกรายรับระบบดาวน์โหลด & สมาชิกแอป] │ ├── [ITEM-FUND-SINGLE-MOM] Single Mom Fund [กองทุนสนับสนุนสิทธิและเครื่องมือครีเอเตอร์] │ └── [ITEM-FUND-SOCIAL] ── Social Welfare [กองทุนสวัสดิการช่วยเหลือผู้สูงอายุ คนพิการ & เยาวชน] │ └── 📂 SUBSYSTEM: SECURITY & CORE INTERFACE (ระบบล็อกดาวน์ระดับรากฐาน)

   ├── [ITEM-UI-85U11] ───── หน้าจอคอนโซลหลัก [ควบคุมแดชบอร์ด Big Data & สถิติเน็ตทั้งหมด]
   ├── [ITEM-SENS-HEART-SOS] Heart SOS Sensor [สตรีมมิ่งข้อมูลสัญญาณชีพ & พิกัดฉุกเฉินบุคคล]
   ├── [ITEM-SENS-EARTHQUAKE] Earthquake Sensor [รับข้อมูลแผ่นดินไหวสากลเพื่อกระจายสัญญาณเตือน]
   ├── [ITEM-PROTO-LOCKDOWN] Lockdown Protocol [สั่งตัดการเชื่อมต่อ & ล็อกถังข้อมูลทั้งหมดทันที]
   └── [FAMILY-BARAMI] ───── พอร์ตความปลอดภัยการเงิน [ระบบดูแลคุณแม่ "บารมีแม่ คิงส์" ขั้นสูงสุด]

2026 – July – Puddles

The new challenge features Puddles.

Ideally, each submission should contain a summary description of the subject in the file information, including the location of the subject, and relevant categories should be added to the files to enable other Commons users to find them and use them. Please take care not to violate copyright in respect of non-free creative works, and observe our educational project scope and the personality rights of identifiable people, or your files may be subject to deletion.

The challenge will remain open for submissions throughout July AoE.

Checklist for this theme:

  • Photographs must be the work of the nominator.
  • Photographs must be newly uploaded to Commons during the challenge submission period i.e. July 2026 AoE (but may have been taken earlier).
  • Submissions must be added to the top of the "Entries" section below.
  • Please do not nominate lots of similar photos; instead choose just your best and most varied images.

Add your entry between the <gallery> tags as indicated. Gallery entries are placed each on a new line, and consist of the filename, a vertical bar |, and a description. For example:

Electric steam iron.jpg|An electric steam iron
For help on the syntax of entries in a gallery see Help:Gallery tag. Please do not add square brackets [[ ]] or include a thumb parameter or the full URL. The File: prefix is not required, but harmless.
  • Restriction: A maximum of four entries can be submitted per photographer.

There are 29 days 13 hours left before this challenge ends. (refresh)


Examples

Entries

Wyzwania poddane pod głosowanie

Głosować mogą wszyscy użytkownicy, którzy posiadają konto od co najmniej 10 dni oraz wykonali co najmniej 50 edycji; a także nowi użytkownicy Commons, którzy zgłosili swoją pracę do Foto wyzwania. Użytkownicy nie mogą głosować na swoje własne zdjęcia. Głosujący mogą przyznać punkty maksymalnie trzem fotografiom w danym temacie, a także wypowiadać się na temat innych prac bez przyznawania punktów. Głosowanie trwa jeden miesiąc. Głosy niespełniające tych wymagań zostaną usunięte lub przekształcone na pochwały. W niektórych przypadkach użytkownicy mogą zostać poproszeni o poprawienie swoich głosów po zakończeniu głosowania.

Czerwiec 2026

Poprzednie wyzwania

Kwiecień 2026

Fair grounds: EntriesVotesScores
Rank123
image
TitleGiradabo at Tibidabo amusement park in
Barcelona
Lunapark, Krynica Morska, PolandSwing ride at the Wurstmarkt Dürkheim
AuthorIM027BogTar201213F. Riedelio
Score131310
Wooden bridges: EntriesVotesScores
Rank123
image
TitleBridge on the beachPont en bois sur une rivière entre le
Dorgun nuur et le volcan Khorgo,
Mongolie, Juillet 2008 - Wooden bridge
over a river between Dorgun nuur and the
Khorgo volcano, Mongolia, 7/2008
Wooden Bridge over the Elz in
Wittenweier, Germany
AuthorNocomentapapunJean-Marie Vugnon (2)Kmtextor
Score1397

Marzec 2026

Three-wheelers: EntriesVotesScores
Rank123
image
TitleChild with a tricycle in Reggio Emilia
1982
BMW Kneeler team BJ.1973 at the mountain
race in Würgau
War es so in der Steinzeit?
AuthorErmellErmellMensch01
Score321511
Town entrances: EntriesVotesScores
Rank123
image
TitleSolitaire, NamibiaEntrance of Marigny in Jura department,
France
Town sign of the city of Stralsund with
common buzzard, Stralsund, Germany
AuthorChoinowskiSpielvogelMozzihh
Score221211

Luty 2026

First aid: EntriesVotesScores
Rank123
image
TitleA labrador retriever of the search and
rescue dog unit of the Austrian Red
Cross. Vienna 2025, Austria.
Lifting a person in a rescue basket.REGA rescue team
AuthorAciariumJulian HerzogRoy Egloff
Score20129
Orange: EntriesVotesScores
Rank123
image
TitleWoman in traditional orange dress called
Buhara sun, Buhara, Uzbekistan
Fire burns, but makes you warm and
relaxed
People viewing trees across the pond,
illuminated by the setting sun.
AuthorPetarMMaryam YazdanisheldarehKa23 13
Score14119


Styczeń 2026

Brutalist architecture: EntriesVotesScores
Rank123
image
TitleArchitectural detail on The National
Theatre in London.
beautiful brutalism in MetzEverson Museum of Art, Syracuse, New
York, 1969, currently digitized
AuthorJulian HerzogKaiBorgeestFoeniz
Score291212
Peace: EntriesVotesScores
Rank123
image
TitleSignpost in Christiania (Copenhagen).Artistic peace symbol at Toronto
Distillery District
Menhire für den Frieden
AuthorGzzzMuzzudanFischer1961
Score1099


Previous years

Category:Photo challenges