MyWikiBiz, Author Your Legacy — Friday September 05, 2025
Jump to navigationJump to search
2,961 bytes added
, 21:30, 15 July 2021
{{:Module:External links/conf/documentation page}}
== Examples ==
=== message / short ===
Entering the following line in [[Module:External links/conf/Sports]]:
: <syntaxhighlight lang="lua">{ prop='P1469', message='[$2 $1] at [[FIFA]]', short='[$2 FIFA]', langcode='en' },</syntaxhighlight>
Would display as one of the following in [[Antonio Cabrini]]:
: <code><nowiki>{{#invoke:External links|getLinks|conf=Sports}}</nowiki></code> →
: [https://static.fifa.com/fifa-tournaments/players-coaches/people=174446/index.html Antonio Cabrini] at [[FIFA]]
: <code><nowiki>{{#invoke:External links|getLinks|conf=Sports|short=1}}</nowiki></code> →
: [https://static.fifa.com/fifa-tournaments/players-coaches/people=174446/index.html FIFA]
=== genitive ===
Entering the following line in [[Module:External links/conf/Sports]]:
: <syntaxhighlight lang="lua">{ prop='P1469', message='[$2 $1 player profile] at FIFA', langcode='en', genitive=true },</syntaxhighlight>
Would display as the following in [[Antonio Cabrini]]:
: <code><nowiki>{{#invoke:External links|getLinks|conf=Sports}}</nowiki></code> →
: [https://static.fifa.com/fifa-tournaments/players-coaches/people=174446/index.html Antonio Cabrini's player profile] at FIFA
=== langcode ===
Entering the following line in [[Module:External links/conf/Sports]]:
: <syntaxhighlight lang="lua">{ prop='P3446', message='[$2 $1] at the [[Italian Athletics Federation]]$3', langcode='it' },</syntaxhighlight>
Would display as the following in [[Dorando Pietri]]:
: <code><nowiki>{{#invoke:External links|getLinks|conf=Sports}}</nowiki></code> →
: [http://www.fidal.it/atleta_one.php?t=fKuUlJs Dorando Pietri] at the [[Italian Athletics Federation]] {{in lang|it}}
=== locally defined ID with regex ===
Entering the following line in [[Module:External links/conf/Sports]]:
: <syntaxhighlight lang="lua">{ prop='dbwrestling', message="[$2 ''$1''] at the International Wrestling Database", langcode='en', url='https://www.iat.uni-leipzig.de/datenbanken/dbwrestling/daten.php?spid=$1', regex='[A-F0-9]+' },</syntaxhighlight>
Would display the following in [[John-Olav Einemo]]:
: <code><nowiki>{{#invoke:External links |getLinks |conf=Sports |dbwrestling=B777A635A94B435AB78C5413C14BE233}}</nowiki></code> →
: [https://www.iat.uni-leipzig.de/datenbanken/dbwrestling/daten.php?spid=B777A635A94B435AB78C5413C14BE233 ''John-Olav Einemo''] at the International Wrestling Database
Does not display a link if the ID does not match the [[regex]]:
: <code><nowiki>{{#invoke:External links |getLinks |conf=Sports |dbwrestling=NonValidID}}</nowiki></code>
== See also ==
* {{tl|Sports links}}
* {{clc|Articles using sports links with data from Wikidata}}
* {{clc|Articles using sports links with no link in Wikidata}}
* {{clc|Articles using sports links with no data in Wikidata}}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
}}</includeonly>