Namespaces
Variants
Actions

Difference between revisions of "Template:MSCwiki"

From Encyclopedia of Mathematics
Jump to: navigation, search
m (Reqirements added, technical comments changed, no functionality change)
(no longer linking to spam web site, but to AMS free tool)
 
Line 3: Line 3:
 
<nowiki>{{MSCwiki|</nowiki><i>MSC</i><nowiki>}}</nowiki>
 
<nowiki>{{MSCwiki|</nowiki><i>MSC</i><nowiki>}}</nowiki>
  
where ''MSC'' is a single [http://msc2010.org/mscwiki/index.php?title=MSC2010 MSC] entry like 16-XX, 16Kxx, 16K50 <br />
+
where ''MSC'' is a single [https://mathscinet.ams.org/mathscinet/freetools/msc-search MSC] entry like 16-XX, 16Kxx, 16K50 <br />
  
 
It returns a link to
 
It returns a link to
[http://msc2010.org/mscwiki/index.php?title=MSC2010 Wikipedia MSC2010]
+
[https://mathscinet.ams.org/mathscinet/freetools/msc-search MSC]
  
 
A two digit MSC entry like 16 is automatically extended to 16-XX.<br />
 
A two digit MSC entry like 16 is automatically extended to 16-XX.<br />
 
A five digits entry like 16K50 generates a link to  
 
A five digits entry like 16K50 generates a link to  
[http://msc2010.org/mscwiki/index.php?title=16Kxx ...16Kxx] but
+
[https://mathscinet.ams.org/mathscinet/freetools/msc-search?text=16Kxx ...16Kxx] but
 
displays the full entry 16K50.
 
displays the full entry 16K50.
 
---------------------
 
---------------------
Line 24: Line 24:
 
</noinclude><!--
 
</noinclude><!--
 
-->{{#if:{{{1|}}}|<!--
 
-->{{#if:{{{1|}}}|<!--
   -->[http://msc2010.org/mscwiki/index.php?title=<!--
+
   -->[https://mathscinet.ams.org/mathscinet/freetools/msc-search?text=<!--
 
       -->{{#ifexpr:{{#len:{{{1}}} }}=2|<!--
 
       -->{{#ifexpr:{{#len:{{{1}}} }}=2|<!--
 
           -->{{{1}}}-XX |<!--
 
           -->{{{1}}}-XX |<!--

Latest revision as of 09:37, 12 October 2023

Usage

{{MSCwiki|MSC}}

where MSC is a single MSC entry like 16-XX, 16Kxx, 16K50

It returns a link to MSC

A two digit MSC entry like 16 is automatically extended to 16-XX.
A five digits entry like 16K50 generates a link to ...16Kxx but displays the full entry 16K50.


Code

This template is called by Template:MSC, Template:MSCwiki8.

Requirements: In ParserFunctions.php, set:

$wgPFEnableStringFunctions = true;


How to Cite This Entry:
MSCwiki. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=MSCwiki&oldid=36379