Difference between revisions of "Template:Graphic novel list/sublist/doc"
imported>Geg (that appears to have broken its ability to transclude) |
imported>Geg |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
+ | |||
{{intricate}} | {{intricate}} | ||
+ | |||
==Usage== | ==Usage== | ||
− | This template is part of a family of templates, and should be used in conjunction with {{tl|Graphic novel list/header}} and {{tl|Graphic novel list/footer}}, like so: | + | This template is part of a family of templates, and should be used in conjunction with {{tl|Graphic novel list/sublist/header}} and {{tl|Graphic novel list/footer}}, like so: |
− | <pre>{{Graphic novel list/header | + | <pre>{{Graphic novel list/sublist/header|List of Foo Bar volumes |
| parameter = value | | parameter = value | ||
}} | }} | ||
− | {{Graphic novel list | + | {{Graphic novel list/sublist|List of Foo Bar volumes |
| parameter = value | | parameter = value | ||
}} | }} | ||
{{Graphic novel list/footer}}</pre> | {{Graphic novel list/footer}}</pre> | ||
+ | It is supposed to yield the same results as {{tl2|Graphic novel list}} of which it makes use. However, it allows to yield different results when the page it is used in is transcluded onto another page, given as the first parameter (here: List of Foo Bar volumes). | ||
==Parameters== | ==Parameters== | ||
Line 15: | Line 18: | ||
! style="text-align: center" | Parameter !! style="text-align: center" | Use | ! style="text-align: center" | Parameter !! style="text-align: center" | Use | ||
|- | |- | ||
− | | colspan="2" style="text-align: center; background: #F5F5F5" | {{tl|Graphic novel list/header}}<br /><small>All of this template's parameters are optional.<small> | + | | colspan="2" style="text-align: center; background: #F5F5F5" | {{tl|Graphic novel list/sublist/header}}<br /><small>All of this template's parameters are optional.<small> |
|- | |- | ||
| OneLanguage | | OneLanguage | ||
Line 32: | Line 35: | ||
| '''Values:''' a hex color value of the form "RGB" or "RRGGBB"<br />To separate the header from the main body of the table, a three-pixel colored border is added to the bottom; this determines the color of the border. Defaults to "CCF". | | '''Values:''' a hex color value of the form "RGB" or "RRGGBB"<br />To separate the header from the main body of the table, a three-pixel colored border is added to the bottom; this determines the color of the border. Defaults to "CCF". | ||
|- | |- | ||
− | | colspan="2" style="text-align: center; background: #F5F5F5" | {{tl|Graphic novel list}} | + | | WithTitle |
+ | | '''Values:''' "yes" and "no" (both case-sensitive)<br />Determines whether volume titles should be displayed in the transclusion. With OneLanguage=yes, this defaults to "no". With OneLanguage=no, it is always "yes" (not showing titles has not yet been implemented). | ||
+ | |- | ||
+ | | colspan="2" style="text-align: center; background: #F5F5F5" | {{tl|Graphic novel list/sublist}} | ||
|- | |- | ||
| VolumeNumber | | VolumeNumber | ||
Line 66: | Line 72: | ||
| LineColor<br /><small>(Optional)</small> | | LineColor<br /><small>(Optional)</small> | ||
| '''Values:''' a hex color value of the form "RGB" or "RRGGBB"<br />In a table containing more than just release information, three-pixel colored borders are added to the bottoms of individual volume releases to separate them; this determines the color of the border. Defaults to "CCF". | | '''Values:''' a hex color value of the form "RGB" or "RRGGBB"<br />In a table containing more than just release information, three-pixel colored borders are added to the bottoms of individual volume releases to separate them; this determines the color of the border. Defaults to "CCF". | ||
+ | |- | ||
+ | | Title<br /><small>(Optional)</small> | ||
+ | | '''Values:''' The original volume title<br />Is unaffected by the TitleFormat parameter. | ||
+ | |- | ||
+ | | OriginalTitle<br /><small>(Optional)</small> | ||
+ | | '''Values:''' The original volume title<br /> | ||
+ | |- | ||
+ | | LicensedTitle<br /><small>(Optional)</small> | ||
+ | | '''Values:''' The volume title in the licensed language<br /> | ||
+ | |- | ||
+ | | TranslitTitle<br /><small>(Optional)</small> | ||
+ | | '''Values:''' The original volume title, transliterated<br /> | ||
+ | |- | ||
+ | | TitleFormat<br /><small>(Optional)</small> | ||
+ | | '''Values:''' The name of the template used to display the volume title<br />Defaults to [[Template:nihongo|nihongo]]. | ||
|- | |- | ||
| colspan="2" style="text-align: center; background: #F5F5F5" | {{tl|Graphic novel list/footer}}<br /><small>This template has no parameters.<small> | | colspan="2" style="text-align: center; background: #F5F5F5" | {{tl|Graphic novel list/footer}}<br /><small>This template has no parameters.<small> | ||
Line 71: | Line 92: | ||
==Examples== | ==Examples== | ||
− | === | + | ===One language without titles view=== |
;Basic use | ;Basic use | ||
− | <pre>{{Graphic novel list/header | + | <pre>{{Graphic novel list/sublist/header|List of Foo Bar volumes |
| OneLanguage = yes | | OneLanguage = yes | ||
}} | }} | ||
− | {{Graphic novel list | + | {{Graphic novel list/sublist|List of Foo Bar volumes |
| OneLanguage = yes | | OneLanguage = yes | ||
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
Line 84: | Line 105: | ||
{{Graphic novel list/footer}}</pre> | {{Graphic novel list/footer}}</pre> | ||
− | {{Graphic novel list/header | + | On the page it is used, it would look like this: |
+ | {{Graphic novel list/sublist/header|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 31, 1969 | ||
+ | | ISBN = 9784000000000 | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | On [[List of Foo Bar volumes]], it would look like this: | ||
+ | {{Graphic novel list/sublist/header|{{PAGENAME}} | ||
| OneLanguage = yes | | OneLanguage = yes | ||
}} | }} | ||
− | {{Graphic novel list | + | {{Graphic novel list/sublist|{{PAGENAME}} |
| OneLanguage = yes | | OneLanguage = yes | ||
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
Line 96: | Line 130: | ||
;All parameters filled in | ;All parameters filled in | ||
− | <pre>{{Graphic novel list/header | + | <pre>{{Graphic novel list/sublist/header|List of Foo Bar volumes |
+ | | OneLanguage = yes | ||
+ | | Width = 80% | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 12, 2012 | ||
+ | | ISBN = 9781000000009 | ||
+ | | ChapterList = | ||
+ | * 001. "Former Part" | ||
+ | * 002. "Latter Part" | ||
+ | | VolumeExtras = | ||
+ | ;Cover character(s) | ||
+ | * Character 1 | ||
+ | * Character 2 | ||
+ | | Summary = The story was moved forward and characters were developed. | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/footer}}</pre> | ||
+ | |||
+ | On the page it is used, it would look like this: | ||
+ | {{Graphic novel list/sublist/header|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | Width = 80% | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 12, 2012 | ||
+ | | ISBN = 9781000000009 | ||
+ | | ChapterList = | ||
+ | * 001. "Former Part" | ||
+ | * 002. "Latter Part" | ||
+ | | VolumeExtras = | ||
+ | ;Cover character(s) | ||
+ | * Character 1 | ||
+ | * Character 2 | ||
+ | | Summary = The story was moved forward and characters were developed. | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | On [[List of Foo Bar volumes]], it would look like this: | ||
+ | {{Graphic novel list/sublist/header|{{PAGENAME}} | ||
+ | | OneLanguage = yes | ||
+ | | Width = 80% | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|{{PAGENAME}} | ||
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 12, 2012 | ||
+ | | ISBN = 9781000000009 | ||
+ | | ChapterList = | ||
+ | * 001. "Former Part" | ||
+ | * 002. "Latter Part" | ||
+ | | VolumeExtras = | ||
+ | ;Cover character(s) | ||
+ | * Character 1 | ||
+ | * Character 2 | ||
+ | | Summary = The story was moved forward and characters were developed. | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | ===One language with titles view=== | ||
+ | ;Basic use | ||
+ | <pre>{{Graphic novel list/sublist/header|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | WithTitle = yes | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 31, 1969 | ||
+ | | ISBN = 9784000000000 | ||
+ | | Title = Title | ||
+ | }} | ||
+ | {{Graphic novel list/footer}}</pre> | ||
+ | |||
+ | On the page it is used, it would look like this: | ||
+ | {{Graphic novel list/sublist/header|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | WithTitle = yes | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 31, 1969 | ||
+ | | ISBN = 9784000000000 | ||
+ | | Title = Title | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | On [[List of Foo Bar volumes]], it would look like this: | ||
+ | {{Graphic novel list/sublist/header|{{PAGENAME}} | ||
| OneLanguage = yes | | OneLanguage = yes | ||
− | | | + | | WithTitle = yes |
− | | Width | + | }} |
− | | LineColor | + | {{Graphic novel list/sublist|{{PAGENAME}} |
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 31, 1969 | ||
+ | | ISBN = 9784000000000 | ||
+ | | Title = Title | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | ;All parameters filled in | ||
+ | <pre>{{Graphic novel list/sublist/header|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | WithTitle = yes | ||
+ | | Width = 80% | ||
+ | | LineColor = FCC | ||
}} | }} | ||
− | {{Graphic novel list | + | {{Graphic novel list/sublist|List of Foo Bar volumes |
| OneLanguage = yes | | OneLanguage = yes | ||
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
Line 110: | Line 256: | ||
* 001. "Former Part" | * 001. "Former Part" | ||
* 002. "Latter Part" | * 002. "Latter Part" | ||
+ | | Title = Title | ||
| VolumeExtras = | | VolumeExtras = | ||
;Cover character(s) | ;Cover character(s) | ||
Line 119: | Line 266: | ||
{{Graphic novel list/footer}}</pre> | {{Graphic novel list/footer}}</pre> | ||
− | {{Graphic novel list/header | + | On the page it is used, it would look like this: |
− | | OneLanguage = yes | + | {{Graphic novel list/sublist/header|List of Foo Bar volumes |
− | | | + | | OneLanguage = yes |
− | | Width | + | | WithTitle = yes |
− | | LineColor | + | | Width = 80% |
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | OneLanguage = yes | ||
+ | | VolumeNumber = 00 | ||
+ | | RelDate = December 12, 2012 | ||
+ | | ISBN = 9781000000009 | ||
+ | | Title = Title | ||
+ | | ChapterList = | ||
+ | * 001. "Former Part" | ||
+ | * 002. "Latter Part" | ||
+ | | VolumeExtras = | ||
+ | ;Cover character(s) | ||
+ | * Character 1 | ||
+ | * Character 2 | ||
+ | | Summary = The story was moved forward and characters were developed. | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | On [[List of Foo Bar volumes]], it would look like this: | ||
+ | {{Graphic novel list/sublist/header|{{PAGENAME}} | ||
+ | | OneLanguage = yes | ||
+ | | WithTitle = yes | ||
+ | | Width = 80% | ||
+ | | LineColor = FCC | ||
}} | }} | ||
− | {{Graphic novel list | + | {{Graphic novel list/sublist|{{PAGENAME}} |
| OneLanguage = yes | | OneLanguage = yes | ||
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
| RelDate = December 12, 2012 | | RelDate = December 12, 2012 | ||
| ISBN = 9781000000009 | | ISBN = 9781000000009 | ||
+ | | Title = Title | ||
| ChapterList = | | ChapterList = | ||
* 001. "Former Part" | * 001. "Former Part" | ||
Line 142: | Line 316: | ||
{{Graphic novel list/footer}} | {{Graphic novel list/footer}} | ||
− | === | + | ===Two languages without titles view=== |
+ | Not yet implemented. | ||
+ | |||
+ | ===Two languages with titles view=== | ||
;Basic use | ;Basic use | ||
− | <pre>{{Graphic novel list/header}} | + | <pre>{{Graphic novel list/sublist/header|List of Foo Bar volumes |
− | {{Graphic novel list | + | | Language = Language |
+ | | Region = Region | ||
+ | | SecondRegion= Second Region | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
| OriginalRelDate = December 31, 1969 | | OriginalRelDate = December 31, 1969 | ||
Line 151: | Line 332: | ||
| LicensedRelDate = December 12, 2012 | | LicensedRelDate = December 12, 2012 | ||
| LicensedISBN = 9781000000009 | | LicensedISBN = 9781000000009 | ||
+ | | LicensedTitle = Licensed Title | ||
+ | | OriginalTitle = Original Title | ||
+ | | TranslitTitle = Transliterated Title | ||
}} | }} | ||
{{Graphic novel list/footer}}</pre> | {{Graphic novel list/footer}}</pre> | ||
− | {{Graphic novel list/header}} | + | On the page it is used, it would look like this: |
− | {{Graphic novel list | + | {{Graphic novel list/sublist/header|List of Foo Bar volumes |
+ | | Language = Language | ||
+ | | Region = Region | ||
+ | | SecondRegion= Second Region | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | VolumeNumber = 00 | ||
+ | | OriginalRelDate = December 31, 1969 | ||
+ | | OriginalISBN = 9784000000000 | ||
+ | | LicensedRelDate = December 12, 2012 | ||
+ | | LicensedISBN = 9781000000009 | ||
+ | | LicensedTitle = Licensed Title | ||
+ | | OriginalTitle = Original Title | ||
+ | | TranslitTitle = Transliterated Title | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | On [[List of Foo Bar volumes]], it would look like this: | ||
+ | {{Graphic novel list/sublist/header|{{PAGENAME}} | ||
+ | | Language = Language | ||
+ | | Region = Region | ||
+ | | SecondRegion= Second Region | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|{{PAGENAME}} | ||
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
| OriginalRelDate = December 31, 1969 | | OriginalRelDate = December 31, 1969 | ||
Line 161: | Line 368: | ||
| LicensedRelDate = December 12, 2012 | | LicensedRelDate = December 12, 2012 | ||
| LicensedISBN = 9781000000009 | | LicensedISBN = 9781000000009 | ||
+ | | LicensedTitle = Licensed Title | ||
+ | | OriginalTitle = Original Title | ||
+ | | TranslitTitle = Transliterated Title | ||
}} | }} | ||
{{Graphic novel list/footer}} | {{Graphic novel list/footer}} | ||
;All parameters filled in | ;All parameters filled in | ||
− | <pre>{{Graphic novel list/header | + | <pre>{{Graphic novel list/sublist/header|List of Foo Bar volumes |
− | | Language = | + | | Language = Original |
− | | | + | | Region = Region |
| Width = 80% | | Width = 80% | ||
| LineColor = FCC | | LineColor = FCC | ||
+ | | SecondRegion = Second Region | ||
}} | }} | ||
− | {{Graphic novel list | + | {{Graphic novel list/sublist|List of Foo Bar volumes |
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
| OriginalRelDate = December 31, 1969 | | OriginalRelDate = December 31, 1969 | ||
Line 180: | Line 391: | ||
* 001. {{nihongo|"Former Part"|前編|"Zenpen"}} | * 001. {{nihongo|"Former Part"|前編|"Zenpen"}} | ||
* 002. {{nihongo|"Latter Part"|後編|"Kōhen"}} | * 002. {{nihongo|"Latter Part"|後編|"Kōhen"}} | ||
+ | | LicensedTitle = Licensed Title | ||
+ | | OriginalTitle = Original Title | ||
+ | | TranslitTitle = Transliterated Title | ||
| VolumeExtras = | | VolumeExtras = | ||
;Cover character(s) | ;Cover character(s) | ||
Line 189: | Line 403: | ||
{{Graphic novel list/footer}}</pre> | {{Graphic novel list/footer}}</pre> | ||
− | {{Graphic novel list/header | + | On the page it is used, it would look like this: |
− | | Language = | + | {{Graphic novel list/sublist/header|List of Foo Bar volumes |
− | | | + | | Language = Original |
+ | | Region = Region | ||
+ | | Width = 80% | ||
+ | | LineColor = FCC | ||
+ | | SecondRegion = Second Region | ||
+ | }} | ||
+ | {{Graphic novel list/sublist|List of Foo Bar volumes | ||
+ | | VolumeNumber = 00 | ||
+ | | OriginalRelDate = December 31, 1969 | ||
+ | | OriginalISBN = 9784000000000 | ||
+ | | LicensedRelDate = December 12, 2012 | ||
+ | | LicensedISBN = 9781000000009 | ||
+ | | ChapterList = | ||
+ | * 001. {{nihongo|"Former Part"|前編|"Zenpen"}} | ||
+ | * 002. {{nihongo|"Latter Part"|後編|"Kōhen"}} | ||
+ | | LicensedTitle = Licensed Title | ||
+ | | OriginalTitle = Original Title | ||
+ | | TranslitTitle = Transliterated Title | ||
+ | | VolumeExtras = | ||
+ | ;Cover character(s) | ||
+ | * Character 1 | ||
+ | * Character 2 | ||
+ | | Summary = The story was moved forward and characters were developed. | ||
+ | | LineColor = FCC | ||
+ | }} | ||
+ | {{Graphic novel list/footer}} | ||
+ | |||
+ | On [[List of Foo Bar volumes]], it would look like this: | ||
+ | {{Graphic novel list/sublist/header|{{PAGENAME}} | ||
+ | | Language = Original | ||
+ | | Region = Region | ||
| Width = 80% | | Width = 80% | ||
| LineColor = FCC | | LineColor = FCC | ||
+ | | SecondRegion = Second Region | ||
}} | }} | ||
− | {{Graphic novel list | + | {{Graphic novel list/sublist|{{PAGENAME}} |
| VolumeNumber = 00 | | VolumeNumber = 00 | ||
| OriginalRelDate = December 31, 1969 | | OriginalRelDate = December 31, 1969 | ||
Line 204: | Line 449: | ||
* 001. {{nihongo|"Former Part"|前編|"Zenpen"}} | * 001. {{nihongo|"Former Part"|前編|"Zenpen"}} | ||
* 002. {{nihongo|"Latter Part"|後編|"Kōhen"}} | * 002. {{nihongo|"Latter Part"|後編|"Kōhen"}} | ||
+ | | LicensedTitle = Licensed Title | ||
+ | | OriginalTitle = Original Title | ||
+ | | TranslitTitle = Transliterated Title | ||
| VolumeExtras = | | VolumeExtras = | ||
;Cover character(s) | ;Cover character(s) |
Revision as of 19:16, 23 June 2009
![]() | This is a documentation subpage for Template:Graphic novel list/sublist. It contains usage information, categories and other content that is not part of the original template page. |
![]() | This template employs intricate features of template syntax.
You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. You can conduct experiments, and should test all major changes, in either this template's sandbox, the general template sandbox, or your user space before changing anything here. |
Contents
Usage
This template is part of a family of templates, and should be used in conjunction with {{Graphic novel list/sublist/header}} and {{Graphic novel list/footer}}, like so:
{{Graphic novel list/sublist/header|List of Foo Bar volumes | parameter = value }} {{Graphic novel list/sublist|List of Foo Bar volumes | parameter = value }} {{Graphic novel list/footer}}
It is supposed to yield the same results as {{Graphic novel list}}
of which it makes use. However, it allows to yield different results when the page it is used in is transcluded onto another page, given as the first parameter (here: List of Foo Bar volumes).
Parameters
Parameter | Use |
---|---|
{{Graphic novel list/sublist/header}} All of this template's parameters are optional. | |
OneLanguage | Values: "yes" (case-sensitive) When this parameter is set to "yes", this template will produce a three-column view, ideal for displaying information when only the original language has a release. Setting this to anything else or omitting it entirely will produce a five-column view, ideal for displaying information about original-language and licensed-language releases. This parameter must also be added to transclusions of the body template if set; otherwise, the body will attempt to create five columns instead of three, resulting in mangled output. |
Language | Values: any This is the language of origin. In three-column views, this defaults to nothing; in five-column views, this defaults to "Original". |
SecondLanguage | Values: any This is the licensed language. This displays only in five-column views, where it defaults to "English". |
Width | Values: an integer number greater than zero or a percentage from 0% to 100% Determines the width of the table. Defaults to "98%". |
LineColor | Values: a hex color value of the form "RGB" or "RRGGBB" To separate the header from the main body of the table, a three-pixel colored border is added to the bottom; this determines the color of the border. Defaults to "CCF". |
WithTitle | Values: "yes" and "no" (both case-sensitive) Determines whether volume titles should be displayed in the transclusion. With OneLanguage=yes, this defaults to "no". With OneLanguage=no, it is always "yes" (not showing titles has not yet been implemented). |
{{Graphic novel list/sublist}} | |
VolumeNumber | Values: any valid HTML ID (A-Z, a-z, 0-9, _, -, :, .), usually numeric A volume number. This parameter also creates an HTML anchor which can be linked to from other pages, prefixed with "vol"; for example, [[List of chapters#vol01]] .
|
Series (Optional) |
Values: any valid HTML ID A non-printing parameter which is prefixed to the HTML anchor ID defined by VolumeNumber; for example, if defined as "alt" with a VolumeNumber of "02", the anchor becomes "#altvol02". |
OneLanguage | Values: "yes" (case-sensitive) This controls how many columns the template produces, and should match however it was defined in the header. |
RelDate OriginalRelDate |
Values: any, usually a date The release date of the original-language work. Both parameters define the same thing. If more than one release date is necessary, separate each with <br /> .
|
LicensedRelDate | Values: any, usually a date The release date of the licensed-language work. If more than one release date is necessary, separate each with <br /> . This parameter only displays in the five-column view.
|
ISBN OriginalISBN |
Values: a valid ISBN-10 or ISBN-13 number The ISBN of the original-language work. This should be only the number; the template prefixes ISBN automatically, to link it with Special:Booksources. If more than one ISBN is necessary, separate each with <br /> and add "ISBN" to all but the first.
|
LicensedISBN | Values: a valid ISBN-10 or ISBN-13 number The ISBN of the licensed-language work. As with ISBN/OriginalISBN, this should only be the number, unless more than one ISBN is present. This parameter only displays in the five-column view. |
ChapterList (Optional) |
Values: a formatted list of chapters A list of chapters from the volume, with specific chapter names in quotation marks. If VolumeExtras is defined, this will occupy just over half its row; otherwise, it will occupy an entire row. |
VolumeExtras (Optional) |
Values: any Any extra information about a volume, such as the title or a list of cover characters. If ChapterList is defined, this will occupy just under half its row; otherwise, it will occupy an entire row. |
Summary (Optional) |
Values: any A summary of the volume. Occupies an entire row. |
LineColor (Optional) |
Values: a hex color value of the form "RGB" or "RRGGBB" In a table containing more than just release information, three-pixel colored borders are added to the bottoms of individual volume releases to separate them; this determines the color of the border. Defaults to "CCF". |
Title (Optional) |
Values: The original volume title Is unaffected by the TitleFormat parameter. |
OriginalTitle (Optional) |
Values: The original volume title |
LicensedTitle (Optional) |
Values: The volume title in the licensed language |
TranslitTitle (Optional) |
Values: The original volume title, transliterated |
TitleFormat (Optional) |
Values: The name of the template used to display the volume title Defaults to nihongo. |
{{Graphic novel list/footer}} This template has no parameters. |
Examples
One language without titles view
- Basic use
{{Graphic novel list/sublist/header|List of Foo Bar volumes | OneLanguage = yes }} {{Graphic novel list/sublist|List of Foo Bar volumes | OneLanguage = yes | VolumeNumber = 00 | RelDate = December 31, 1969 | ISBN = 9784000000000 }} {{Graphic novel list/footer}}
On the page it is used, it would look like this:
No. | Release date | ISBN |
---|---|---|
00 | December 31, 1969 | 9784000000000 |
On List of Foo Bar volumes, it would look like this:
# | Release date | ISBN |
---|---|---|
00 | December 31, 1969 | 9784000000000 |
- All parameters filled in
{{Graphic novel list/sublist/header|List of Foo Bar volumes | OneLanguage = yes | Width = 80% | LineColor = FCC }} {{Graphic novel list/sublist|List of Foo Bar volumes | OneLanguage = yes | VolumeNumber = 00 | RelDate = December 12, 2012 | ISBN = 9781000000009 | ChapterList = * 001. "Former Part" * 002. "Latter Part" | VolumeExtras = ;Cover character(s) * Character 1 * Character 2 | Summary = The story was moved forward and characters were developed. | LineColor = FCC }} {{Graphic novel list/footer}}
On the page it is used, it would look like this:
No. | Release date | ISBN | |
---|---|---|---|
00 | December 12, 2012 | 9781000000009 | |
| |||
The story was moved forward and characters were developed. |
On List of Foo Bar volumes, it would look like this:
# | Release date | ISBN | |
---|---|---|---|
00 | December 12, 2012 | 9781000000009 | |
| |||
The story was moved forward and characters were developed. |
One language with titles view
- Basic use
{{Graphic novel list/sublist/header|List of Foo Bar volumes | OneLanguage = yes | WithTitle = yes }} {{Graphic novel list/sublist|List of Foo Bar volumes | OneLanguage = yes | VolumeNumber = 00 | RelDate = December 31, 1969 | ISBN = 9784000000000 | Title = Title }} {{Graphic novel list/footer}}
On the page it is used, it would look like this:
No. | Release date | ISBN | |
---|---|---|---|
00 | Title | December 31, 1969 | 9784000000000 |
On List of Foo Bar volumes, it would look like this:
# | Title | Release date | ISBN |
---|---|---|---|
00 | Title | December 31, 1969 | 9784000000000 |
- All parameters filled in
{{Graphic novel list/sublist/header|List of Foo Bar volumes | OneLanguage = yes | WithTitle = yes | Width = 80% | LineColor = FCC }} {{Graphic novel list/sublist|List of Foo Bar volumes | OneLanguage = yes | VolumeNumber = 00 | RelDate = December 12, 2012 | ISBN = 9781000000009 | ChapterList = * 001. "Former Part" * 002. "Latter Part" | Title = Title | VolumeExtras = ;Cover character(s) * Character 1 * Character 2 | Summary = The story was moved forward and characters were developed. | LineColor = FCC }} {{Graphic novel list/footer}}
On the page it is used, it would look like this:
No. | Release date | ISBN | ||
---|---|---|---|---|
00 | Title | December 12, 2012 | 9781000000009 | |
| ||||
The story was moved forward and characters were developed. |
On List of Foo Bar volumes, it would look like this:
# | Title | Release date | ISBN | |
---|---|---|---|---|
00 | Title | December 12, 2012 | 9781000000009 | |
| ||||
The story was moved forward and characters were developed. |
Two languages without titles view
Not yet implemented.
Two languages with titles view
- Basic use
{{Graphic novel list/sublist/header|List of Foo Bar volumes | Language = Language | Region = Region | SecondRegion= Second Region }} {{Graphic novel list/sublist|List of Foo Bar volumes | VolumeNumber = 00 | OriginalRelDate = December 31, 1969 | OriginalISBN = 9784000000000 | LicensedRelDate = December 12, 2012 | LicensedISBN = 9781000000009 | LicensedTitle = Licensed Title | OriginalTitle = Original Title | TranslitTitle = Transliterated Title }} {{Graphic novel list/footer}}
On the page it is used, it would look like this:
No. | Original release date | Original ISBN | English release date | English ISBN |
---|---|---|---|---|
00 | Licensed Title Transliterated Title (Original Title) | December 31, 1969 9784000000000 | December 12, 2012 9781000000009 |
On List of Foo Bar volumes, it would look like this:
Title | Volume | Release date | ||
---|---|---|---|---|
English | Language | Region | Second Region | |
00 | Licensed Title Transliterated Title (Original Title) | December 31, 1969 9784000000000 | December 12, 2012 9781000000009 |
- All parameters filled in
{{Graphic novel list/sublist/header|List of Foo Bar volumes | Language = Original | Region = Region | Width = 80% | LineColor = FCC | SecondRegion = Second Region }} {{Graphic novel list/sublist|List of Foo Bar volumes | VolumeNumber = 00 | OriginalRelDate = December 31, 1969 | OriginalISBN = 9784000000000 | LicensedRelDate = December 12, 2012 | LicensedISBN = 9781000000009 | ChapterList = * 001. {{nihongo|"Former Part"|前編|"Zenpen"}} * 002. {{nihongo|"Latter Part"|後編|"Kōhen"}} | LicensedTitle = Licensed Title | OriginalTitle = Original Title | TranslitTitle = Transliterated Title | VolumeExtras = ;Cover character(s) * Character 1 * Character 2 | Summary = The story was moved forward and characters were developed. | LineColor = FCC }} {{Graphic novel list/footer}}
On the page it is used, it would look like this:
No. | Original release date | Original ISBN | English release date | English ISBN |
---|---|---|---|---|
00 | Licensed Title Transliterated Title (Original Title) | December 31, 1969 9784000000000 | December 12, 2012 9781000000009 | |
| ||||
The story was moved forward and characters were developed. |
On List of Foo Bar volumes, it would look like this:
Title | Volume | Release date | ||
---|---|---|---|---|
English | Original | Region | Second Region | |
00 | Licensed Title Transliterated Title (Original Title) | December 31, 1969 9784000000000 | December 12, 2012 9781000000009 | |
| ||||
The story was moved forward and characters were developed. |
Notes
ISBNs may be given in either unhyphenated format (for example, 9781000000009) or hyphenated format (978-1-00-000000-9). If converting an unhyphenated ISBN to a hyphenated one, you can use the reference list of group and publisher numbers, provided by the International ISBN Agency, or one of several online converters.
If you're having trouble making a one-language list, the |OneLanguage=yes
parameter needs to be not only in the header, but also in every volume's code. (e.g. List of Psyren chapters )