User:FortMax/Template:Comicnav

From MediaWiki
Jump to navigation Jump to search


{{User:FortMax/Template:Comicnav | series | issuenumber | seriesname=prettyname | prev=previssue | next=nextissue | series2=secondserieslink | seriesname2=secondseriestitle |issuenumber2=reprintissues | prev2=previssue | next2=nextissue }}

The {{User:FortMax/Template:Comicnav}} template is used to create basic navigation for a comic book, pointing to the previous and next issues, and allowing you to 'jump up' to an article about the series in general.

Markup is similar (but slightly less friendly than) {{episodenav}}.

Required Values

[edit]

{{User:FortMax/Template:Comicnav}} requires two values separated by pipes, and can accept 3 additional named values.

First value: Overall series link
Second value: Issue #. (If you provide a #, the template adds 'issue' before it. If not a number, it simply uses the value you provide, useful for Annuals.)

So to create a navigation box for Blackthorne Publishing's "The Test", in the Transformers in 3-D series, you would use: {{User:FortMax/Template:Comicnav|Transformers in 3-D|1}}.

This results in:

{{ #if: | {{{seriesname}}} | Transformers in 3-D }} > {{ #if: {{#ifexpr: 1 }} | 1 | Issue #1 }}
[[{{{prev}}}|Previous Issue]]|}} {{ #if: |[[{{{next}}}|Next Issue]]|}}
{{ #if: | [[{{{series2}}}|{{{seriesname2}}}]] | {{{seriesname2}}} }} > {{ #if: {{#ifexpr: {{{issuenumber2}}} }} | {{{issuenumber2}}} | Issue #{{{issuenumber2}}} }} |}}
[[{{{prev2}}}|Previous Issue]]|}} {{ #if: |[[{{{next2}}}|Next Issue]]|}}

Optional Values

[edit]

Prev: Link to a previous issue.
Next: Link to the next issue.
Seriesname: Text to display instead of the series link (first value)
Seriesname2: Text for second series. This field must have a value to include the second series
Series2: 2nd series link. Include when the 2nd printing was in a different series
Prev2: Link to a previous issue for 2nd printing.
Next2: Link to the next issue for 2nd printing.


So, returning to The Test, it's the first issue, so there will be no prev, but we can set a next value, and though Transformers in 3-D is the title of the series- the series is commonly referred to as 'Blackthorne's TF series,' so let's make the seriesname 'Blackthorne'.
{{User:FortMax/Template:Comicnav|Transformers in 3-D|1|next=Transformers in 3-D issue 2|seriesname=Blachthorne}}

{{ #if: Blachthorne | Blachthorne | Transformers in 3-D }} > {{ #if: {{#ifexpr: 1 }} | 1 | Issue #1 }}
[[{{{prev}}}|Previous Issue]]|}} {{ #if: Transformers in 3-D issue 2|Next Issue|}}
{{ #if: | [[{{{series2}}}|{{{seriesname2}}}]] | {{{seriesname2}}} }} > {{ #if: {{#ifexpr: {{{issuenumber2}}} }} | {{{issuenumber2}}} | Issue #{{{issuenumber2}}} }} |}}
[[{{{prev2}}}|Previous Issue]]|}} {{ #if: |[[{{{next2}}}|Next Issue]]|}}

Prev2 and Next2 are included for the Marvel UK comics for linking to the previous and next issues for when the story splits off from the US comic or for reprints in the UK comic of UK stories.

For The Enemy Within!, which was printed twice in the original UK run, you would use

{{User:FortMax/Template:Comicnav | The Transformers (Marvel comic) | Issues #s 13 - 17 | seriesname=Marvel UK | prev=Man of Iron (issue) | next=Raiders of the Last Ark | seriesname2=Reprint | issuenumber2=Issue #s 308 - 317 | prev2=In the National Interest | next2=The Big Shutdown! }}

{{ #if: Marvel UK | Marvel UK | The Transformers (Marvel comic) }} > {{ #if: {{#ifexpr: Issues #s 13 - 17 }} | Issues #s 13 - 17 | Issue # Issues #s 13 - 17 }}
Previous Issue|}} {{ #if: Raiders of the Last Ark|Next Issue|}}
{{ #if: | [[{{{series2}}}|Reprint]] | Reprint }} > {{ #if: {{#ifexpr: Issue #s 308 - 317 }} | Issue #s 308 - 317 | Issue #Issue #s 308 - 317 }} |}}
Previous Issue|}} {{ #if: The Big Shutdown!|Next Issue|}}

For The New Order, where the preceding comic depended on which side of the pond you were on:

{{User:FortMax/Template:Comicnav | The Transformers (Marvel comic) | 5 | seriesname=Marvel US | prev=The Last Stand | next=The Worse of Two Evils! | series2=The Transformers (Marvel comic) | seriesname2=Marvel UK | issuenumber2=Issue #s 22 - 23 | prev2=Raiders of the Last Ark | next2=The Worse of Two Evils! }}

{{ #if: Marvel US | Marvel US | The Transformers (Marvel comic) }} > {{ #if: {{#ifexpr: 5 }} | 5 | Issue # 5 }}
Previous Issue|}} {{ #if: The Worse of Two Evils!|Next Issue|}}
{{ #if: The Transformers (Marvel comic) | Marvel UK | Marvel UK }} > {{ #if: {{#ifexpr: Issue #s 22 - 23 }} | Issue #s 22 - 23 | Issue #Issue #s 22 - 23 }} |}}
Previous Issue|}} {{ #if: The Worse of Two Evils!|Next Issue|}}

...it's easier than it looks, just crib from another page that has it set up.