Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3). |
Navigation
Topics | Help • Register • News • History • How to • Sequences statistics • Template prototypes |
Difference between revisions of "Template:Greatest Mersenne Prime"
(option pure) |
(template num) |
||
Line 10: | Line 10: | ||
==Parameter== | ==Parameter== | ||
:<code>number</code>: The number in TeX-notation is given with a link to the page for that Mersenne prime. | :<code>number</code>: The number in TeX-notation is given with a link to the page for that Mersenne prime. | ||
− | :<code>pure</code>: The number in | + | :<code>pure</code>: The number in HTML-notation is given as a link to the page for that Mersenne prime, language specific delimiters. |
− | :<code>text</code>: The number in | + | :<code>text</code>: The number in HTML-notation is given with a link to the page for that Mersenne prime, language specific delimiters. |
:<code>count</code>: Only the current count for this Mersenne number as link is given. | :<code>count</code>: Only the current count for this Mersenne number as link is given. | ||
Line 29: | Line 29: | ||
<includeonly>{{#switch:{{{1}}} | <includeonly>{{#switch:{{{1}}} | ||
|number=<math>2^{82\,589\,933}-1</math> ([[M51]]) | |number=<math>2^{82\,589\,933}-1</math> ([[M51]]) | ||
− | |pure=[[M51|< | + | |pure=[[M51|2<sup>{{Num|82589933}}</sup>-1]] |
− | |text=2<sup> | + | |text=2<sup>{{Num|82589933}}</sup>-1 ([[M51]]) |
|count=[[M51|51]] | |count=[[M51|51]] | ||
|#default=<span style="color:red">'''''ERROR in calling template "Greatest Mersenne Prime"'''''</span>}}</includeonly> | |#default=<span style="color:red">'''''ERROR in calling template "Greatest Mersenne Prime"'''''</span>}}</includeonly> |
Revision as of 10:35, 14 February 2019
This template will show the currently greatest Mersenne Prime found.
Depending of a given parameter the rendered information differs.
Calling
{{Greatest Mersenne Prime|<parameter>}}
The parameter is optional.
Parameter
number
: The number in TeX-notation is given with a link to the page for that Mersenne prime.pure
: The number in HTML-notation is given as a link to the page for that Mersenne prime, language specific delimiters.text
: The number in HTML-notation is given with a link to the page for that Mersenne prime, language specific delimiters.count
: Only the current count for this Mersenne number as link is given.
Examples
{{Greatest Mersenne Prime|number}}
gives
[math]\displaystyle{ 2^{136\,279\,841}-1 }[/math] (M52)
{{Greatest Mersenne Prime|pure}}
gives
2136,279,841-1
{{Greatest Mersenne Prime|text}}
gives
2136,279,841-1 (M52)
{{Greatest Mersenne Prime|count}}
gives
52
A false or no parameter prints an error code: ERROR in calling template "Greatest Mersenne Prime"
Use this template on other pages instead of editing every page.