Template

OverviewPageNote: Difference between revisions

From Mark Twain in the German Language Press

Created page with "<div class="overviewPageNote"> {{{summary}}} {{{explanation}}} </div>"
 
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
=== Use of this Template ===
* Current example page: [[ArticleOverview]]
* Include in Overview Pages to display general information on the data and explain the use of abbreviations or metadata.
* Variables:
** summary: general information on data collection, repositories, etc.
** explanation: explanations of abbreviations or metadata (usually as unordered list)
* CSS-class: overviewPageNote (entire section); overviewExplanatoryNote (only explanatory note section)
* Copy: <nowiki>{{OverviewPageNote|summary=|explanation=}}</nowiki>
=== Content of this Template ===
==== As Wikitext ====
<pre><nowiki>
<div class="overviewPageNote">
{{{summary}}}
<div class="overviewExplanatoryNote">
'''Explanatory Notes:'''
{{{explanation}}}
</div>
</div>
</nowiki></pre>
==== As Rendered On This Page ====
<onlyinclude>
<div class="overviewPageNote">
<div class="overviewPageNote">
{{{summary}}}
{{{summary}}}


<div class="overviewExplanatoryNote">
'''Explanatory Notes:'''


{{{explanation}}}
{{{explanation}}}
</div>
</div>
</div>
</onlyinclude>

Latest revision as of 09:30, 22 August 2025

Use of this Template

  • Current example page: Overview of Newspaper Articles
  • Include in Overview Pages to display general information on the data and explain the use of abbreviations or metadata.
  • Variables:
    • summary: general information on data collection, repositories, etc.
    • explanation: explanations of abbreviations or metadata (usually as unordered list)
  • CSS-class: overviewPageNote (entire section); overviewExplanatoryNote (only explanatory note section)
  • Copy: {{OverviewPageNote|summary=|explanation=}}


Content of this Template

As Wikitext

<div class="overviewPageNote">
{{{summary}}}

<div class="overviewExplanatoryNote">
'''Explanatory Notes:'''

{{{explanation}}}
</div>
</div>


As Rendered On This Page

{{{summary}}}

Explanatory Notes:

{{{explanation}}}