Template:Overview: Difference between revisions

From railTOPOMODEL® Wiki
Jump to navigation Jump to search
[checked revision][checked revision]
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
|
|
{|type="wikitable" border="0" style="background-color:#e6e6e6"
{|type="wikitable" border="0" style="background-color:#e6e6e6"
|'''Overview''' <br /> <includeonly>{{#if:{{{text|}}}|{{{text}}}|}}</includeonly>
|'''Overview''' <br /> <includeonly>{{#if:{{{text}}}|{{{text}}}|}}</includeonly>
|}
|}
|}
|}
<noinclude>
==Usage==
==Usage==
This template should be used at every page's top to give an overview of what the page is about.
This template should be used at every page's top to give an overview of what the page is about.
Line 13: Line 14:


For other templates see [[:Category:Template]]
For other templates see [[:Category:Template]]
==Example==
<nowiki>{{Overview}}</nowiki>
delivers
{|border="2"
|
{|type="wikitable" border="0" style="background-color:#e6e6e6"
|'''Overview''' <br /> <includeonly>{{#if:{{{text}}}|{{{text}}}|}}</includeonly>
|}
|}
<nowiki>{{Overview|text=Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam}}</nowiki>
delivers
{|border="2"
|
{|type="wikitable" border="0" style="background-color:#e6e6e6"
|'''Overview''' <br /> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
|}
|}
[[Category:Template]]
</noinclude>

Latest revision as of 13:51, 16 March 2016

Overview

Usage

This template should be used at every page's top to give an overview of what the page is about.

To use this template include {{Overview}} into the source code. Make sure to use the template's text argument (see example below) to fill the overview with text.

Articles where this template is included are listed in Category:Overview.

For other templates see Category:Template

Example

{{Overview}}

delivers

Overview

{{Overview|text=Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam}}

delivers

Overview
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam