<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AExternal_links%2Fconf%2FSports%2Fdoc</id>
	<title>Module:External links/conf/Sports/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AExternal_links%2Fconf%2FSports%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:External_links/conf/Sports/doc&amp;action=history"/>
	<updated>2026-06-15T19:15:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:External_links/conf/Sports/doc&amp;diff=471624&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:External_links/conf/Sports/doc&amp;diff=471624&amp;oldid=prev"/>
		<updated>2021-07-15T21:30:23Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{:Module:External links/conf/documentation page}}&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
=== message / short ===&lt;br /&gt;
Entering the following line in [[Module:External links/conf/Sports]]:&lt;br /&gt;
: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;{ prop='P1469', message='[$2 $1] at [[FIFA]]', short='[$2 FIFA]', langcode='en' },&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would display as one of the following in [[Antonio Cabrini]]:&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:External links|getLinks|conf=Sports}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
: [https://static.fifa.com/fifa-tournaments/players-coaches/people=174446/index.html Antonio Cabrini] at [[FIFA]]&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:External links|getLinks|conf=Sports|short=1}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
: [https://static.fifa.com/fifa-tournaments/players-coaches/people=174446/index.html FIFA]&lt;br /&gt;
&lt;br /&gt;
=== genitive ===&lt;br /&gt;
Entering the following line in [[Module:External links/conf/Sports]]:&lt;br /&gt;
: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;{ prop='P1469', message='[$2 $1 player profile] at FIFA', langcode='en', genitive=true },&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would display as the following in [[Antonio Cabrini]]:&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:External links|getLinks|conf=Sports}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
: [https://static.fifa.com/fifa-tournaments/players-coaches/people=174446/index.html Antonio Cabrini's player profile] at FIFA&lt;br /&gt;
&lt;br /&gt;
=== langcode ===&lt;br /&gt;
Entering the following line in [[Module:External links/conf/Sports]]:&lt;br /&gt;
: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;{ prop='P3446', message='[$2 $1] at the [[Italian Athletics Federation]]$3', langcode='it' },&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would display as the following in [[Dorando Pietri]]:&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:External links|getLinks|conf=Sports}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
: [http://www.fidal.it/atleta_one.php?t=fKuUlJs Dorando Pietri] at the [[Italian Athletics Federation]] {{in lang|it}}&lt;br /&gt;
&lt;br /&gt;
=== locally defined ID with regex ===&lt;br /&gt;
Entering the following line in [[Module:External links/conf/Sports]]:&lt;br /&gt;
: &amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;{ prop='dbwrestling', message=&amp;quot;[$2 ''$1''] at the International Wrestling Database&amp;quot;, langcode='en', url='https://www.iat.uni-leipzig.de/datenbanken/dbwrestling/daten.php?spid=$1', regex='[A-F0-9]+' },&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Would display the following in [[John-Olav Einemo]]:&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:External links |getLinks |conf=Sports |dbwrestling=B777A635A94B435AB78C5413C14BE233}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; →&lt;br /&gt;
: [https://www.iat.uni-leipzig.de/datenbanken/dbwrestling/daten.php?spid=B777A635A94B435AB78C5413C14BE233 ''John-Olav Einemo''] at the International Wrestling Database&lt;br /&gt;
&lt;br /&gt;
Does not display a link if the ID does not match the [[regex]]:&lt;br /&gt;
: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{#invoke:External links |getLinks |conf=Sports |dbwrestling=NonValidID}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Sports links}}&lt;br /&gt;
* {{clc|Articles using sports links with data from Wikidata}}&lt;br /&gt;
* {{clc|Articles using sports links with no link in Wikidata}}&lt;br /&gt;
* {{clc|Articles using sports links with no data in Wikidata}}&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;
&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>