Template:Pub/doc: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Wikipedia:Wikidata) --> | <!-- Please add categories to the /doc subpage, and interwikis at Wikidata (see Wikipedia:Wikidata) --> |
Revision as of 14:48, 23 January 2024
This is a documentation subpage for Template:Pub. It contains usage information, categories and other content that is not part of the original Template page. |
[[Category:Template documentation pages{{#translation:}}]]
This template uses Lua: |
Message box meta-templates | |
---|---|
template | context |
{{Ambox}} | article |
{{Cmbox}} | category |
{{Imbox}} | image |
{{Tmbox}} | talk |
{{Fmbox}} | footer / header |
{{Ombox}} | other pages |
{{Mbox}} | auto-detect |
{{Asbox}} | article stub |
{{Dmbox}} | disambiguation |
Basic usage
The box below shows the most common parameters that are accepted by {{Pub}}. The purpose of each is described below.
{{Pub
| type =
| number =
}}
Common parameters
Pub type
The Pub type parameter specifies the type of the publication (e.g., CAPM, CAPR, CAPP, CAPS, CAPVA).
Pub number
The Pub number parameter specifies the number of the publication.
TemplateData
TemplateData for Pub
<templatedata> { "params": { "1": { "label": "Pub type", "description": "The type of publication.", "type": "string", "suggestedvalues": [ "CAPM", "CAPP", "CAPR", "CAPS", "CAPVA" ] }, "2": { "label": "Pub number", "description": "The number of the publication.", "type": "string"
}
}, "paramOrder": [ "type", "number" ] } </templatedata>