Template:Comic: Difference between revisions
Created page with " <noinclude> <templatedata> { "params": { "url": { "label": "URL", "description": "URL of the post.", "example": "https://www.tumblr.com/crawfishcomic/698282921150316545/equation", "type": "url", "required": true }, "image": { "label": "Image", "description": "URL of the image for the comic. To get this, open the image in the post, click \"copy link\" and replace .pnj with .png.", "example": "https://64.media.tumblr.com/65d9bac35c8f28a5e629..." |
No edit summary |
||
Line 63: | Line 63: | ||
"tags", | "tags", | ||
"post date" | "post date" | ||
] | ], | ||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 22:08, 5 August 2024
Template representing a comic.
Parameter | Description | Type | Status | |
---|---|---|---|---|
URL | url | URL of the post.
| URL | required |
Image | image | URL of the image for the comic. To get this, open the image in the post, click "copy link" and replace .pnj with .png.
| URL | required |
Title | title | Title of the comic. This will usually be the caption.
| String | required |
Number | number | Number of the comic. | Number | required |
Date | date | Date of the comic's creation, from the post tags, in YYYY-MM-DD format.
| Date | required |
Caption | caption | Full caption of the image. Only fill this is the caption is more than just the title. | Content | optional |
Tags | tags | Tags of the post, separated by commas. Don't include the "crawfishcomic" and date tags. | Unknown | optional |
Post date | post date | Date of the comic being posted, in YYYY-MM-DD format. Only fill this if the post date is different from the date in the tags. Note that crawfishcomic seems to be in the Australlian timezone; dates should match said timezone.
| Unknown | optional |