Difference between revisions of "Template:Software/News"
(Created page with "|- |{{{1}}} |{{{2}}} |{{{3}}}") |
|||
(17 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |- | + | <includeonly><tr> |
− | |{{{ | + | <td align="center">{{{1}}}</td><!-- |
− | |{{{ | + | -->{{#if:{{{2|}}}|<td>{{{2}}}</td>}}<!-- |
− | |{{{ | + | -->{{#if:{{{3|}}}|<td>{{{3}}}</td>}}<!-- |
+ | -->{{#if:{{{4|}}}|<td>{{{4}}}</td>}}<!-- | ||
+ | -->{{#if:{{{5|}}}|<td>{{{5}}}</td>}}<!-- | ||
+ | -->{{#if:{{{6|}}}|<td>{{{6}}}</td>}} | ||
+ | </tr></includeonly><!-- | ||
+ | |||
+ | |||
+ | ### DESCRIPTION | ||
+ | --><noinclude> | ||
+ | {{Template | ||
+ | |description= | ||
+ | This template is used to add news entries within the [[Template:Software/NewsHeader|<nowiki>{{Software/NewsHeader}}</nowiki>]] template. | ||
+ | |||
+ | |template= | ||
+ | <nowiki> | ||
+ | {{Software/News|date|topic|link}} | ||
+ | </nowiki> | ||
+ | |||
+ | |parameters= | ||
+ | ;date | ||
+ | : News date. | ||
+ | ;topic | ||
+ | : Brief description of the news. | ||
+ | ;link | ||
+ | : Link to further information. | ||
+ | |||
+ | |operation= | ||
+ | |examples= | ||
+ | <pre> | ||
+ | {{Software/NewsHeader|October 2010| | ||
+ | {{Software/News|2010-10-04|aico.control 1.5.0 released|[[/1.5.0|aico.control 1.5.0 release page]]}} | ||
+ | {{Software/News|2010-10-12|next news topic|[[link]]}} | ||
+ | }} | ||
+ | </pre> | ||
+ | }} | ||
+ | |||
+ | [[Category:Template:Software]] | ||
+ | </noinclude> |
Latest revision as of 11:53, 23 November 2010
This template is used to add news entries within the {{Software/NewsHeader}} template.
Template
{{Software/News|date|topic|link}}
Parameters
- date
- News date.
- topic
- Brief description of the news.
- link
- Link to further information.
Examples
{{Software/NewsHeader|October 2010| {{Software/News|2010-10-04|aico.control 1.5.0 released|[[/1.5.0|aico.control 1.5.0 release page]]}} {{Software/News|2010-10-12|next news topic|[[link]]}} }}
For more examples refer to pages, which use this template: What links here.
Help:Templates describes general usage of templates, including treatment of special characters.