Template:SC/JumpPointMagazine/doc
More actions
- 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.
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>