Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:SC/JumpPointMagazine/doc

Template page
Revision as of 21:51, 1 November 2025 by imported>Braxton2409
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Template documentation (for the above template, sometimes hidden or invisible) [create]
This template doesn't have any documentation yet! Help out by writing some. There may also be documentation on Wikia Templates which can be copied.
This template currently doesn't have any documentation; you can create it if you know how the template is used. (What is this?)
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:SC/JumpPointMagazine/doc/doc. (View all subpages of this page.)

The {{JumpPointMagazine}} template is used to create an infobox of Jump Point magazines and store relevant information in the SMW data store.

TemplateData

<templatedata> { "params": { "image": { "label": "Image", "description": "Issue image", "example": "Jump Point Issue 01-01 Cover.jpg", "type": "wiki-file-name", "default": "Placeholderv2.png", "suggested": true }, "title": { "label": "Title", "description": "Title of the issue", "example": "Mayan End of the World Edition", "type": "string", "required": true }, "total_number": { "label": "Total number", "description": "Issue number based on total number of issues", "example": "", "type": "string", "suggested": true }, "number": { "label": "Issue number", "description": "Issue number in publication year", "example": "01-01", "type": "string", "required": true }, "year": { "label": "Publication year", "description": "Publication year fully written out", "example": "One", "type": "string", "suggested": true }, "published": { "label": "Publication date", "description": "Date of publication in yyyy-mm-dd", "example": "2012-12-21", "type": "string", "suggested": true }, "pages": { "label": "Number of pages", "description": "", "example": "24", "type": "string", "suggested": true }, "editor_and_writer": { "label": "Editor and Writer", "description": "Editor and Writer of the issue", "example": "David Ladyman", "type": "string", "suggested": true }, "copy_editor": { "label": "Copy Editor", "description": "Comma separated list of Copy Editors of the issue", "example": "", "type": "string", "suggested": true }, "layout": { "label": "Layout", "description": "Comma separated list of Layouters of the issue", "example": "", "type": "string", "suggested": true }, "correspondents": { "label": "Correspondents", "description": "Comma separated list Correspondents of the issue", "example": "", "type": "string", "suggested": true } }, "description": "Provide a top navigation bar that shows the previous and next pages", "format": "block", "paramOrder": [ "image", "title", "total_number", "number", "year", "published", "pages", "editor_and_writer", "copy_editor", "layout", "correspondents" ] } </templatedata>