ADVERTISEMENT

Nowitzki, Bird lead parade of legends into FIBA Hall of Fame

Published Dec 22, 2025 04:10 pm

At A Glance

  • A total of seven players and one coach are being recognized for their stellar individual contributions to the sport.
Members of the Class of 2026 will be honored at an enshrinement ceremony on April 21 in Berlin.

The FIBA Hall of Fame Class of 2026 to be inducted on April 21 in Berlin is unveiled. (FIBA.com)
The FIBA Hall of Fame Class of 2026 to be inducted on April 21 in Berlin is unveiled. (FIBA.com)
MIES, Switzerland (FIBA) – On World Basketball Day, FIBA is proud to announce the Hall of Fame Class of 2026, paying tribute to legendary figures whose contributions have shaped the global game.
A total of seven players and one coach are being recognized for their stellar individual contributions to the sport.
Members of the Class of 2026 will be honored at an enshrinement ceremony on April 21 in Berlin.
Hoops icons Dirk Nowitzki of Germany and Sue Bird of USA headline the group of new inductees.
Nowitzki, the MVP of both the FIBA Basketball World Cup 2002 in Indianapolis and EuroBasket 2005 in Belgrade, represented his country in FIBA competitions for two decades.
He started with the youth teams in 1995, before leading the senior team at numerous tournaments until 2015.
With the Dallas Mavericks, the 7-foot- power forward won an NBA title, competed in numerous playoffs, and claimed the NBA MVP award. He was a perennial All-Star.
Bird, a 1.75m point guard, was the heart and soul of the USA women's team that dominated international basketball from 2002 until her international retirement at the Tokyo Olympics in 2021.
She spearheaded the USA runs to four FIBA Women's Basketball World Cup titles and also played an integral role in five consecutive Olympic gold medal-winning teams, when the Americans won every game they played.
Nowitzki and Bird are joined in the 2026 class by Céline Dumerc, Hedo Türkoğlu, Clarisse Machanguana, Ludwik Miętta-Mikołajewicz, Wang Zhizhi, and Ismenia Pauchard.
Dumerc, France's point guard when they won the FIBA Women's EuroBasket 2009, claimed runners-up spots on three other occasions in the competition and a third-place finish.
The lightning quick playmaker had a reputation for hitting shots in the clutch for her national team, including at the 2012 Olympics when she sparked the team on a run that finished with a silver medal.
Türkoğlu is a legend of Türkiye who shot to prominence when his team reached the FIBA EuroBasket 2001 Final in Istanbul. In 2009, the long-time NBA star led the Orlando Magic to the NBA Finals.
A year later, when the 2010 FIBA Basketball World Cup was hosted in his country, he took the 12 Giant Men to the Final and was named to the All-Star Five.
Clarisse Machanguana was a celebrated center of Mozambique.
One of the most revered players in African basketball, Clarisse led her country to third place at the FIBA Women's AfroBasket in 1993 and second place in 2013.
The second achievement resulted in a historical first qualification of Mozambique to the FIBA Women's Basketball World Cup.
Wang Zhizhi of China claimed two FIBA Asia Cup titles, in 2001 and 2011. The explosive scorer also competed in four Olympics (1996, 2000, 2008, 2012) and two FIBA Basketball World Cups (2006, 2010).
He was the first-ever Chinese to be drafted and play in the NBA.
Ludwik Miętta-Mikołajewicz of Poland was the coach of the Wisla Kraków women's team and led it to 14 domestic titles, the first in 1963 and the last in 1981.
Miętta-Mikołajewicz also had the honor of coaching Poland's women's national team. He guided them to two runners-up finishes at the FIBA Women’s EuroBasket in 1980 and 1981, and led the team to the FIBA Women's Basketball World Cup in 1983.
Ismenia Pauchard is a legend of the Chile women's national team and is being inducted posthumously. Pauchard was the third leading scorer at both FIBA Women's Basketball Cups in 1957 and 1964.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.