Difference between revisions of "Template:DigiVisDocumentInfoBox"

From DigiVis
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the "CategoryInfoPage" template.
+
This is the "DigiVisDocumentInfoBox" template.
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{CategoryInfoPage
+
{{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|}}}]]
+
| [[Title::{{PAGENAME}}]]
 
|-
 
|-
 
! Author
 
! Author
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 16: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.