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:Carol-Kynea prime dpl"

From Prime-Wiki
Jump to: navigation, search
(using Contribs)
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>[[Category:Templates]]</noinclude><includeonly>{{!}}- {{#if:{{{CKReserved|}}}|style="background:PaleGreen;"}}
+
<noinclude>
{{!}} align="right" rowspan="2" | {{{CKBase}}}
+
==Purpose==
{{!}} align="right" rowspan="2" | {{{CKMaxn}}}
+
DPL statement to display one row in the [[Carol-Kynea_table|table of Carol/Kynea]] primes
{{!}} rowspan="2" | {{{CKDate}}}
+
 
{{!}} {{#arraydefine:C|{{{CKClist}}}}} '''{{#arraysize:C}}''': {{#arrayprint:C|, }}
+
==Explanations==
{{!}}- {{#if:{{{CKReserved|}}}|style="background:PaleGreen;"}}
+
*if a base is reserved (CKReserved != "") then background is set green
{{!}} {{#arraydefine:K|{{{CKKlist}}}}} '''{{#arraysize:K}}''': {{#arrayprint:K|, }}</includeonly>
+
*if a base is a power of another (CKRemarks contains "Power") then background is set dark grey
 +
*counts of listed n-values is generated here
 +
[[Category:Prime collections]]</noinclude><includeonly>
 +
|- {{#if:{{{CKReserved|}}}|style="background:PaleGreen;"}}{{#if:{{#pos:{{{CKRemarks|}}}|Power}}|style="background:Gainsboro;"}}
 +
| align="right" {{!}} '''[[Carol-Kynea prime {{{CKBase}}}|{{{CKBase}}}]]'''
 +
| align="right" {{!}} {{Num|{{{CKMaxn}}}}}{{#if:{{{CKSieve|}}}|<br>([[:File:%PAGE% sieve.zip|sieve]])|}}
 +
| align="center" {{!}} {{{CKDate}}} {{#if:{{{CKReserved|}}}|<br>{{Contribs|{{{CKReserved}}}}}}}
 +
| '''C {{padleft:{{#if:{{#pos:{{{CKRemarks|}}}|Power}}|{{#arraydefine:CL|{{{CKClist}}}}}{{#arraysize:CL}}|{{NVal list|{{{CKClist}}}|count}}}}|2}}''' : {{NVal list|{{{CKClist}}}|short}}<hr>'''K {{padleft:{{#if:{{#pos:{{{CKRemarks|}}}|Power}}|{{#arraydefine:CK|{{{CKKlist}}}}}{{#arraysize:CK}}|{{NVal list|{{{CKKlist}}}|count}}}}|2}}''' : {{NVal list|{{{CKKlist}}}|short}}</includeonly>

Latest revision as of 14:04, 24 April 2019

Purpose

DPL statement to display one row in the table of Carol/Kynea primes

Explanations

  • if a base is reserved (CKReserved != "") then background is set green
  • if a base is a power of another (CKRemarks contains "Power") then background is set dark grey
  • counts of listed n-values is generated here