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
m
(remarks displayed)
Line 46: Line 46:
 
}
 
}
 
},
 
},
"description": "Current data for Caol/Kynea base <base>"
+
"description": "Current data for Caol/Kynea base <b>"
 
}
 
}
 
</templatedata>
 
</templatedata>
Line 65: Line 65:
 
</noinclude><includeonly>
 
</noinclude><includeonly>
 
==Current data==
 
==Current data==
{| style="border-style:solid; border-color:#000000; border-width:1px;"
+
{| style="border-style:solid; border-color:black; border-width:1px;"
 
| <div width="10%" style="background-color:#ddd;">
 
| <div width="10%" style="background-color:#ddd;">
 
  {|  
 
  {|  
Line 74: Line 74:
 
   | <b>Date :</b> || {{{CKDate}}}
 
   | <b>Date :</b> || {{{CKDate}}}
 
   |-
 
   |-
   | <b>Reserved :</b> || {{{CKReserved}}}
+
   {{#if:{{{CKReserved|}}}|
   |}
+
    {{!}} <b>Reserved :</b> {{!}}{{!}} {{{CKReserved}}}
 +
   }}
 +
|}
 
</div>
 
</div>
 
| <div width="90%">
 
| <div width="90%">
Line 85: Line 87:
 
  </div>
 
  </div>
 
|}
 
|}
{{{CKRemarks}}}
+
{|
 +
| <div height=120% style="background-color:#ddd;"><b>Remarks : </b></div> || {{{CKRemarks}}}
 +
|}
 
</includeonly>
 
</includeonly>

Revision as of 21:00, 15 December 2018

Description

Template CarolKyneaBase

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

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" } }, "description": "Current data for Caol/Kynea base " } </templatedata>

Calling

{{CarolKyneaBase
|CKBase=
|CKMaxn=
|CKDate=
|CKReserved=
|CKClist=
|CKKlist=
|CKRemarks=
}}