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"

From Prime-Wiki
Jump to: navigation, search
(option 'only')
(cat. changed)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This template will show the currently greatest Mersenne Prime found.
+
{{Last update|2019-02-15}}
 +
This template will show the currently greatest [[Mersenne prime]] found.
  
 
Depending of a given parameter the rendered information differs.
 
Depending of a given parameter the rendered information differs.
Line 29: Line 30:
  
 
Use this template on other pages instead of editing every page.
 
Use this template on other pages instead of editing every page.
[[Category:Templates]]</noinclude>
+
[[Category:Prime collections]]</noinclude>
 
<includeonly>{{#switch:{{{1}}}
 
<includeonly>{{#switch:{{{1}}}
 
|number=<math>2^{82\,589\,933}-1</math> ([[M51]])
 
|number=<math>2^{82\,589\,933}-1</math> ([[M51]])

Latest revision as of 16:55, 7 April 2019


Last update: 2019-02-15

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.
only: The number in HTML-notation is given for that Mersenne prime, language specific delimiters.
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^{82\,589\,933}-1 }[/math] (M51)

{{Greatest Mersenne Prime|only}} gives 282,589,933-1

{{Greatest Mersenne Prime|pure}} gives 282,589,933-1

{{Greatest Mersenne Prime|text}} gives 282,589,933-1 (M51)

{{Greatest Mersenne Prime|count}} gives 51

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.