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:Riesel prime dpl"
m |
m |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==Purpose== | ==Purpose== | ||
− | DPL statement to display one row in the | + | DPL statement to display one row in the Riesel prime tables. |
==Explanations== | ==Explanations== | ||
− | *if a base is reserved (RReserved | + | *if a base is reserved (RReserved <> "" / RMultiRes <> "") then background is set <span style="background:PaleGreen;">green</span>. |
[[Category:Prime collections]]</noinclude><includeonly> | [[Category:Prime collections]]</noinclude><includeonly> | ||
− | |- {{#if:{{{RReserved|}}}|style="background:PaleGreen;"}} | + | |- {{#if:{{{RMultiRes|}}}{{{RReserved|}}}|style="background:PaleGreen;"}} |
− | | align="right" {{!}} '''[[Riesel prime {{{Rk}}}|{{{Rk}}}]]''' | + | | align="right" {{!}} '''[[Riesel prime {{{Rb}}} {{{Rk}}}|{{{Rk}}}]]''' |
− | | align="center" {{!}} {{ | + | | align="center" {{!}} {{K-type|Riesel|{{{Rk}}}}} |
− | | align="center" {{!}} {{{RDate}}} {{#if:{{{ | + | | align="center" {{!}} {{#if:{{{RMultiRes|}}}|{{Multi Reservation:{{{RMultiRes}}}-Date}}|{{{RDate}}}}} {{#if:{{{RMultiRes|}}}|<br>{{Contribs|{{Multi Reservation:{{{RMultiRes}}}-Name}}}} [[Multi Reservation:{{{RMultiRes}}}|(MR{{{RMultiRes}}})]]|{{#if:{{{RReserved|}}}|<br>{{Contribs|{{{RReserved}}}}}}}}} |
− | | align="right" {{!}} {{ | + | | align="right" {{!}} {{#if:{{{RMultiRes|}}}|{{Multi Reservation:{{{RMultiRes}}}-NMax}}|{{{RMaxn}}}}}{{#if:{{{RSieve|}}}|<br>([[:File:%PAGE% sieve.zip|sieve]])|}} |
| align="right" {{!}} {{{RNash}}} | | align="right" {{!}} {{{RNash}}} | ||
− | | align="right" {{!}} {{ | + | | align="right" {{!}} {{{RCount}}} |
− | | {{NVal list|{{{RNlist}}}|short}}</includeonly> | + | | {{#ifeq:{{{RCount}}}|0|{{#ifeq:{{{RNash}}}|0|{{#ifeq:{{{RMaxn}}}|0|No primes possible!}}}}|{{NVal list|{{{RNlist}}}|short}}}}</includeonly> |
Latest revision as of 22:02, 1 August 2021
Purpose
DPL statement to display one row in the Riesel prime tables.
Explanations
- if a base is reserved (RReserved <> "" / RMultiRes <> "") then background is set green.