Diferenças entre edições de "Predefinição:ExtInfo"
Da Contao Community Documentation
| Linha 5: | Linha 5: | ||
! colspan="2" | '''Extension-Overview''' | ! colspan="2" | '''Extension-Overview''' | ||
|- | |- | ||
| − | {{ #if: {{{Dev|}}} | {{tableitem|heading= | + | {{ #if: {{{Dev|}}} | {{tableitem|heading=Name of the developer|value={{{Dev|}}}}} | {{tableempty}} }} |
| − | {{ #if: {{{DevSite|}}} | {{tableitem|heading= | + | {{ #if: {{{DevSite|}}} | {{tableitem|heading=Developer Website|value={{{DevSite|}}}}} | {{tableempty}} }} |
| − | {{ #if: {{{ExtVersion|}}} | {{tableitem|heading= | + | {{ #if: {{{ExtVersion|}}} | {{tableitem|heading=Version of the extension|value={{{ExtVersion|}}}}} | {{tableempty}} }} |
| − | {{ #if: {{{Version|}}} | {{tableitem|heading= | + | {{ #if: {{{Version|}}} | {{tableitem|heading=Compatibility with Contao Version|value={{{Version|}}}}} | {{tableempty}} }} |
| − | {{ #if: {{{TLVersion|}}} | {{tableitem|heading= | + | {{ #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 "Donate"-Page] | {{{DonateLink|}}} }}}} | {{tableempty}} }} | {{ #if: {{{DonateLink|}}} | {{tableitem|heading=Donate the developer|value={{#ifeq: {{{DonateLink|}}} | http:{{#replace:{{{DonateLink|}}}|http:}} | [{{{DonateLink|}}} Go to "Donate"-Page] | {{{DonateLink|}}} }}}} | {{tableempty}} }} | ||
| Linha 51: | Linha 51: | ||
</nowiki></pre> | </nowiki></pre> | ||
| − | [[Categoria: Modelos]] | + | [[Categoria:Modelos]] |
[[en:Template:ExtInfo]] | [[en:Template:ExtInfo]] | ||
[[de:Vorlage:ExtInfo]] | [[de:Vorlage:ExtInfo]] | ||
</noinclude> | </noinclude> | ||
Revisão das 15h23min de 24 de fevereiro de 2012
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]
}}