Difference between revisions of "Template:Pub"
Jump to navigation
Jump to search
(Created page with "<noinclude> {{#template_params:title (label=Title)|first (label=First Name)|last (label=Last Name)|date (label=Date)|url (label=URL)|publisher (label=Publisher)|ISBN|edition (...") |
|||
Line 31: | Line 31: | ||
[[Category:Publication]] | [[Category:Publication]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": {}, | |||
"first": {}, | |||
"last": {}, | |||
"date": {}, | |||
"url": {}, | |||
"publisher": {}, | |||
"edition": {}, | |||
"isbn": { | |||
"aliases": [ | |||
"ISBN" | |||
], | |||
"label": "ISBN", | |||
"description": "Internation Standard Book Number ", | |||
"example": "978-7-5201-0497-5", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"first", | |||
"last", | |||
"date", | |||
"url", | |||
"publisher", | |||
"isbn", | |||
"edition" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 06:41, 5 July 2021
This is the "Pub" template.
It should be called in the following format:
{{Pub |title= |first= |last= |date= |url= |publisher= |ISBN= |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 |