Difference between revisions of "Template:PatternDownload"

From LifeWiki
Jump to navigation Jump to search
(Removing Life 1.05 and 1.06 (see LifeWiki:Tiki bar))
(experimental change to infobox to point synthesis links to Catagolue)
Line 32: Line 32:
{{#if: {{{synthesis|}}} | <tr>
{{#if: {{{synthesis|}}} | <tr>
<th> Fewest&nbsp;[[glider]]s </th>
<th> Fewest&nbsp;[[glider]]s </th>
<td style="text-align:right;"> {{#ifexpr: {{{synthesis|0}}} >= 1000 | [[:Category:Patterns that can be constructed with 1000 or more gliders|{{{synthesis|}}}]] | [[:Category:Patterns that can be constructed with {{{synthesis|}}} gliders|{{{synthesis|}}}]] }}{{#ifexpr: 0{{{synthesis|0}}} > {{Reverse caber tosser/Lower bound}} | &nbsp;({{Reverse caber tosser/Lower bound}}<sup>&dagger;</sup>) | }} </td></tr>
<td style="text-align:right;"> {{#ifexpr: {{{synthesis|0}}} >= 100 | [[:Category:Patterns that can be constructed with 100 or more gliders|{{{synthesis|}}}]] | [[:Category:Patterns that can be constructed with {{{synthesis|}}} gliders|{{{synthesis|}}}]] }}{{#ifexpr: 0{{{synthesis|0}}} > {{Reverse caber tosser/Lower bound}} | &nbsp;({{Reverse caber tosser/Lower bound}}<sup>&dagger;</sup>) | }} </td></tr>
}}{{#if: {{{synthesisRLE|}}} | <tr>
}}
<th> [[RLE]] </th>
{{#if: {{{apgcode|}}} | | <tr>
<td style="text-align:right;"> [https://catagolue.appspot.com/textsamples/{{{apgcode}}}/b3s23/synthesis/{{{pname|name}}}_synth.rle] </td></tr>
}}
{{#if: {{{synthesisRLE|}}} | <tr>
<th> [[RLE|Uploaded synthesis RLE]] </th>
<td style="text-align:right;"> [http://www.conwaylife.com/patterns/{{{pname|name}}}_synth.rle {{{pname|name}}}_synth.rle] </td></tr>
<td style="text-align:right;"> [http://www.conwaylife.com/patterns/{{{pname|name}}}_synth.rle {{{pname|name}}}_synth.rle] </td></tr>
| {{#ifexist:RLE:{{{pname}}}_synth|<tr>
| {{#ifexist:RLE:{{{pname}}}_synth|<tr>

Revision as of 16:46, 23 April 2019

This template displays the "Rules", "Glider synthesis" and "Pattern files" boxes that appear on the right hand side of pattern pages. It should not be used on its own, but only within other pattern infobox templates such as Template:Pattern and Template:Oscillator. All of its parameters are passed in from the corresponding parameters of the template that calls it.