Template:SC/Cite Jump Point
More actions
<templatestyles src="Module:Cite/styles.css"/>
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/Cite Jump Point/doc. (View all subpages of this page.)
{{Cite Jump Point}} is an citation template for citing Jump Point magazine.
TemplateData
<templatedata> { "params": { "author1": { "label": "Author 1", "description": "The name of the first author of the article if there is any (other than Ben Lesnick and David Ladyman)", "example": "Jan Urschel", "type": "string" }, "author2": { "label": "Author 2", "description": "The name of the second author of the article if there is any (other than Ben Lesnick and David Ladyman)", "type": "string" }, "author3": { "label": "Author 3", "description": "The name of the first author of the article if there is any (other than Ben Lesnick and David Ladyman)", "type": "string" }, "volume": { "label": "Volume", "description": "The volume of Jump Point (No zero padding)", "example": "8", "type": "number", "required": true, "suggested": true }, "month": { "label": "Issue month", "description": "The month that the Jump Point is issued (No zero padding)", "example": "4", "type": "number", "required": true, "suggested": true }, "title": { "label": "Title", "description": "The title of the article in Jump Point", "example": "Work in Progress: Banu Defender", "type": "string", "required": true, "suggested": true }, "startpage": { "label": "Start page", "description": "The start page number of the article that you are citing in Jump Point", "example": "21", "type": "number", "required": true, "suggested": true }, "endpage": { "label": "End page", "description": "The end page number of the article that you are citing in Jump Point (leave it as same as start page if you are only citing one page)", "example": "26", "type": "number", "required": true, "suggested": true }, "accessdate": { "label": "Access date", "description": "The date of which the source is retrieved in YYYY-MM-DD format", "example": "2019-07-03", "type": "date", "autovalue": "", "required": true, "suggested": true } }, "description": "This template is a citation template for citing Jump Point magazine.", "paramOrder": [ "title", "volume", "month", "startpage", "endpage", "accessdate", "author1", "author2", "author3" ], "format": "inline" } </templatedata>