Template:Gallery Section (Cargo): Difference between revisions

Template page
mNo edit summary
m (add count_cameos)
Line 19: Line 19:
-->{{#vardefine:see all|<a target="_blank" href="{{#invoke:ViewData URL|Files|character={{#var:CHARACTER}}|location={{{location|}}}|weapon={{{weapon|}}}|artist={{{artist|}}}|section={{{section|}}}|source={{{source|}}}|order="{{{sort|}}}"|intro={{#var:header}}}}"><div class="bb character-grid center" style="margin-left:10px; display:inline-block; width:100px;"><div>see all{{#if:{{{count_all|}}}|&nbsp;{{{count_all}}}}}</div></div></a>}}<!--
-->{{#vardefine:see all|<a target="_blank" href="{{#invoke:ViewData URL|Files|character={{#var:CHARACTER}}|location={{{location|}}}|weapon={{{weapon|}}}|artist={{{artist|}}}|section={{{section|}}}|source={{{source|}}}|order="{{{sort|}}}"|intro={{#var:header}}}}"><div class="bb character-grid center" style="margin-left:10px; display:inline-block; width:100px;"><div>see all{{#if:{{{count_all|}}}|&nbsp;{{{count_all}}}}}</div></div></a>}}<!--


-->{{#vardefine:see cameo|<a target="_blank" href="{{#invoke:ViewData URL|Files|cameo={{#var:CHARACTER}}|location={{{location|}}}|weapon={{{weapon|}}}|artist={{{artist|}}}|section={{{section|}}}|source={{{source|}}}|order="{{{sort|}}}"|intro={{#var:header}}}}"><div class="bbdw character-grid center" style="margin-left:10px; display:inline-block; width:100px;"><div>see cameos</div></div></a>}}<!--
Wrap the see cameo link in html for intro
-->{{#vardefine:see cameo|<a target="_blank" href="{{#invoke:ViewData URL|Files|cameo={{#var:CHARACTER}}|location={{{location|}}}|weapon={{{weapon|}}}|artist={{{artist|}}}|section={{{section|}}}|source={{{source|}}}|order="{{{sort|}}}"|intro={{#var:header}}}}"><div class="bbdw character-grid center" style="margin-left:10px; display:inline-block; width:140px;"><div>see cameos{{#if:{{{count_cameos|}}}|&nbsp;({{{count_cameos}}})}}</div></div></a>}}<!--


-->{{#vardefine:see cameo default|[{{#invoke:ViewData URL|Files|cameo={{#var:CHARACTER}}|location={{{location|}}}|weapon={{{weapon|}}}|artist={{{artist|}}}|section={{{section|}}}|source={{{source|}}}|order="{{{sort|}}}"|intro={{#var:header}}}} <div class="bbdw character-grid center" style="margin-left:10px; display:inline-block; width:100px;"><div>see cameos</div></div>]}}<!--
Wrap the see cameo link in wikitext for default
-->{{#vardefine:see cameo default|[{{#invoke:ViewData URL|Files|cameo={{#var:CHARACTER}}|location={{{location|}}}|weapon={{{weapon|}}}|artist={{{artist|}}}|section={{{section|}}}|source={{{source|}}}|order="{{{sort|}}}"|intro={{#var:header}}}} <div class="bbdw character-grid center" style="margin-left:10px; display:inline-block; width:140px;"><div>see cameos{{#if:{{{count_cameos|}}}|&nbsp;({{{count_cameos}}})}}</div></div>]}}<!--


-->{{#vardefine:intro|<div>{{#var:header}}{{#ifeq:{{#var:show see all}}|n||{{#var:see all}} }}{{#ifeq:{{{see_cameos|}}}|y|{{#var:see cameo}}}}</div>}}<!--
-->{{#vardefine:intro|<div>{{#var:header}}{{#ifeq:{{#var:show see all}}|n||{{#var:see all}} }}{{#ifeq:{{{see_cameos|}}}|y|{{#var:see cameo}}}}</div>}}<!--


-->{{#vardefine:default|{{#if:{{#var: {{{section|}}} }}|<div>{{#var:header}}{{#var:see cameo default}}</div>}}}}<!--
-->{{#vardefine:default|{{#if:{{#var: {{{section|}}} }}{{{count_cameos|}}}|<div>{{#var:header}}{{#var:see cameo default}}</div>}}}}<!--
-->{{#cargo_query:
-->{{#cargo_query:
tables=Files
tables=Files
Line 63: Line 65:
|see_cameos=False by default (use 'y' to turn on)
|see_cameos=False by default (use 'y' to turn on)
|count_all=
|count_all=
|count_cameos=
}}
}}
</nowiki></pre>
</nowiki></pre>
Line 83: Line 86:


<code>|count_all=</code> Optional. Put a number here to display it next to the "see all" message (e.g. "see all 13"). If this number is entered, the template will check if the <code>see all</code> button needs to be shown and hide it if necessary.
<code>|count_all=</code> Optional. Put a number here to display it next to the "see all" message (e.g. "see all 13"). If this number is entered, the template will check if the <code>see all</code> button needs to be shown and hide it if necessary.
<code>|count_cameos=</code> Optional. Put the number of cameo images here.


==See Also==
==See Also==

Revision as of 18:23, 22 September 2019

Creates a section of the Template:Master Gallery based on information stored through Template:Gallery Metadata.

Usage

{{Gallery Section (Cargo)
|character=
|location=
|weapon=
|source=
|section=
|artist=
|limit=
|widths=
|header=
|title=
|sort=
|see_all=True by default (use 'n' to turn off)
|see_cameos=False by default (use 'y' to turn on)
|count_all=
|count_cameos=
}}

Reference Template:Gallery Metadata for character, location, weapon, source, section, and artist.

|limits= Optional, the max number of images to show before truncating and displaying a "show more" link. Defaults to 4.

|widths= Optional, the width of each image in the gallery. Defaults to 250 (matching the default for Template:Gallery Section)

|header= Optional, sets the header depth. Accepts the values h2, h3, h4, h5. Leaving this out will default the title to regular text.

|title= Optional, defines the text to be used as the header for this gallery section. (e.g. Birthday Art)

|sort= Optional. If set to date, the results will be sorted by descending date (with newer images after older ones). By default it sorts alphabetically.

|see_all= Optional. Controls the display of a "see all" button next to the header, that links to all results. It displays all the time by default. Use |see all=n to hide the button all the time. If count_all is given, then this button won't display unless there is overflow.

|see_cameos= Optional. Change to y to show a button to Special:ViewData that performs the same query, but with the character as a cameo instead. (e.g. Izayoi showing up in Hakumen's Arcade Mode)

|count_all= Optional. Put a number here to display it next to the "see all" message (e.g. "see all 13"). If this number is entered, the template will check if the see all button needs to be shown and hide it if necessary.

|count_cameos= Optional. Put the number of cameo images here.

See Also