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 (...") |
|||
(8 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) | {{#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 23: | Line 23: | ||
|- | |- | ||
! ISBN | ! ISBN | ||
| {{{ | | {{{isbn|}}} | ||
|- | |- | ||
! Edition | ! Edition | ||
| {{{edition|}}} | | {{{edition|}}} | ||
|} | |} | ||
{{{description|}}} | |||
[[Category:Publication]] | [[Category:Publication]] | ||
=References= | |||
{{Cite book | |||
|title={{{title|}}} | |||
|first={{{first|}}} | |||
|last={{{last|}}} | |||
|date={{{date|}}} | |||
|publisher={{{publisher|}}} | |||
|url={{{url|}}} | |||
|isbn={{{isbn|}}} | |||
|edition={{{edition|}}} | |||
}} | |||
</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" | |||
}, | |||
"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" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"first", | |||
"last", | |||
"date", | |||
"url", | |||
"publisher", | |||
"isbn", | |||
"edition", | |||
"description" | |||
] | |||
} | |||
</templatedata> | |||
</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 |