Difference between revisions of "Template:Pub"

From PKC
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)|ISBN|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 23: Line 23:
|-
|-
! ISBN
! 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.

Template parameters

ParameterDescriptionTypeStatus
titletitle

no description

Unknownoptional
firstfirst

no description

Unknownoptional
lastlast

no description

Unknownoptional
datedate

no description

Unknownoptional
urlurl

no description

Unknownoptional
publisherpublisher

no description

Unknownoptional
ISBNisbn ISBN

Internation Standard Book Number

Example
978-7-5201-0497-5
Stringoptional
editionedition

no description

Unknownoptional
Descriptiondescription Description Textual Description

Some textual content that abide to MediaWiki syntax for describing this publication entry.

Example
This book is written by [[Thomas Kuhn]].
Unbalanced wikitextoptional