Template:Shop item: Difference between revisions
(Created page with "<li class="publication"> <p class="title">HD Bulletin set</p> thumb <p class="buying"> [http://mailto:info@hackersanddesigners.nl?subject=%5B%20📚%20Bulletin%20Bundle%20%5D&body=Hello%2C%0A%0A%20I%20would%20like%20to%20order%20bulletin%201%20to%204%20for%20€20,00%20+%20shipping%20costs%20to%20be%20calculated%20depending%20on%20my%20shipping%20a Get the bulletin 1-4 as a set for €20,00 + shipping costs] </p>...")  |
No edit summary  |
||
(58 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<li class="publication"> | <noinclude> | ||
   <p class="title">[[ | This is the "Shop item" template. | ||
   [[ | It should be called in the following format: | ||
<pre> | |||
{{Shop item | |||
|publication_name= | |||
|cover_image= | |||
|buy_link= | |||
|buy_link_text= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude> | |||
 | |||
<includeonly> | |||
<li class="publication publishing-item {{#if:{{{buy_link|}}}||sold_out}}"> | |||
   <p class="title">[[{{{publication_name}}}]]</p> | |||
   <p class="cover image">[[{{{cover_image}}}|thumb]]</p> | |||
   <p class="buying"> |    <p class="buying"> | ||
    [ |     {{#if: {{{buy_link|}}} | ||
    | [{{{buy_link}}} {{{buy_link_text}}}] | |||
    | [[{{{publication_name}}}|{{{buy_link_text}}}]]  | |||
   }} | |||
   </p> |    </p> | ||
</li> | </li> | ||
</includeonly> |
Latest revision as of 15:24, 30 October 2024
This is the "Shop item" template. It should be called in the following format:
{{Shop item |publication_name= |cover_image= |buy_link= |buy_link_text= }}
Edit the page to see the template text.