Difference between revisions of "Template:PatternDownload"

From LifeWiki
Jump to navigation Jump to search
(adjust catchall category so that it has more than just a couple of ridiculous recipes for macro-spaceships in it; try to fix Catagolue link)
(Add a pipe character to prevent horrible URL-encoding ugliness)
Line 35: Line 35:
}}
}}
{{#if: {{{apgcode|}}} | <tr>
{{#if: {{{apgcode|}}} | <tr>
<td style="text-align:right;"> [https://catagolue.appspot.com/textsamples/{{{apgcode}}}/b3s23/synthesis/{{{pname|name}}}_synth.rle] </td></tr>
<td style="text-align:right;"> [https://catagolue.appspot.com/textsamples/{{{apgcode|}}}/b3s23/synthesis/{{{pname|name}}}_synth.rle] </td></tr>
}}
}}
{{#if: {{{synthesisRLE|}}} | <tr>
{{#if: {{{synthesisRLE|}}} | <tr>

Revision as of 17:06, 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.