<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3APHL_sports_team%2Fcollegiate%2Fdoc</id>
	<title>Module:PHL sports team/collegiate/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3APHL_sports_team%2Fcollegiate%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:PHL_sports_team/collegiate/doc&amp;action=history"/>
	<updated>2026-05-11T23:40:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:PHL_sports_team/collegiate/doc&amp;diff=144212&amp;oldid=prev</id>
		<title>imported&gt;Gonnym: /* Test table */</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:PHL_sports_team/collegiate/doc&amp;diff=144212&amp;oldid=prev"/>
		<updated>2021-12-07T15:57:42Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Test table&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Module rating|protected}}&lt;br /&gt;
&amp;lt;!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --&amp;gt;&lt;br /&gt;
{{sandbox other||{{ombox|text=To test changes, please do so at &amp;#039;&amp;#039;&amp;#039;[[Module:{{PAGENAME}}/sandbox]]&amp;#039;&amp;#039;&amp;#039; first, and then implement them here.}}}}&lt;br /&gt;
&lt;br /&gt;
This is the data module used by [[Module:PHL sports team]].&lt;br /&gt;
&lt;br /&gt;
== Data structure ==&lt;br /&gt;
Most lines will be of the following form:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&amp;quot;COMMON NAME1/ABBRV&amp;quot;] = {&amp;quot;TEAM CODE&amp;quot;, &amp;quot;School name&amp;quot;, &amp;quot;Men&amp;#039;s team&amp;quot;, &amp;quot;Women&amp;#039;s team&amp;quot;, &amp;quot;Boys&amp;#039; team&amp;quot;, &amp;quot;Girls&amp;#039; team&amp;quot;, &amp;quot;COMMON NAME2&amp;quot;},&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For teams with multiple former school names:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&amp;quot;COMMON NAME1/ABBRV&amp;quot;] = {&amp;quot;TEAM CODE&amp;quot;, &amp;quot;School name&amp;quot;, &amp;quot;Men&amp;#039;s team&amp;quot;, &amp;quot;Women&amp;#039;s team&amp;quot;, &amp;quot;Boys&amp;#039; team&amp;quot;, &amp;quot;Girls&amp;#039; team&amp;quot;, &amp;quot;COMMON NAME2&amp;quot;&lt;br /&gt;
	[&amp;quot;SCHOOL ABBRV1&amp;quot;] = &amp;quot;Former school name 1&amp;quot;,&lt;br /&gt;
	[&amp;quot;SCHOOL ABBRV2&amp;quot;] = &amp;quot;Former school name 2&amp;quot;,&lt;br /&gt;
	[&amp;quot;SCHOOL ABBRV3&amp;quot;] = &amp;quot;Former school name 3&amp;quot;,&lt;br /&gt;
},&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aliasing – backward compatibility is supported for teams&amp;#039; whose institution is elevated from college to university status. The {{code|OLD CODE}} references to the {{code|COMMON NAME1/ABBRV}} (or vice-versa) hence a team may have multiple codes:&lt;br /&gt;
&amp;lt;pre&amp;gt;[&amp;quot;OLD CODE&amp;quot;] = &amp;quot;COMMON NAME1/ABBRV&amp;quot;,&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Trailing comma in each element is significant. &lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
For common structure, omit {{code|COMMON NAME}} if team abbreviation and common name are matched/equal.&lt;br /&gt;
&amp;lt;pre&amp;gt;[&amp;quot;UST&amp;quot;] = {&amp;quot;UST&amp;quot;, &amp;quot;University of Santo Tomas&amp;quot;, &amp;quot;UST Growling Tigers&amp;quot;, &amp;quot;UST Tigresses&amp;quot;, &amp;quot;UST Tiger Cubs&amp;quot;, &amp;quot;UST Junior Tigresses&amp;quot;},&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Due to limitations of keyboard for special characters, {{code|COMMON NAME2}} may only be added:&lt;br /&gt;
&amp;lt;pre&amp;gt;[&amp;quot;Mapua&amp;quot;] = {&amp;quot;MUN&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;Mapúa&amp;quot;},&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For teams with multiple former school names:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&amp;quot;Mapua&amp;quot;]    = {&amp;quot;MUN&amp;quot;, &amp;quot;Mapúa University&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;Mapúa&amp;quot;,&lt;br /&gt;
  [&amp;quot;MHSS&amp;quot;]   = &amp;quot;Malayan High School of Science&amp;quot;,&lt;br /&gt;
  [&amp;quot;MIT&amp;quot;]    = &amp;quot;Mapúa Institute of Technology&amp;quot;&lt;br /&gt;
},&lt;br /&gt;
[&amp;quot;San Beda&amp;quot;] = {&amp;quot;SBU&amp;quot;, &amp;quot;San Beda University&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;, &amp;quot;..&amp;quot;,&lt;br /&gt;
  [&amp;quot;SBC&amp;quot;]    = &amp;quot;San Beda College&amp;quot;,&lt;br /&gt;
  [&amp;quot;SBC-R&amp;quot;]  = &amp;quot;San Beda College–Rizal&amp;quot;,&lt;br /&gt;
  [&amp;quot;SBU-R&amp;quot;]  = &amp;quot;San Beda University–Rizal&amp;quot;&lt;br /&gt;
},&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For aliases:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[&amp;quot;MIT&amp;quot;] = &amp;quot;Mapua&amp;quot;,&lt;br /&gt;
[&amp;quot;SBC&amp;quot;] = &amp;quot;San Beda&amp;quot;,&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Warning ==&lt;br /&gt;
Be very careful when updating this module, as it is used in a large number of articles. Please test any changes in [[Module:PHL sports team/collegiate/sandbox]] first.&lt;br /&gt;
&lt;br /&gt;
== Test table ==&lt;br /&gt;
{{#ifeq:{{SUBPAGENAME}}|sandbox&lt;br /&gt;
|{{#invoke:PHL sports team/testtable|testtable|league=collegiate/sandbox}}&lt;br /&gt;
|{{#invoke:PHL sports team/testtable|testtable}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ifeq:{{SUBPAGENAME}}|sandbox | |&lt;br /&gt;
&amp;lt;!-- Categories below this line, please; interwikis at Wikidata --&amp;gt;&lt;br /&gt;
[[Category:Sports modules]]&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Gonnym</name></author>
	</entry>
</feed>