Difference between revisions of "Template:Pub"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{#template_params:title (label=Title)|first (label=First Name)|last (label=Last Name)|date (label=Date)|url (label=URL)|publisher (label=Publisher)|edition (label=Edition)}} | {{#template_params:title (label=Title)|first (label=First Name)|last (label=Last Name)|date (label=Date)|description (label=description)|url (label=URL)|publisher (label=Publisher)|edition (label=Edition)}} | ||
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | </noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | ||
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | ! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | ||
Line 28: | Line 28: | ||
| {{{edition|}}} | | {{{edition|}}} | ||
|} | |} | ||
{{{description|}}} | |||
[[Category:Publication]] | [[Category:Publication]] | ||
Line 62: | Line 64: | ||
"example": "978-7-5201-0497-5", | "example": "978-7-5201-0497-5", | ||
"type": "string" | "type": "string" | ||
}, | |||
"description": { | |||
"aliases": [ | |||
"Description", | |||
"Textual Description" | |||
], | |||
"label": "Description", | |||
"description": "Some textual content that abide to MediaWiki syntax for describing this publication entry.", | |||
"example": "This book is written by [[Thomas Kuhn]].", | |||
"type": "unbalanced-wikitext" | |||
} | } | ||
}, | }, | ||
Line 72: | Line 84: | ||
"publisher", | "publisher", | ||
"isbn", | "isbn", | ||
"edition" | "edition", | ||
"description" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 05:25, 6 July 2021
This is the "Pub" template.
It should be called in the following format:
{{Pub |title= |first= |last= |date= |description= |url= |publisher= |edition= }}
Edit the page to see the template text.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Unknown | optional |
first | first | no description | Unknown | optional |
last | last | no description | Unknown | optional |
date | date | no description | Unknown | optional |
url | url | no description | Unknown | optional |
publisher | publisher | no description | Unknown | optional |
ISBN | isbn ISBN | Internation Standard Book Number
| String | optional |
edition | edition | no description | Unknown | optional |
Description | description Description Textual Description | Some textual content that abide to MediaWiki syntax for describing this publication entry.
| Unbalanced wikitext | optional |