Template:Newsletter-cover-item: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (cat: Undocumented templates, Newsletter templates)
(doc)
 
Line 1: Line 1:
[[#{{{1}}}|{{{1}}}]]<noinclude>
[[#{{{1}}}|{{{1}}}]]<noinclude>
{{Informative template|1=
__NOTOC__
== Goal ==
This template is used for article/subsection headings in the table of contents for the [[FlightGear Newsletter]] beginning with the [[FlightGear Newsletter June 2014|July 2014 edition]].
== Usage ==
Put this template in the table of contents.
<nowiki>{{</nowiki>'''Newsletter-cover-item'''<nowiki>|</nowiki>subsection<nowiki>}}</nowiki>
; subsection:  Mandatory title of the article/subsection to be shown in the table of contents.  Must match the title given in {{tl|Newsletter-article-start}}.
== Examples ==
<nowiki><div style="border-bottom:3px double #BBB;">
{| width="100%" |
| valign="top" width="33%" |
{{Newsletter-cover-header|Development news}}<br/>
{{Newsletter-cover-item|FlightGear 3.2 - Feature Freeze}}<br/>
|}
</div></nowiki>
<div style="border-bottom:3px double #BBB;">
{{{!}} width="100%" {{!}}
{{!}} valign="top" width="33%" {{!}}
{{Newsletter-cover-header|Development news}}<br/>
{{Newsletter-cover-item|FlightGear 3.2 - Feature Freeze}}<br/>
{{!}}}
</div>
== Related templates ==
* {{tl|Newsletter-article-start}}
* {{tl|Newsletter-cover-header}}
* {{tl|Newsletter-header}}
}}


[[Category:Undocumented templates]]
[[Category:Newsletter templates]]
[[Category:Newsletter templates]]
</noinclude>
</noinclude>

Latest revision as of 17:01, 1 November 2014

[[#{{{1}}}|{{{1}}}]]

The following template description is not displayed when the template is inserted in an article.

Goal

This template is used for article/subsection headings in the table of contents for the FlightGear Newsletter beginning with the July 2014 edition.

Usage

Put this template in the table of contents.

{{Newsletter-cover-item|subsection}}
subsection
Mandatory title of the article/subsection to be shown in the table of contents. Must match the title given in {{Newsletter-article-start}}.

Examples

<div style="border-bottom:3px double #BBB;">
{| width="100%" |
| valign="top" width="33%" |
{{Newsletter-cover-header|Development news}}<br/>
{{Newsletter-cover-item|FlightGear 3.2 - Feature Freeze}}<br/>
|}
</div>

Related templates