Template

OverviewPageNote: Difference between revisions

From Mark Twain in the German Language Press

mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<noinclude>
__NOTOC__
=== Use of this Template ===
=== Use of this Template ===
* Current example page: [[ArticleOverview]]
* Current example page: [[ArticleOverview]]
* Include in Overview Pages to display general info on the data and explain the use of abbreviations or metadata.
* Include in Overview Pages to display general information on the data and explain the use of abbreviations or metadata.
* Variables:
* Variables:
** summary: wikitext; general information on data collection, repository, etc.
** summary: general information on data collection, repositories, etc.
** explanation: explanations (as unordered list)
** explanation: explanations of abbreviations or metadata (usually as unordered list)
* CSS-class: overviewPageNote (whole block); overviewExplanatoryNote (explanatory notes block)
* CSS-class: overviewPageNote (entire section); overviewExplanatoryNote (only explanatory note section)
* Copy: <nowiki>{{OVerviewPageNote}}</nowiki>
* Copy: <nowiki>{{OverviewPageNote|summary=|explanation=}}</nowiki>




=== Template Content ===
=== Content of this Template ===
</noinclude>
==== As Wikitext ====
<pre><nowiki>
<div class="overviewPageNote">
<div class="overviewPageNote">
{{{summary}}}
{{{summary}}}
Line 21: Line 22:
</div>
</div>
</div>
</div>
</nowiki></pre>
==== As Rendered On This Page ====
<onlyinclude>
<div class="overviewPageNote">
{{{summary}}}
<div class="overviewExplanatoryNote">
'''Explanatory Notes:'''
{{{explanation}}}
</div>
</div>
</onlyinclude>

Latest revision as of 08: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}}}