Template:Publication gallery/doc

From StarfinderWiki

{{Publication gallery}} simplifies the creation of gallery-style listings of products, such as articles for Starfinder Adventure Paths.

Usage

{{Publication gallery
| header = 

| header1       = 
| title1        = 
| image1        = 
| author1       = 
| cartographer1 = 
| producer1     = 
| designer1     = 
| released1     = 
| description1  = 

| title2       = 
...
}}
header
This text will appear as a header row at the top of the gallery.
headern (optional)
This text will appear as a header row inside the gallery. Use this to create subsections within a gallery.
titlen
A product's title. Each titlen will have its own entry in the gallery. Enter only the title; anything in this parameter will be wrapped with link tags.
imagen (optional)
The filename, with extension, of the product's cover image. If this parameter is omitted, the template will use the value of the corresponding titlen parameter and the .jpg extension, per the normal cover image naming conventions. If the parameter is simply none, no image or link will appear.
authorn, cartographern, producern, designern (optional; use only one)
The product's cover-credited or primary author, cartographer, producer, or designer. Use link tags around each creator's name. If this parameter is omitted, the template will leave the space blank. Use only one of these types per product. The template will use the first of these creator types in the above listed order; for example, if you list both an authorn and cartographern, only the authorn will appear.
releasedn (optional)
The product's release date. If the release date is a valid date and in the future, the template should show the value of this field preceded by "Expected". Otherwise, it will use "Released". If this parameter is omitted, the template will use "Released (TBA)".
descriptionn (optional)
The product's description. If this parameter is omitted, the template will leave this space blank.

Example

{{Publication gallery
| header = Pathfinder Adventure Path

| title1       = Incident at Absalom Station
<!-- image1 omitted to demonstrate automatic image handling -->
| author1      = [[Rob McCreary]]
| released1    = August 2017
| description1 = The Dead Suns Adventure Path kicks off with "Incident at Absalom Station," the inaugural adventure for the Starfinder Roleplaying Game. A deserted mining ship emerges from hyperspace at Absalom Station, towing a mysterious asteroid behind it. After battling warring factions on the station, the heroes are recruited to explore the ship and asteroid and discover the fate of the ship's missing crew, only to learn that the asteroid is a fragment of a larger, ancient structure—an alien weapon that could threaten the safety and security of all of the Pact Worlds, should it fall into the wrong hands.

| image2       = Temple of the Twelve.jpg
| title2       = Temple of the Twelve (adventure){{!}}Temple of the Twelve
| author2      = [[John Compton]]
| released2    = October 2017
| description2 = Now members of the Starfinder Society and captains of their very own ship, the heroes head to the planet Castrovel, home of some of the best universities in the Pact Worlds, to research the clues they found on the mysterious asteroid. On Castrovel, their findings point them toward an ancient elven temple-city called the Temple of the Twelve, lost deep in Castrovel's teeming jungles. But the heroes must contend with two other factions—the exiled Corpse Fleet of Eox and the Cult of the Devourer—who are also interested in the asteroid's secrets and have their own plans for the ancient alien superweapon, if they can find it first!
}}
Pathfinder Adventure Path
Incident at Absalom Station.jpg
Incident at Absalom Station Written by Rob McCreary Released August 2017
The Dead Suns Adventure Path kicks off with "Incident at Absalom Station," the inaugural adventure for the Starfinder Roleplaying Game. A deserted mining ship emerges from hyperspace at Absalom Station, towing a mysterious asteroid behind it. After battling warring factions on the station, the heroes are recruited to explore the ship and asteroid and discover the fate of the ship's missing crew, only to learn that the asteroid is a fragment of a larger, ancient structure—an alien weapon that could threaten the safety and security of all of the Pact Worlds, should it fall into the wrong hands.
Temple of the Twelve.jpg
Temple of the Twelve Written by John Compton Released October 2017
Now members of the Starfinder Society and captains of their very own ship, the heroes head to the planet Castrovel, home of some of the best universities in the Pact Worlds, to research the clues they found on the mysterious asteroid. On Castrovel, their findings point them toward an ancient elven temple-city called the Temple of the Twelve, lost deep in Castrovel's teeming jungles. But the heroes must contend with two other factions—the exiled Corpse Fleet of Eox and the Cult of the Devourer—who are also interested in the asteroid's secrets and have their own plans for the ancient alien superweapon, if they can find it first!

Limitations and tips

  • If you need to pipe a link (for instance, for [[Island of Empty Eyes (adventure)|Island of Empty Eyes]], use the {{!}} template in the titlen field: title1 = Island of Empty Eyes (adventure){{!}}Island of Empty Eyes. Remember to use an imagen parameter if necessary.