poly-mech/osr/product_resources.md
2024-08-18 16:34:30 +02:00

48 lines
1.5 KiB
Markdown

#### General Resources
[% if product.hasForum!=false %]
- [Forum]([[product.forum]])
[% endif -%]
[% if product.firmware %]
- [Firmware]([[product.firmware]])
[% endif %]
[%- if product.product_howto -%]
- [Howto]([[product.product_howto]])
[%- endif -%]
- [Ask on the forum!]({{site.forumUrl}}/new-topic?category_id={{page.forumSupportCat}}&title={{page.title}}&tags={{page.category}})
[% if product.hasFiles!=false %]
- [Files]([[config.OSR_FILES_WEB]]/[[product.product_rel]])
[% endif -%]
[% if product.Preview3d %]
[% if product.edrawings %]
- [3D-Preview]([[product.edrawings]])
[% else %]
- [3D-Preview]([[product.abs_url]]/[[product.product_rel]]/resources/edrawings.html)
[% endif -%]
[% endif -%]
[% if config.showSpecs %]
[% if product.hasSpec %]
- [Specification PDF]([[product.abs_url]]/[[product.product_rel]]/resources/spec.pdf)
[% endif -%]
[% endif -%]
[% if product.gallery!=false %]
- [Gallery]([[config.OSR_FILES_WEB]]/[[product.product_rel]]/media/gallery)
[% endif -%]
[% if product.howtos22!=false %]
- [Howtos]([[config.site]]/howto/#[[product.category]])
[% endif -%]
[% if config.show.wiki %]
[% if product.wiki_articles %]
<h4>Wiki Articles</h4>
[% include "product_wiki.osr" category:product.wiki_articles %]
[% endif -%]
[% endif -%]
[%- if config.show.forum -%]
[%- if product.forumCategory -%]
<h4>Forum Posts</h4>
[% include "product_forum.osr" category:product.forumCategory %]
[%- endif -%]
[%- endif -%]
[% include "extra_resources.md" -%]