Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:ViewData URL/doc: Difference between revisions

From BlazBlue Wiki
(Created page with " ''To be used with Template:Gallery Section (BBRadio)'' This module builds a URL to Special:ViewData to fix some undesirable behavior in the link that's generated by defa...")
(No difference)

Revision as of 01:50, 31 July 2019

To be used with Template:Gallery Section (BBRadio)

This module builds a URL to Special:ViewData to fix some undesirable behavior in the link that's generated by default:

  1. The first batch of results are excluded. We want to display all results, even ones that have already been returned.
  2. The results per page are limited to whatever was initially set as the limit, unless the limit was 0, in which case Special:ViewData shows 100 results per page. We want to be able to manually set this limit.

Usage

{{#invoke:ViewData URL|BBRadio|character|season
|intro=<h3>BlazBlue Radio D</h3>
|limit=100
}}

Todo

Possible future expansion: Expand to use with the Files Cargo table as well

{{#invoke:ViewData|Files
|character
|category
...
|intro=<h3>BlazBlue Radio D</h3>
|limit=100
}}