Difference between revisions of "Template:ExtInfo"
From Contao Community Documentation
| Line 1: | Line 1: | ||
| − | > | + | <includeonly><!-- begin ExtInfo --> |
| − | + | <div class="extinfo"> | |
| − | {| border= | + | {| border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse; background-color:#eeeeee; font-size:95%; empty-cells:show;" |
| − | |- style= | + | |- style="background:#303060; color:white" |
| − | ! colspan= | + | ! colspan="2" | '''Extension-Overview''' |
|- | |- | ||
{{ #if: {{{Dev|}}} | {{tableitem|heading=Name of the developer|value={{{Dev|}}}}} | {{tableempty}} }} | {{ #if: {{{Dev|}}} | {{tableitem|heading=Name of the developer|value={{{Dev|}}}}} | {{tableempty}} }} | ||
| Line 11: | Line 11: | ||
{{ #if: {{{TLVersion|}}} | {{tableitem|heading=Compatibility with TYPOlight Version|value={{{TLVersion|}}}}} | {{tableempty}} }} | {{ #if: {{{TLVersion|}}} | {{tableitem|heading=Compatibility with TYPOlight Version|value={{{TLVersion|}}}}} | {{tableempty}} }} | ||
{{ #if: {{{ERLink|}}} | {{tableitem|heading=Link to Extension Repository|value={{#ifeq: {{{ERLink|}}} | http:{{#replace:{{{ERLink|}}}|http:}} | [{{{ERLink|}}} View extension in ER] | {{{ERLink|}}} }}}} | {{tableempty}} }} | {{ #if: {{{ERLink|}}} | {{tableitem|heading=Link to Extension Repository|value={{#ifeq: {{{ERLink|}}} | http:{{#replace:{{{ERLink|}}}|http:}} | [{{{ERLink|}}} View extension in ER] | {{{ERLink|}}} }}}} | {{tableempty}} }} | ||
| − | {{ #if: {{{DonateLink|}}} | {{tableitem|heading=Donate the developer|value={{#ifeq: {{{DonateLink|}}} | http:{{#replace:{{{DonateLink|}}}|http:}} | [{{{DonateLink|}}} Go to | + | {{ #if: {{{DonateLink|}}} | {{tableitem|heading=Donate the developer|value={{#ifeq: {{{DonateLink|}}} | http:{{#replace:{{{DonateLink|}}}|http:}} | [{{{DonateLink|}}} Go to "Donate"-Page] | {{{DonateLink|}}} }}}} | {{tableempty}} }} |
{{ #if: {{{TrackerLink|}}} | {{tableitem|heading=Link to Tracker|value={{#ifeq: {{{TrackerLink|}}} | http:{{#replace:{{{TrackerLink|}}}|http:}} | [{{{TrackerLink|}}} Go to Tracker] | {{{TrackerLink|}}} }}}} | {{tableempty}} }} | {{ #if: {{{TrackerLink|}}} | {{tableitem|heading=Link to Tracker|value={{#ifeq: {{{TrackerLink|}}} | http:{{#replace:{{{TrackerLink|}}}|http:}} | [{{{TrackerLink|}}} Go to Tracker] | {{{TrackerLink|}}} }}}} | {{tableempty}} }} | ||
{{ #if: {{{Depending|}}} | {{tableitem|heading=Depending of ff. Extension|value={{{Depending|}}}}} | {{tableempty}} }} | {{ #if: {{{Depending|}}} | {{tableitem|heading=Depending of ff. Extension|value={{{Depending|}}}}} | {{tableempty}} }} | ||
{{ #if: {{{Comment|}}} | {{tableitem|heading=Comment|value={{{Comment|}}}}} | {{tableempty}} }} | {{ #if: {{{Comment|}}} | {{tableitem|heading=Comment|value={{{Comment|}}}}} | {{tableempty}} }} | ||
|} | |} | ||
| − | + | </div> | |
| − | + | <!-- end ExtInfo --></includeonly><noinclude> | |
This template makes it possible to define an executive summary of the described extension, which concern an article. | This template makes it possible to define an executive summary of the described extension, which concern an article. | ||
| − | + | <pre><nowiki> | |
{{ExtInfo | {{ExtInfo | ||
| Dev=Name of the developer | | Dev=Name of the developer | ||
| Line 32: | Line 32: | ||
| Comment=Special Note | | Comment=Special Note | ||
}} | }} | ||
| − | + | </nowiki></pre> | |
Bsp: | Bsp: | ||
| − | + | <pre><nowiki> | |
{{ExtInfo | {{ExtInfo | ||
| Dev=Christian Schiffler | | Dev=Christian Schiffler | ||
| Line 49: | Line 49: | ||
| Comment=Demo: [http://catalogdemo.dasprojekt.org/ Catalog Demo] | | Comment=Demo: [http://catalogdemo.dasprojekt.org/ Catalog Demo] | ||
}} | }} | ||
| − | + | </nowiki></pre> | |
[[Category: Templates]] | [[Category: Templates]] | ||
| − | + | </noinclude> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Latest revision as of 14:48, 19 November 2010
This template makes it possible to define an executive summary of the described extension, which concern an article.
{{ExtInfo
| Dev=Name of the developer
| DevSite=Developer Website
| ExtVersion=Version of the extension
| Version=Compatibility with Contao Version
| TLVersion=Compatibility with TYPOlight Version
| ERLink=Link to Extension Repository
| DonateLink=Link to the donation page to support the developer
| TrackerLink=Link to the issue tracker of the extension
| Depending=Depending of ff. Extension
| Comment=Special Note
}}
Bsp:
{{ExtInfo
| Dev=Christian Schiffler
| DevSite=http://www.cyberspectrum.de
| ExtVersion=1.0.0
| Version=ab 2.9
| TLVersion=2.7.0 - 2.8.3
| ERLink=http://www.contao.org/erweiterungsliste/view/catalog.html
| DonateLink=http://www.cyberspectrum.de/spendmegoodies.html
| TrackerLink=http://code.google.com/p/typolight-catalog/issues/list
| Depending=[[Taxonomy]] [[backend_filterwiz]]
| Comment=Demo: [http://catalogdemo.dasprojekt.org/ Catalog Demo]
}}