Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3). |
Topics | Help • Register • News • History • How to • Sequences statistics • Template prototypes |
Difference between revisions of "Template:Carol-Kynea prime"
(redone) |
(layout changed) |
||
Line 60: | Line 60: | ||
6;C:see [[Examples]] | 6;C:see [[Examples]] | ||
7 | 7 | ||
− | |CKRemarks= | + | |CKRemarks= |
|CKSieve=y | |CKSieve=y | ||
}} | }} | ||
Line 122: | Line 122: | ||
-->[[Category:Carol-Kynea prime|#.....{{padleft:{{#var:b}}|5}}]]}} | -->[[Category:Carol-Kynea prime|#.....{{padleft:{{#var:b}}|5}}]]}} | ||
==Current data== | ==Current data== | ||
− | {| style="border:solid black 1px" | + | {| style="border:solid black 1px; border-radius:5px;" |
− | | <div width="15%" style="background-color: | + | | <div width="15%" style="background-color:SkyBlue"> |
{| | {| | ||
| <b>Base :</b> || {{{CKBase}}} {{#if:{{{CKSieve|}}}| ([[:File:{{PAGENAME}} sieve.zip|sieve]])|}} | | <b>Base :</b> || {{{CKBase}}} {{#if:{{{CKSieve|}}}| ([[:File:{{PAGENAME}} sieve.zip|sieve]])|}} | ||
Line 145: | Line 145: | ||
|} | |} | ||
</div> | </div> | ||
− | |} | + | |}{{#if:{{{CKRemarks|}}}| |
− | {{#if:{{{CKRemarks|}}}| | ||
{{{!}} | {{{!}} | ||
− | {{!}} <div height="120%" style="background-color: | + | {{!}} <div height="120%" style="background-color:SkyBlue;"><b>Remarks : </b></div> {{!}}{{!}} {{{CKRemarks}}} |
{{!}}} | {{!}}} | ||
}} | }} |
Revision as of 10:32, 14 April 2019
Description
Template Carol-Kynea prime
Display of current data for Carol/Kynea-type base.
Notes:
- The page title is displayed with the formula.
- The category Carol-Kynea prime is set.
- If no Carol primes are given, the page is categorized into Carol-Kynea without Carol.
- If no Kynea primes are given, the page is categorized into Carol-Kynea without Kynea.
- If no primes are given at all, the page is categorized into Carol-Kynea without both.
- If <CKRemarks> contains "Power" the page is categorized into Carol-Kynea power-of.
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
|
|
Notes
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": "content", "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 Carol/Kynea base ", "format": "block" } </templatedata>