Template:Comic: Difference between revisions
No edit summary |
No edit summary |
||
Line 67: | Line 67: | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | == Examples == | ||
{{Comic | |||
| url = https://www.tumblr.com/crawfishcomic/698282921150316545/equation | |||
| image = https://64.media.tumblr.com/65d9bac35c8f28a5e6299ade31194d51/e99e4de49bd847f7-3f/s1280x1920/604cd805f1b53d146c89f95058c7eb92790a2946.png | |||
| title = Equation | |||
| number = 69 | |||
| date = 2022-10-16 | |||
}} | |||
</noinclude><includeonly> | |||
<div class="comic"> | |||
<span style="font-weight: bold;">{{{title}}} | |||
<div class="image-container">[{{{url}}} {{{image}}}]</div> | |||
</div> | |||
</includeonly> |
Revision as of 22:41, 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 |
Examples