Difference between revisions of "Template:DigiVisDocumentInfoBox"
(5 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::{{ | + | | [[Title::{{PAGENAME}}]] |
|- | |- | ||
! Author | ! Author | ||
Line 22: | Line 23: | ||
|- | |- | ||
! Date of Publication | ! Date of Publication | ||
− | | [[Published Date::{{{publication_date| | + | | [[Published Date::{{{publication_date|}}}]] |
|- | |- | ||
! Published in | ! Published in | ||
Line 30: | Line 31: | ||
| [[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.