Difference between revisions of "Template:Software/NewsHeader"

From SoftMC-Wiki
Jump to: navigation, search
(added date caption)
m (added description)
Line 1: Line 1:
=== {{{1}}} ===
+
<includeonly>=== {{{1}}} ===
 
{| width=100% border=1 cellspacing=0 cellpadding=3  
 
{| width=100% border=1 cellspacing=0 cellpadding=3  
 
!width=100 | '''Date'''
 
!width=100 | '''Date'''
Line 5: Line 5:
 
!width=300 | Link
 
!width=300 | Link
 
{{{2}}}
 
{{{2}}}
|}
+
|}</includeonly><!--
 +
 
 +
 
 +
### DESCRIPTION
 +
--><noinclude>
 +
{{Template
 +
|description=
 +
Header for a news block, used in software release pages.
 +
 
 +
|template=
 +
<nowiki>
 +
{{Software/NewsHeader|month|
 +
contents
 +
}}
 +
</nowiki>
 +
 
 +
|parameters=
 +
;month
 +
: The month and the year of the news block.
 +
;contents
 +
: News entries, which require the [[Template:Software/News|<nowiki>{{Software/News}}</nowiki>]] template.
 +
 
 +
|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>
 +
}}
 +
</noinclude>

Revision as of 11:46, 14 October 2010

Header for a news block, used in software release pages.

Template

{{Software/NewsHeader|month|
contents
}}

Parameters

month
The month and the year of the news block.
contents
News entries, which require the {{Software/News}} template.

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.