Difference between revisions of "Template:IssueGrid/Doc"

From ISFDB
Jump to navigation Jump to search
Line 26: Line 26:
  
 
{{IssueGrid|27949}}
 
{{IssueGrid|27949}}
 +
 +
and
 +
 +
<code>'''<nowiki>{{IssueGrid|id=27949|name=Grid of issues}}</nowiki>'''</code>
 +
 +
gives
 +
 +
{{IssueGrid|id=27949|name=Grid of issues}}
 +
 +
 +
and
 +
 +
<code>'''<nowiki>{{IssueGrid|27949|name=Grid of issues}}</nowiki>'''</code>
 +
 +
gives
 +
 +
{{IssueGrid|27949|name=Grid of issues}}
 +
 +
 +
and
 +
 +
<code>'''<nowiki>{{IssueGrid|27949|Grid of issues}}</nowiki>'''</code>
 +
 +
gives
 +
 +
{{IssueGrid|27949|Grid of issues}}
  
 
==Source==
 
==Source==
 
This is the documentation for [[:Template:IssueGrid]], transcluided from [[:Template:IssueGrid/Doc]]
 
This is the documentation for [[:Template:IssueGrid]], transcluided from [[:Template:IssueGrid/Doc]]

Revision as of 17:17, 19 August 2010

Purpose

To provide a link to the issue grid for a magazine series from a wiki page.

Parameters

This template takes one required parameter id. The value of this parameter should be the ISFDB series record number (aka series number) for the magazine series involved. The issue grid is implemented as a form of display of the magazine series.

The id may be specified as the first unnamed parameter instead.

It also takes one optional parameter name. The value of this parameter should be the display text for the link. This parameter may alternatively be specified as the 2nd unnamed parameter. If omitted, this parameter defaults to "Issue Grid".

Examples

{{IssueGrid|id=27949}}

gives

Issue Grid


and

{{IssueGrid|27949}}

gives

Issue Grid

and

{{IssueGrid|id=27949|name=Grid of issues}}

gives

Grid of issues


and

{{IssueGrid|27949|name=Grid of issues}}

gives

Grid of issues


and

{{IssueGrid|27949|Grid of issues}}

gives

Grid of issues

Source

This is the documentation for Template:IssueGrid, transcluided from Template:IssueGrid/Doc