OverviewPageNote: Difference between revisions
From Mark Twain in the German Language Press
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC__ | |||
=== Use of this Template === | === Use of this Template === | ||
* Current example page: [[ArticleOverview]] | * Current example page: [[ArticleOverview]] | ||
* Include in Overview Pages to display general | * Include in Overview Pages to display general information on the data and explain the use of abbreviations or metadata. | ||
* Variables: | * Variables: | ||
** summary: | ** 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 ( | * CSS-class: overviewPageNote (entire section); overviewExplanatoryNote (only explanatory note section) | ||
* Copy: <nowiki>{{OVerviewPageNote}}</nowiki> | * Copy: <nowiki>{{OVerviewPageNote|summary=|explanation=}}</nowiki> | ||
=== Template | === Content of this Template === | ||
< | ==== 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> | |||
Revision as of 08:29, 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}}}