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:HistC"
(only text instead value/range as parameter possible) |
(use <var>) |
||
Line 23: | Line 23: | ||
{{HistC|?|50000 - 100000|Karsten Bonath}} | {{HistC|?|50000 - 100000|Karsten Bonath}} | ||
{{HistC|2019-12-12|Nothing to report here|Karsten Bonath}} | {{HistC|2019-12-12|Nothing to report here|Karsten Bonath}} | ||
− | [[Category:Templates]]</noinclude><includeonly>*<b>{{#if:{{{4|}}}|{{HistLink|{{{1}}}|{{{4}}}}}|{{{1}}}}}</b>: {{#switch:{{#sub:{{{2}}}|0|1}}|0|1|2|3|4|5|6|7|8|9=Checked {{#if:{{#pos:{{{2}}}|-}}||to}} <b>< | + | [[Category:Templates]]</noinclude><includeonly>*<b>{{#if:{{{4|}}}|{{HistLink|{{{1}}}|{{{4}}}}}|{{{1}}}}}</b>: {{#switch:{{#sub:{{{2}}}|0|1}}|0|1|2|3|4|5|6|7|8|9=Checked {{#if:{{#pos:{{{2}}}|-}}||to}} <b><var>n</var> = {{{2}}}</b>|#default={{{2}}}}}, {{Contribs|{{{3}}}}}</includeonly> |
Revision as of 11:49, 10 August 2020
Template HistC
Purpose
Prints a line in the history of the primes with status "Checked to...".
Parameter
- 1st: Date, year or any text
- 2nd: search value or range (first character is digit) or text (first character is letter)
- 3rd: contributor(s): any person or project as comma separated list printed as links
- 4th: if given, it has to be a thread/post ID combination (for more information see template HistLink).
Examples
{{HistC|2019-04-04|1000000|Karsten Bonath,No Prime Left Behind|512625}} {{HistC|2010|50000|Karsten Bonath,Smith}} {{HistC|?|50000 - 100000|Karsten Bonath}} {{HistC|2019-12-12|Nothing to report here|Karsten Bonath}}
gives
- 2019-04-04: Checked to n = 1000000, Karsten Bonath, No Prime Left Behind
- 2010: Checked to n = 50000, Karsten Bonath, Smith
- ?: Checked n = 50000 - 100000, Karsten Bonath
- 2019-12-12: Nothing to report here, Karsten Bonath