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"

From Prime-Wiki
Jump to: navigation, search
(renamed)
(using NVal list template)
Line 26: Line 26:
 
|CKDate=2019-01-01
 
|CKDate=2019-01-01
 
|CKReserved=Karbon
 
|CKReserved=Karbon
|CKClist=1, 2, 3, 4
+
|CKClist=
|CKKlist=5, 6, 7
+
1;234;C:text
 +
2;564
 +
4
 +
|CKKlist=
 +
5;C:Another text
 +
6;C:see [[Examples]]
 +
7
 
|CKRemarks=None
 
|CKRemarks=None
 
|CKSieve=y
 
|CKSieve=y
Line 38: Line 44:
 
|CKDate=2019-01-01
 
|CKDate=2019-01-01
 
|CKReserved=Karbon
 
|CKReserved=Karbon
|CKClist=1, 2, 3, 4
+
|CKClist=
|CKKlist=5, 6, 7
+
1;234;C:text
 +
2;564
 +
4
 +
|CKKlist=
 +
5;C:Another text
 +
6;C:see [[Examples]]
 +
7
 
|CKRemarks=None
 
|CKRemarks=None
 
|CKSieve=y
 
|CKSieve=y
Line 93: Line 105:
 
"description": "Current data for Caol/Kynea base <b>"
 
"description": "Current data for Caol/Kynea base <b>"
 
}
 
}
</templatedata>
+
</templatedata>{{#vardefine:dum|1}}
</noinclude><includeonly>
+
</noinclude><includeonly>{{#if:{{#varexits:dum}}||{{DISPLAYTITLE:Carol/Kynea primes of the form: ({{#explode:{{PAGENAME}}||-1}}<sup>n</sup>±1)<sup>2</sup>-2}}}}
 
==Current data==
 
==Current data==
 
{| style="border:solid black 1px"
 
{| style="border:solid black 1px"
Line 112: Line 124:
 
| <div width="85%">
 
| <div width="85%">
 
  {|  
 
  {|  
  | <b>C {{padleft:{{#if:{{{CKClist|}}}|{{#arraydefine:CC|{{{CKClist}}}}}{{#arraysize:CC}}|0}}|2}} : </b> {{{CKClist}}}
+
  | <b>C {{padleft:{{#if:{{{CKClist|}}}|{{NVal list|{{{CKClist}}}|count}}|0}}|2}} : </b> {{NVal list|{{{CKClist}}}}}
 
  |-
 
  |-
 
  | <hr>
 
  | <hr>
 
  |-
 
  |-
  | <b>K {{padleft:{{#if:{{{CKKlist|}}}|{{#arraydefine:CK|{{{CKKlist}}}}}{{#arraysize:CK}}|0}}|2}} : </b> {{{CKKlist}}}
+
  | <b>K {{padleft:{{#if:{{{CKKlist|}}}|{{NVal list|{{{CKKlist}}}|count}}|0}}|2}} : </b> {{NVal list|{{{CKKlist}}}}}
 
  |}
 
  |}
 
  </div>
 
  </div>
Line 124: Line 136:
 
{{!}} <div height="120%" style="background-color:#ddd;"><b>Remarks : </b></div> {{!}}{{!}} {{{CKRemarks}}}
 
{{!}} <div height="120%" style="background-color:#ddd;"><b>Remarks : </b></div> {{!}}{{!}} {{{CKRemarks}}}
 
{{!}}}
 
{{!}}}
}}<!--
+
}}
 +
{{#ifexpr:{{#if:{{#pos:{{{CKClist}}}|:}}|1|0}} + {{#if:{{#pos:{{{CKKlist}}}|:}}|1|0}} > 0|
 +
==Notes==
 +
<references />}}<!--
 
-->{{#if:{{{CKClist|}}}||[[Category:Carol-Kynea without Carol‎]]}}<!--
 
-->{{#if:{{{CKClist|}}}||[[Category:Carol-Kynea without Carol‎]]}}<!--
 
-->{{#if:{{{CKKlist|}}}||[[Category:Carol-Kynea without Kynea]]}}<!--
 
-->{{#if:{{{CKKlist|}}}||[[Category:Carol-Kynea without Kynea]]}}<!--
 
-->{{#if:{{{CKClist|}}}||{{#if:{{{CKKlist|}}}||[[Category:Carol-Kynea without both]]}}}}</includeonly>
 
-->{{#if:{{{CKClist|}}}||{{#if:{{{CKKlist|}}}||[[Category:Carol-Kynea without both]]}}}}</includeonly>

Revision as of 07:54, 2 April 2019

Description

Template Carol-Kynea prime

Display of current data for Carol/Kynea-type base.

Calling

{{Carol-Kynea prime
|CKBase=
|CKMaxn=
|CKDate=
|CKReserved=
|CKClist=
|CKKlist=
|CKRemarks=
|CKSieve=
}}

Example

{{Carol-Kynea prime
|CKBase=2
|CKMaxn=1234
|CKDate=2019-01-01
|CKReserved=Karbon
|CKClist=
1;234;C:text
2;564
4
|CKKlist=
5;C:Another text
6;C:see [[Examples]]
7
|CKRemarks=None
|CKSieve=y
}}

will create:

Current data

Base : 2  (sieve)
Max n : 1,234
Date : 2019-01-01
Reserved : Karbon
Carol: (03) 1[1], 2, 4

Kynea: (03) 5[2], 6[3], 7
Remarks :
None

Notes

  1. text
  2. Another text
  3. see Examples

Template-data

<templatedata> { "params": { "CKBase": { "type": "string", "required": true, "label": "Base b", "description": "Base for this type" }, "CKMaxn": { "type": "string", "label": "Max n", "description": "Maximal searched n-value" }, "CKDate": { "type": "string", "label": "Date", "description": "Date of last edit" }, "CKReserved": { "type": "string", "label": "Reserved by", "description": "Reserved by contributor, if given" }, "CKClist": { "type": "string", "label": "List C-primes", "description": "List of prime n-values on Carol-side" }, "CKKlist": { "type": "string", "label": "List K-primes", "description": "List of prime n-values on Kynea-side" }, "CKRemarks": { "type": "string", "label": "Remarks", "description": "Remarks for this base" }, "CKSieve": { "type": "string", "label": "Sieve available", "description": "If a sieve file is available, the link is generated" } }, "description": "Current data for Caol/Kynea base " } </templatedata>