Difference between revisions of "Template:Pub"
Jump to navigation
Jump to search
Line 39: | Line 39: | ||
|publisher={{{publisher|}}} | |publisher={{{publisher|}}} | ||
|url={{{url|}}} | |url={{{url|}}} | ||
|description={{{description|}}} | |||
|isbn={{{isbn|}}} | |isbn={{{isbn|}}} | ||
|edition={{{edition|}}} | |edition={{{edition|}}} | ||
Line 62: | Line 63: | ||
"example": "978-7-5201-0497-5", | "example": "978-7-5201-0497-5", | ||
"type": "string" | "type": "string" | ||
}, | |||
"description": { | |||
"aliases": [ | |||
"Description", | |||
"Textual Description" | |||
], | |||
"label": "Descriptoin", | |||
"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 83: | ||
"publisher", | "publisher", | ||
"isbn", | "isbn", | ||
"edition" | "edition", | ||
"description" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 05:19, 6 July 2021
This is the "Pub" template.
It should be called in the following format:
{{Pub |title= |first= |last= |date= |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 |
Descriptoin | description Description Textual Description | Some textual content that abide to MediaWiki syntax for describing this publication entry.
| Unbalanced wikitext | optional |