Ayuda:Gallery subpages

De La Coppermind
Ir a la navegación Ir a la búsqueda

Say there is artwork on a page. Too much artwork. What do you do, then? Make a gallery subpage, of course. Such gallery subpages generally come in several flavors: cover galleries, interior art galleries, character galleries, and location galleries. Cover galleries should be created if a book has more than one cover; character galleries -- if a character has more than four images (usually; if you're unsure, check with a Keeper); location galleries -- if there's no good way to insert all images into the page. This page is here to teach you how to do all of those.

Keep in mind, those aren't be-all and end-all rules. The following outlines how things should generally be done, but if you feel like something is weird, or have an odd edge case, don't hesitate to bring it up, or modify the subpage (within reason).

Components of MediaWiki Gallery Coding

To create an actual gallery, whether on a page or a subpage, use <gallery>. Then, on a new line, enter FILENAME.EXT, meaning the filename (and extension) of the image you wish to add to the gallery. Repeat this for all images you wish to add, each on a new line. Finally, use </gallery> to complete the gallery. You may add vertical bars (|) after the individual file names followed by some text, to caption each image. If you wish to center your overall gallery, enter <center> before <gallery> and </center> after </gallery>.

You can use a few different parameters in the first <gallery> tag (separated by spaces) to change some aspects of the gallery. Some basic parameters are:

Mode
Use mode= to create an overall aesthetic for the gallery using one of the below paramenters. For galleries on the main pages, do not use this parameter.
  • traditional Original gallery type used by MediaWiki.
  • nolines Similar to traditional. No borders, less padding, captions centered under images.
  • packed All images aligned by having same height, justified, captions centered under images The rows in this responsive mode organize themselves according to the width of the screen. This is the mode we use for gallery subpages.
  • packed-overlay Like packed, but caption overlays the image, in a translucent box.
  • packed-hover Like packed-overlay, but caption is only visible on hover.
  • slideshow Slideshow
Widths
Use widths= followed by a number and "px" to change the default width of all images in the gallery.
Caption
Use caption= followed by some text inside of quotation marks ("") to provide a caption for the gallery.
Images per row
Use perrow= followed by a number to set the number of images that will appear per row. The number of images per row will adjust dynamically with the window size if this is omitted.

Cover galleries

A book's cover gallery should be linked on its main page, near the bottom (there is no set place for them, but they will generally be above the "See also" and "Statistical analysis" sections, but underneath "Summary"). Link it like this:

== Cover Gallery ==
{{for|/Covers|a cover gallery of BOOK}}

where BOOK is the full name of whatever book you're working on. Once you save the page, you should see a red link saying "/Covers". Click that to open the subpage, then copy and paste the basic template for all cover galleries:

{{CoverToC|SERIES}}

This is a gallery for all known covers for ''[[BOOK]]''. For more information about each cover, including other editions and translations using the same art, check each file's individual page. 

<gallery widths=3000px heights=400px mode="packed">
FileName.extension | <center>Country</center> (Publisher)
</gallery> 

[[Category:Cover Galleries]]

SERIES should be replaced with the series code from {{CoverToC}}; this will produce a navigation bar with all the books in the series this one belongs to, letting the reader quickly browse all of them. For standalone titles, you can delete this row.

In-between the gallery tags, put each cover in its own row. The US covers always come first; typically, the UK covers are next, followed by other countries, unsorted (feel free to order them by how much you like them). If one country has multiple covers, they should be next to each other, in chronological order. For publishers in countries that do not use Latin alphabet, copy their original name, then add / and follow with English translation or transliteration (for example, "প্রতিচ্ছবি প্রকাশনী / Protichhobi Prokashoni", or "重庆出版社 / Chongqing Publishing House").

On uploading covers

Covers are uploaded the same way regular artwork is, via Special:Upload. In the summary box, copy the {{Cover}} template and fill in the blanks (you do not have to fill in all the blanks; refer to the template page for in-depth breakdown). It's best that the file be named BOOK COUNTRY cover.extension; for example, "RoW BG cover.jpg" for the Bulgarian cover of Rhythm of War. If there are multiple types of covers from one country, call the file BOOK COUNTRY TYPE cover.extension, for example "WoR HU Part 1 cover.jpg".

If you have a separate image of the cover artwork (i.e. the cover without the text), upload it as a regular image using {{art}} template, with |type={{cat tag|Books|Book}} cover and |official=y parameters. This will ensure that the image is properly categorized on the wiki. Do not put this image in the cover gallery; rather, link to it in the cover file, using the |artwork parameter in the {{Cover}} infobox. The best way to name the cover art is to append "art" to the name of the cover file; for example "RoW BG cover art.jpg" for "RoW BG cover.jpg".

Good examples

If you're unsure of what a gallery should look like, refer to any page in Category:Cover Galleries. In particular, those should be helpful:

Interior art galleries

Interior art galleries consist only of full-page artwork (or double-page spreads) within the book. Link to them on the book's page, underneath the link to cover gallery, like this:

== Interior Art ==
{{for|/Interior art|a gallery of the book's interior art}}

Once you follow the redlink, the basic scheme of the page is thus:

{{InteriorArtToC|SERIES}}

This is a gallery of interior art for ''[[BOOK]]''. For more information about each piece, including transcripts of the text (when needed), check each file's individual page.

<gallery widths=3000px heights=300px mode="packed" caption="Maps">
FileName.extension | <center><small>by {{a|ARTIST}}</small></center> Description
</gallery>

<gallery widths=3000px heights=300px mode="packed" caption="Other artwork">
FileName.extension | <center><small>by {{a|ARTIST}}</small></center> Description
</gallery> 

[[Categoría:Arte interior]]

As with covers, if the book is a standalone, you can drop the {{InteriorArtToC}} template. If there are multiple art pieces of the same category (for example, multiple pages from Shallan's sketchbook), you can further divide the "Other artwork" into two galleries, with appropriate caption names. Endsheets should always go first, before the "Maps" gallery, divided into separate galleries for front and back. If there are multiple versions of an artwork file, pick one (for artwork like Navani's notebook pages, use the version with translation), and if there are multiple images on the Coppermind that are fragments of the same source picture, only include the original piece of art, and not its derivatives.

Some books have leatherbound re-releases, which will often include new artwork. In that case, divide this page into two sections, like this:

== Original artwork ==
This is the artwork that was in the book at release.

(original artwork galleries go here)

== Leatherbound art ==
This artwork was added to the book in its Tenth Anniversary leatherbound re-release.

<gallery widths=3000px heights=300px mode="packed">
FileName.extension | <center><small>by {{a|ARTIST}}</small></center> Description
</gallery>

For good examples of interior art galleries, see:

Character galleries

A gallery subpage must be linked on the character's page, at the top of the Appearance and Personality section; or, if the section is split in two, on top of the Appearance subsection. Such link should look like this:

{{for|/Gallery|more images}}

Once you follow the "/Gallery" redlink, insert the following template into the page:

== Official artwork ==
<gallery mode="packed" heights=200px caption="Official artwork">
FileName.extension | <center><small>by {{a|ARTIST}}</small></center> Description, SOURCE
</gallery>

== Portraits ==
<gallery mode="packed" heights=200px caption="Portraits">
FileName.extension | <center><small>by {{a|ARTIST}}</small></center> Description
</gallery>

== Scenes ==
<gallery mode="packed" heights=200px caption="Scenes">
FileName.extension | <center><small>by {{a|ARTIST}}</small></center> Description
</gallery>

[[Category:Gallery Subpages]]

Note that the heights given here are recommended, but not obligatory. 200 or 250px are the recommended values, but anything between 150 and 350 goes (this being said, please stick to either 00s or 50s). For a gallery with fewer images, it's better to use larger heights; for a gallery with more images, it's better to tend towards the smaller. Likewise, you can set different galleries within a page to different heights, if needed. At the end of the day, you should make your decision based on what looks best to you.

When moving a characters' gallery from their page to a subpage, it's good to leave one image behind to illustrate the section (if there's enough space to fit it in, of course) - after all, this is about the characters' appearance, so some visualisation is nice. Feel free to pick your favourite for this.

Official artwork

The Official artwork category should contain all of the character's appearances on book covers, interior art, board game artwork and anything else that has the official stamp of approval from Dragonsteel Entertainment. In case of book covers, if you have both a cover and its cover art, put only the art in the gallery.

SOURCE should be where the artwork can be found in published materials. If there are many pieces of art from the same source or source type (for example, many covers featuring the character, or multiple Call to Adventure cards), create a second gallery in the same section, with the caption parameter naming the source.

Fanworks

Fanworks are divided into Portraits and Scenes. "Scenes" are moments depicting scenes from the books; "Portraits" is everything else. Scenes should always have a description, but Portraits do not have to; do not put "character name" or "Portrait" as the description. If there's nothing to say, don't say it.

If there are very few images of a character, merge the Portraits and Scenes sections into a single "Fanart" one. What constitues "few" is really your judgement call to make; if you feel like the division looks silly, or there's only one scene or portrait, it's time to merge.

Spren galleries

Spren present an additional complication in that they have several forms: the one they take in the Physical Realm, the one they take in Shadesmar, and when they're a Shardblade. If that case, you can still put official art in Official Artwork (though if there are too many depictions of the spren, you can divide it into two galleries - one for spren form, one for Shardblade form). For fanart, replace Portraits and Scenes with "As a spren" and "As a Shardblade" sections, and sort the images accordingly.

On artist attribution

You must always credit the artist of any piece of art you're adding to a character gallery. The only exception to this are book covers and other official material where you cannot find the artist; in case of fanart, however, if you do not know who did it, then you likely don't have the permission to use it, in which case it shouldn't be on the Coppermind in the first place.

When crediting the artist, one of three situations will occur:

  • The artist has their page in the Coppermind:Artists namespace (for example, Coppermind:Artists/Shuravf). In this case, link to it using the {{a}} template (ex. {{a|Shuravf}})
  • The artist has their page in the main namespace (for example, Isaac Stewart); we're trying to parse this out, but it can still happen. Link them as you would a regular page.
  • The artist does not have a Coppermind page (for example, Adam J. Marin); this typically happens for cover artists and board game artists. If this is an official artist, you do not have to add a link; if this is a fanartist who doesn't have their page for whatever reason, link the name to the social media profile the image came from, then let a Keeper know that we're missing an artist page.

Good examples

If the above goes over your head, don't worry; this really comes with practice. You can always check these pages:

Location galleries

Location galleries are less commonly needed (people generally prefer to draw characters), but if there's enough images that you can't reasonably fit them on the page, it might be time for a gallery. Link it with the {{for}} template as you would for characters, on top of the section concerning the place's appearance or layout using;

{{for|/Gallery|more images}}

The subpage itself will look like this:

== Maps ==
<gallery mode=packed heights=200px caption="Maps">
FileName.extension | <center><small>by {{a|Artist}}</small></center> Description
</gallery>

== Scenery ==
<gallery mode=packed heights=200px caption="Official artwork">
FileName.extension | <center><small>by {{a|Artist}}</small></center> Description, from SOURCE
</gallery>

<gallery mode=packed heights=200px caption="Fanworks">
FileName.extension | <center><small>by {{a|Artist}}</small></center> Description
</gallery>

[[Category:Gallery Subpages]]

If there is no artwork in either of these categories, feel free to drop it. For Maps, sort them from the most general to most specific (feel free to drop the map of the whole planet, though). For Scenery, only add images where the scenery is a major part of the piece; Shallan walking on a piece of yellow ground should not go into the gallery of Shattered Plains artwork, for example. If you have to peer under the character's armpits and squint your eyes to catch a glimpse of the scenery, it also shouldn't be there. If there are multiple pieces showing the same aspect of the place, try grouping them together.

If you're unsure of what a good location gallery looks like, check: