Template

DPLTEST: Difference between revisions

From Illustrations in German Translations of Mark Twain's Works

Created page with "<div class="mediainfo-box" style="font-size:90%; line-height:1.4em; max-width:30em;"> '''Title:''' {{{title|}}}<br> '''Chapter:''' {{{chapter|}}}<br> '''Illustration:''' {{{illustration|}}}<br> '''Illustrator:''' {{{illustrator|}}}<br> '''Year:''' {{{year|}}}<br> '''Tags:''' {{{tags|}}}<br> '''Publication:''' {{{publication|}}}<br> </div>"
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="mediainfo-box" style="font-size:90%; line-height:1.4em; max-width:30em;">
__NOTOC__
'''Title:''' {{{title|}}}<br>
=== Use of this Template ===
'''Chapter:''' {{{chapter|}}}<br>
* Current example page: [[IA-002]]
'''Illustration:''' {{{illustration|}}}<br>
* Include in Article Pages to display the article metadata in a preformatted way and to include the page in the [[:Category:Article Pages]].
'''Illustrator:''' {{{illustrator|}}}<br>
* Variables:
'''Year:''' {{{year|}}}<br>
** date-iso: date of publication YYYY-MM-DD
'''Tags:''' {{{tags|}}}<br>
** date: date of publication DD mmm YYYY
'''Publication:''' {{{publication|}}}<br>
** title: article title or description
** title-en: title translation (if applicable)
** paper: name of newspaper
** city: city of publication
** state: state of publication
** type: type of content
** words: word count OR "-"
** ref: MT works referenced in the article OR "-"
** source-link: link to scanned page in original repository
** source: name of original repository
* CSS-class: articleSource (does not include category declaration, header, and header row)
* Copy: <nowiki>{{ArticleIinfo}}</nowiki>
 
 
=== Content of this Template ===
==== As Wikitext ====
<pre><nowiki>
<includeonly>[[Category:Article Pages]]</includeonly>
== {{{title}}} | {{{date}}} ==
 
<div class="articleSource">
''{{{paper}}}''. {{{city}}} [{{{state}}}], {{{date}}}. {{{source}}}, {{{source-link}}}.
</div>
</div>
----
</nowiki></pre>
==== As Rendered On This Page ====
<onlyinclude>
<includeonly>[[Category:Article Pages]]</includeonly>
== {{{title}}} | {{{date}}} ==
<div class="articleSource">
''{{{paper}}}''. {{{city}}} [{{{state}}}], {{{date}}}. {{{source}}}, {{{source-link}}}.
</div>
----
</onlyinclude>

Latest revision as of 17:45, 9 December 2025

Use of this Template

  • Current example page: IA-002
  • Include in Article Pages to display the article metadata in a preformatted way and to include the page in the Category:Article Pages.
  • Variables:
    • date-iso: date of publication YYYY-MM-DD
    • date: date of publication DD mmm YYYY
    • title: article title or description
    • title-en: title translation (if applicable)
    • paper: name of newspaper
    • city: city of publication
    • state: state of publication
    • type: type of content
    • words: word count OR "-"
    • ref: MT works referenced in the article OR "-"
    • source-link: link to scanned page in original repository
    • source: name of original repository
  • CSS-class: articleSource (does not include category declaration, header, and header row)
  • Copy: {{ArticleIinfo}}


Content of this Template

As Wikitext

<includeonly>[[Category:Article Pages]]</includeonly>
== {{{title}}} | {{{date}}} ==

<div class="articleSource">
''{{{paper}}}''. {{{city}}} [{{{state}}}], {{{date}}}. {{{source}}}, {{{source-link}}}.
</div>
----


As Rendered On This Page

{{{title}}} | {{{date}}}

{{{paper}}}. {{{city}}} [{{{state}}}], {{{date}}}. {{{source}}}, {{{source-link}}}.