User:PC-XT/JSubst/fb.js
Appearance
< User:PC-XT | JSubst
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
This user script seems to have a documentation page at User:PC-XT/JSubst/fb. |
// <nowiki>
JSubst.fb=[/*linkback: [[User:PC-XT/JSubst/fb]]*/
["Fc",function(p){return"[["+p(1)+" F.C.|"+p(1)+"]]";}],//[[Wikipedia:Templates_for_discussion/Log/2013_December_28]]
["Afc",function(p){return"[["+p(1)+" A.F.C.|"+p(1)+"]]";}],
["Afc2",function(p){return"[[A.F.C. "+p(1)+"|"+p(1)+"]]";}],
["Lfc",function(p){return"[["+p(1)+" L.F.C.|"+p(1)+"]]";}],
["Efs",function(p){return"[["+p(1)+" in English football|"+p(1)+"]]";}],
["Nfa",function(p){return"";}],//need to convert
["Nft",function(p){return 1?"[["+p(1)+" national football team|"+p(1)+"]]":"[["+p(1)+" national football team|"+p(1)+"]]";}],//need to finish conversion
["Nftu",function(p){return"[["+p(2)+" national under-"+p(1)+" football team|"+p(2)+" U-"+p(1)+"]]";}],
["Nwft",function(p){return"{{country data "+p(1)+"\n| country team\n| name = "+p("name","")+"\n| altlink = women's national football team\n| altvar = football\n| mw = women's\n}}";}],
["Nwftu",function(p){return"{{country data "+p(1)+"\n| country team\n| name = "+p("name","")+"\n| altlink = women's national under-19 football team\n| altvar = football\n| mw = women's\n}}";}],
["WLeague NUJ",function(p){return"[[Newcastle Jets FC W-League|Newcastle Jets]]";}],//[[Wikipedia:Templates_for_discussion/Log/2013_December_13#Template:WLeague_NUJ]]
["WLeague AU",function(p){return"[[Adelaide United FC W-League|Adelaide United]]";}],
["WLeague BR",function(p){return"[[Brisbane Roar FC W-League|Brisbane Roar]]";}],
["WLeague CCM",function(p){return"[[Central Coast Mariners FC W-League|Central Coast Mariners]]";}],
["WLeague CU",function(p){return"[[Canberra United FC|Canberra United]]";}],
["WLeague MV",function(p){return"[[Melbourne Victory FC W-League|Melbourne Victory]]";}],
["WLeague PG",function(p){return"[[Perth Glory FC W-League|Perth Glory]]";}],
["WLeague QR",function(p){return"[[Brisbane Roar FC W-League|Queensland Roar]]";}],
["WLeague SFC",function(p){return"[[Sydney FC W-League|Sydney FC]]";}],
["WLeague WSW",function(p){return"[[Western Sydney Wanderers FC W-League|Western Sydney Wanderers]]";}]
];
// </nowiki>