Difference between revisions of "Template:DigiVisDocumentInfoBox"
(Created page with "<noinclude> This is the "CategoryInfoPage" template. It should be called in the following format: <pre> {{CategoryInfoPage |title= |author= |publication_date= |published_in= |...") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the " | + | This is the "DigiVisDocumentInfoBox" template. |
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
− | {{ | + | {{DigiVisDocumentInfoBox |
|title= | |title= | ||
|author= | |author= | ||
Line 9: | Line 9: | ||
|published_in= | |published_in= | ||
|location= | |location= | ||
+ | |alternate_title= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 16: | Line 17: | ||
|- | |- | ||
! Title | ! Title | ||
− | | {{ | + | | [[Title::{{PAGENAME}}]] |
|- | |- | ||
! Author | ! Author | ||
− | | {{{author|}}} | + | | [[Author::{{{author|}}}]] |
|- | |- | ||
! Date of Publication | ! Date of Publication | ||
− | | {{{publication_date|}}} | + | | [[Published Date::{{{publication_date|}}}]] |
|- | |- | ||
! Published in | ! Published in | ||
− | | {{{published_in|}}} | + | | [[Published Media::{{{published_in|}}}]] |
|- | |- | ||
! Location | ! Location | ||
− | | {{{location|}}} | + | | [[Location::{{{location|}}}]] |
|- | |- | ||
− | |colspan="2"| [[File:{{PAGENAME}}.pdf|thumb|center|100px|{{PAGENAME}}]] | + | |colspan="2"| [[File:{{#if:{{{alternate_title}}}|{{{alternate_title|}}}|{{PAGENAME}}}}.pdf|thumb|center|100px|{{PAGENAME}}]] |
− | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
+ | |||
+ | <!-- |colspan="2"| [[File:{{PAGENAME}}.pdf|thumb|center|100px|{{PAGENAME}}]] --> |
Latest revision as of 15:04, 5 March 2020
This is the "DigiVisDocumentInfoBox" template. It should be called in the following format:
{{DigiVisDocumentInfoBox |title= |author= |publication_date= |published_in= |location= |alternate_title= }}
Edit the page to see the template text.