Jump to content

Template:Infobox comic strip/doc: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m +hy
 
(36 intermediate revisions by 24 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{template doc page}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
{{Auto italic title}}
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}


=== Usage ===
== Usage ==
{{Parameter names example | italic title | collapsible | state | bodyclass | align | width | title | bgcolor | bgcolour | fgcolor | fgcolour | image | image_upright | alt | caption | author | creator | owner | current | illustrator | website | status | first | began | last | ended | altnames | syndicate | publisher | genre | rating | preceded by | followed by }}


<syntaxhighlight lang="wikitext" style="overflow: auto;">
<pre>
{{ infobox comic strip
{{Infobox comic strip
| fgcolor =
| fgcolor =
| bgcolor =
| bgcolor =
| title =
| title =
| image =
| image =
| alt =
| caption =
| caption =
| author =
| author =
| url =
| current =
| rss =
| owner =
| atom =
| illustrator =
| website =
| status =
| status =
| first =
| first =
| last =
| last =
| altnames =
| altnames =
| syndicate =
| syndicate =
| publisher =
| publisher =
| genre =
| genre =
| language =
| rating =
| rating =
| preceded by =
| preceded by =
| followed by =
| followed by =
}}</syntaxhighlight>
}}
</pre>


=== Attributes ===
=== Parameters ===
; bgcolor {{nobold|or}} bgcolour : A background color for the title bar
; fgcolor {{nobold|or}} fgcolour : A foreground color for the title bar
; title : The strip's title.
; image : An image from the strip. ''Example:'' image=example.jpg
; alt : The [[Wikipedia:Alternative text for images|alternative text for images]] (this is ''not'' the same as the caption).
; caption : A caption for the image.
; author {{nobold|or}} creator : The author of the strip.
; current : The person currently responsible for the strip, if different from author/creator.
; illustrator : The person illustrating the strip, if different from author/creator.
; website {{nobold|or}} url : The website of the strip.
; status : current status/publishing schedule.
; first {{nobold|or}} began : Date of the first strip (and maybe a link to the archive).
; last {{nobold|or}} ended : Date of the final strip (and maybe a link to the archive).
; altnames : Any notable variations of the strip name.
; syndicate : Any groups syndicating the strip in any medium.
; publisher : Any groups publishing the strip in any medium.
; genre : The [[genre|genre(s)]] of the strip.
; language : Original language of the strip
; rating : Content rating if applicable.
; preceded by : The preceding strip in the series.
; followed by : The successor to the strip.


== Example ==
;bgcolor (or bgcolour): A background color for the title bar
{{Infobox comic strip
;fgcolor (or fgcolour): A foreground color for the title bar
;title: The strip's title.
| title = Dilbert
;image: An image from the strip.
| image =
| alt =
;caption: A caption for the image.
| caption =
;author (or creator): The author of the strip.
| author = [[Scott Adams]]
;url (or website): The website of the strip.
| current =
;rss: The strip's [[RSS (file format)|RSS]] [[web feed|feed]].
| status = Running
;atom: The strip's [[Atom (standard)|Atom]] [[web feed|feed]].
| first = April 16, 1989
;status: current status/publishing schedule.
| last =
;first: Date of the first strip (and maybe a link to the archive).
|language = English
;last: Date of the final strip (and maybe a link to the archive).
| syndicate = [[United Media|United Feature Syndicate]]
;altnames: Any notable variations of the strip name.
| publisher = [[Andrews McMeel Publishing]]
;syndicate: Any groups syndicating the strip in any medium.
| genre = Humor
;publisher: Any groups publishing the strip in any medium.
}}
;genre: The [[genre|genre(s)]] of the strip.
<syntaxhighlight lang="wikitext" style="overflow:auto;">{{Infobox comic strip
;rating: Content rating if applicable.
| title = Dilbert
;preceded by: The preceding strip in the series.
| image =
;followed by: The successor to the strip.
| alt =
| caption =
| author = [[Scott Adams]]
| current =
| status = Running
| first = April 16, 1989
| last =
|language = English
| syndicate = [[United Media|United Feature Syndicate]]
| publisher = [[Andrews McMeel Publishing]]
| genre = Humor
}}
</syntaxhighlight>


== Tracking categories ==
<includeonly>
* {{clc|Pages using infobox comic strip with unknown parameters}}


== Supporting template ==
{{DEFAULTSORT:Comic Strip}}
* {{tl|Ensure AAA contrast ratio}}

<includeonly>{{sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
{{DEFAULTSORT:Comic strip}}
[[Category:Comic strip infobox templates]]
[[Category:Comic strip infobox templates]]
[[Category:Webcomic infobox templates]]
[[Category:Webcomic infobox templates]]
[[Category:Publishing infobox templates]]
[[Category:Publishing infobox templates]]
[[Category:Templates that add a tracking category|{{PAGENAME}}]]

}}</includeonly>
[[es:Plantilla:Webcomic]]
[[hu:Sablon:Képsor infobox]]
[[hy:Կաղապար:Տեղեկաքարտ շարանկար]]
[[id:Templat:Infobox Comic strip]]
[[ml:ഫലകം:Infobox Comic strip]]
[[nl:Sjabloon:Infobox stripreeks]]
[[pt:Predefinição:HQ]]
[[ro:Format:Casetă benzi desenate]]
[[vi:Tiêu bản:Thông tin truyện tranh]]
[[zh:Template:Infobox comic strip]]
</includeonly>

Latest revision as of 08:32, 2 July 2024

Usage

[edit]
{{{title}}}
[[File:{{{image}}}|frameless|alt={{{alt}}}|upright={{{image_upright}}}]]
{{{caption}}}
Author(s){{{author}}}
{{{current}}}
Owner{{{owner}}}
Illustrator(s){{{illustrator}}}
Website{{{website}}}
Current status/schedule{{{status}}}
Launch date{{{first}}}
End date{{{last}}}
Alternate name(s){{{altnames}}}
Syndicate(s){{{syndicate}}}
Publisher(s){{{publisher}}}
Genre(s){{{genre}}}
Rating(s){{{rating}}}
Preceded by{{{preceded by}}}
Followed by{{{followed by}}}
{{Infobox comic strip
| fgcolor     = 
| bgcolor     = 
| title       = 
| image       = 
| alt         = 
| caption     = 
| author      = 
| current     = 
| owner       = 
| illustrator = 
| website     = 
| status      = 
| first       = 
| last        = 
| altnames    = 
| syndicate   = 
| publisher   = 
| genre       = 
| language    = 
| rating      = 
| preceded by = 
| followed by = 
}}

Parameters

[edit]
bgcolor or bgcolour
A background color for the title bar
fgcolor or fgcolour
A foreground color for the title bar
title
The strip's title.
image
An image from the strip. Example: image=example.jpg
alt
The alternative text for images (this is not the same as the caption).
caption
A caption for the image.
author or creator
The author of the strip.
current
The person currently responsible for the strip, if different from author/creator.
illustrator
The person illustrating the strip, if different from author/creator.
website or url
The website of the strip.
status
current status/publishing schedule.
first or began
Date of the first strip (and maybe a link to the archive).
last or ended
Date of the final strip (and maybe a link to the archive).
altnames
Any notable variations of the strip name.
syndicate
Any groups syndicating the strip in any medium.
publisher
Any groups publishing the strip in any medium.
genre
The genre(s) of the strip.
language
Original language of the strip
rating
Content rating if applicable.
preceded by
The preceding strip in the series.
followed by
The successor to the strip.

Example

[edit]
Dilbert
Author(s)Scott Adams
Current status/scheduleRunning
Launch dateApril 16, 1989
Syndicate(s)United Feature Syndicate
Publisher(s)Andrews McMeel Publishing
Genre(s)Humor
Original languageEnglish
{{Infobox comic strip
| title       = Dilbert
| image       = 
| alt         = 
| caption     = 
| author      = [[Scott Adams]]
| current     =
| status      = Running
| first       = April 16, 1989
| last        = 
|language = English
| syndicate   = [[United Media|United Feature Syndicate]]
| publisher   = [[Andrews McMeel Publishing]]
| genre       = Humor
}}

Tracking categories

[edit]

Supporting template

[edit]