<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.11/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd" version="0.11" xml:lang="en">
  <siteinfo>
    <sitename>Spike Wiki</sitename>
    <dbname>spikewiki</dbname>
    <base>https://spikewiki.com/wiki/Main_Page</base>
    <generator>MediaWiki 1.45.4</generator>
    <case>first-letter</case>
    <namespaces>
      <namespace key="-2" case="first-letter">Media</namespace>
      <namespace key="-1" case="first-letter">Special</namespace>
      <namespace key="0" case="first-letter" />
      <namespace key="1" case="first-letter">Talk</namespace>
      <namespace key="2" case="first-letter">User</namespace>
      <namespace key="3" case="first-letter">User talk</namespace>
      <namespace key="4" case="first-letter">Spike Wiki</namespace>
      <namespace key="5" case="first-letter">Spike Wiki talk</namespace>
      <namespace key="6" case="first-letter">File</namespace>
      <namespace key="7" case="first-letter">File talk</namespace>
      <namespace key="8" case="first-letter">MediaWiki</namespace>
      <namespace key="9" case="first-letter">MediaWiki talk</namespace>
      <namespace key="10" case="first-letter">Template</namespace>
      <namespace key="11" case="first-letter">Template talk</namespace>
      <namespace key="12" case="first-letter">Help</namespace>
      <namespace key="13" case="first-letter">Help talk</namespace>
      <namespace key="14" case="first-letter">Category</namespace>
      <namespace key="15" case="first-letter">Category talk</namespace>
      <namespace key="106" case="first-letter">Form</namespace>
      <namespace key="107" case="first-letter">Form talk</namespace>
      <namespace key="828" case="first-letter">Module</namespace>
      <namespace key="829" case="first-letter">Module talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>Main Page</title>
    <ns>0</ns>
    <id>1</id>
    <revision>
      <id>7052</id>
      <parentid>7051</parentid>
      <timestamp>2026-07-14T22:28:28Z</timestamp>
      <contributor>
        <username>Kyle</username>
        <id>2</id>
      </contributor>
      <comment>Fix MediaWiki parsing in homepage action group</comment>
      <origin>7052</origin>
      <model>wikitext</model>
      <format>text/x-wiki</format>
      <text bytes="3294" sha1="0gsvp1sbgkqfh7pbyka83or723ouz02" xml:space="preserve">&lt;templatestyles src="Template:Home/styles.css" /&gt;

&lt;div class="hero"&gt;
  &lt;div class="hero-title"&gt;Spike Wiki&lt;/div&gt;
  &lt;div class="hero-sub"&gt;Roundnet players, teams, and tournaments — organized like a sports almanac.&lt;/div&gt;
&lt;/div&gt;

&lt;div class="featured"&gt;
  &lt;div class="featured-media"&gt;[[File:2025 USAR National Championship podium.jpg|640px|link=United States roundnet national champions|alt=2025 USAR National Championship podium]]&lt;/div&gt;
  &lt;div class="featured-copy"&gt;
    &lt;div class="featured-kicker"&gt;Featured article&lt;/div&gt;
    &lt;div class="featured-title"&gt;[[United States roundnet national champions]]&lt;/div&gt;
    &lt;div class="featured-text"&gt;Follow the United States championship lineage from the Spikeball Tour Series through USA Roundnet and the North American Tour Series, with every champion and official podium photography from 2014 onward.&lt;/div&gt;
    &lt;div class="featured-actions"&gt;&lt;span class="featured-action featured-action-primary"&gt;[[United States roundnet national champions|National champions]]&lt;/span&gt;&lt;span class="featured-action"&gt;[[Roundnet World Championships|World Championships]]&lt;/span&gt;&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div class="grid2"&gt;
  &lt;div class="card"&gt;
    &lt;div class="btn-row"&gt;
      {{#forminput:form=Player|button text=Add player|placeholder=Player name|returnto=Main Page|query string=preload=Template:Preload/Player}}
      {{#forminput:form=Team|button text=Add team|placeholder=Team name or “A/B”|returnto=Main Page|query string=preload=Template:Preload/Team}}
      {{#forminput:form=Tournament|button text=Add tournament|placeholder=Tournament Name|returnto=Main Page|query string=preload=Template:Preload/Tournament}}
      
    &lt;/div&gt;
  &lt;/div&gt;


  &lt;div class="card"&gt;
    &lt;div class="card-h"&gt;Browse&lt;/div&gt;
    &lt;ul class="list"&gt;
      &lt;li&gt;[[Players|All players]]&lt;/li&gt;
      &lt;li&gt;[[Teams|All teams]]&lt;/li&gt;
      &lt;li&gt;[[Tournaments|All tournaments]]&lt;/li&gt;
      &lt;li&gt;[[Roundnet World Championships|World Championships]]&lt;/li&gt;
      &lt;li&gt;[[Leaderboards|All-time podiums]]&lt;/li&gt;
      &lt;li&gt;[[Special:Drilldown|Browse by filters]]&lt;/li&gt;
      &lt;li&gt;[[Special:Random|Random page]]&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/div&gt;
&lt;/div&gt;

== Upcoming tournaments ==
{{#cargo_query:
 tables=Tournaments
 |fields=_pageName=Tournament, StartDate, City
 |where=StartDate &gt;= '{{#time:Y-m-d}}'
 |order by=StartDate
 |limit=8
 |format=table
 |class=wikitable
 |default=No upcoming tournaments found. [[Special:FormEdit/Tournament|Add one ▸]]
}}

== Recent champions ==
{{#cargo_query:
 tables=Podiums, Tournaments
 |join on=Podiums.Tournament = Tournaments._pageName
 |fields=Tournaments._pageName=Tournament, Podiums.Division, Podiums.Team, Tournaments.StartDate
 |where=Place=1 AND Tournaments.StartDate IS NOT NULL
 |order by=Tournaments.StartDate DESC
 |limit=12
 |format=table
 |class=wikitable
 |default=No champions yet. Open a tournament page and add podiums ▸
}}

== Recent tournaments ==
{{#cargo_query:
 tables=Tournaments
 |fields=_pageName=Tournament, StartDate, City
 |where=StartDate &lt; '{{#time:Y-m-d|+1 day}}'
 |order by=Tournaments.StartDate DESC
 |limit=8
 |format=table
 |class=wikitable
 |default=No recent tournaments found. [[Special:FormEdit/Tournament|Add one ▸]]
}}

== About ==
Spike Wiki is a community effort to document roundnet history. See [[Help:Editing]] and [[About|About the project]].</text>
      <sha1>0gsvp1sbgkqfh7pbyka83or723ouz02</sha1>
    </revision>
  </page>
</mediawiki>
