MediaInfo: Difference between revisions
From Illustrations in German Translations of Mark Twain's Works
Tag: Undo |
Tag: Undo |
||
| Line 14: | Line 14: | ||
==== As Wikitext ==== | ==== As Wikitext ==== | ||
<pre><nowiki> | <pre><nowiki> | ||
title = {{{title|}}} | {{MediaInfo | ||
chapter = {{{chapter|}}} | | title = {{{title|}}} | ||
illustration = {{{illustration|}}} | | chapter = {{{chapter|}}} | ||
illustrator = {{{illustrator|}}} | | illustration= {{{illustration|}}} | ||
year = {{{year|}}} | | illustrator = {{{illustrator|}}} | ||
tags = {{{tags|}}} | | year = {{{year|}}} | ||
| tags = {{{tags|}}} | |||
}} | |||
</nowiki></pre> | </nowiki></pre> | ||
==== As Rendered On This Page ==== | ==== As Rendered On This Page ==== | ||
<onlyinclude> | <onlyinclude> | ||
title = {{{title|}}} | {{MediaInfo | ||
chapter = {{{chapter|}}} | | title = {{{title|}}} | ||
illustration = {{{illustration|}}} | | chapter = {{{chapter|}}} | ||
illustrator = {{{illustrator|}}} | | illustration= {{{illustration|}}} | ||
year = {{{year|}}} | | illustrator = {{{illustrator|}}} | ||
tags = {{{tags|}}} | | year = {{{year|}}} | ||
| tags = {{{tags|}}} | |||
}} | |||
</onlyinclude> | </onlyinclude> | ||
Revision as of 19:14, 9 September 2025
Use of this Template
- Use on File pages to provide metadata for MediaViewer.
- Variables:
- title = short title of the image
- chapter = chapter reference (e.g. "Chapter 1")
- illustration= illustration number
- illustrator = name of the illustrator
- year = year of creation/publication
- tags = comma-separated list of tags
- Copy: {{MediaInfo|title=|chapter=|illustration=|illustrator=|year=|tags=}}
Content of this Template
As Wikitext
{{MediaInfo
| title = {{{title|}}}
| chapter = {{{chapter|}}}
| illustration= {{{illustration|}}}
| illustrator = {{{illustrator|}}}
| year = {{{year|}}}
| tags = {{{tags|}}}
}}
As Rendered On This Page
Template loop detected: Template:MediaInfo