|
|
| (17 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| __NOTOC__
| |
| === Use of this Template ===
| |
| * Use on File pages to provide plain metadata that MediaViewer will actually display.
| |
| * Variables:
| |
| ** title = short title of the image
| |
| ** chapter = chapter reference (e.g. "Chapter 1")
| |
| ** illustration = illustration number (e.g. "Illustration 5")
| |
| ** illustrator = name of the illustrator
| |
| ** year = year of creation/publication
| |
| ** tags = comma-separated list of tags
| |
|
| |
|
| * Copy: <nowiki>{{File description
| | <includeonly>[[Category:Media Pages]]</includeonly> |
| | title =
| |
| | chapter =
| |
| | illustration=
| |
| | illustrator =
| |
| | year =
| |
| | tags =
| |
| }}</nowiki>
| |
|
| |
|
|
| |
|
| === Content of this Template === | | <div class="mediainfo-box" style="font-size:90%; line-height:1.4em; max-width:30em;"> |
| ==== As Wikitext ====
| |
| <pre><nowiki>
| |
| '''Title:''' {{{title|}}}
| |
| {{#if:{{{chapter|}}}| • '''Chapter:''' {{{chapter}}} }}
| |
| {{#if:{{{illustration|}}}| • '''Illustration:''' {{{illustration}}} }}
| |
| {{#if:{{{illustrator|}}}| • '''Illustrator:''' {{{illustrator}}} }}
| |
| {{#if:{{{year|}}}| • '''Year:''' {{{year}}} }}
| |
| {{#if:{{{tags|}}}| • '''Tags:''' {{{tags}}} }}
| |
| </nowiki></pre>
| |
|
| |
|
| | | '''Title:''' {{{title|}}}<br> |
| ==== As Rendered On This Page ====
| | '''Chapter:''' {{{chapter|}}}<br> |
| <onlyinclude>
| | '''Illustration:''' {{{illustration|}}}<br> |
| '''Title:''' {{{title|}}} | | '''Illustrator:''' {{{illustrator|}}}<br> |
| {{#if:{{{chapter|}}}| • '''Chapter:''' {{{chapter}}} }}
| | '''Year:''' {{{year|}}}<br> |
| {{#if:{{{illustration|}}}| • '''Illustration:''' {{{illustration}}} }}
| | '''Tags:''' {{{tags|}}}<br> |
| {{#if:{{{illustrator|}}}| • '''Illustrator:''' {{{illustrator}}} }}
| | '''Publication:''' {{{publication|}}}<br> |
| {{#if:{{{year|}}}| • '''Year:''' {{{year}}} }}
| | </div> |
| {{#if:{{{tags|}}}| • '''Tags:''' {{{tags}}} }}
| |
| </onlyinclude> | |