Template:Newsletter-cover-header: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (cat: Undocumented templates, Newsletter templates)
(doc)
 
Line 1: Line 1:
<span style="font-weight:bold; font-size:70%; color:#777; text-transform:uppercase;">{{{1}}}</span><noinclude>
<span style="font-weight:bold; font-size:70%; color:#777; text-transform:uppercase;">{{{1}}}</span><noinclude>
{{Informative template|1=
__NOTOC__
== Goal ==
This template is used for section 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-header'''<nowiki>|</nowiki>heading<nowiki>}}</nowiki>
; heading:  Mandatory section heading title.  Should match a section (not article/subsection) heading of a {{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-item}}
* {{tl|Newsletter-header}}
}}


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

Latest revision as of 17:01, 1 November 2014

{{{1}}}

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

Goal

This template is used for section 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-header|heading}}
heading
Mandatory section heading title. Should match a section (not article/subsection) heading of a {{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