Template:Nesdbbox: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) m (unif_wild example in documentation) |
Rainwarrior (talk | contribs) m (unif_wild A%ROM has spurious results (like T'''A'''ITO-CN'''ROM''') replacing with NES-A%ROM) |
||
Line 55: | Line 55: | ||
|unif|NES-CNROM|CNROM | |unif|NES-CNROM|CNROM | ||
|ines|5|iNES 005 | |ines|5|iNES 005 | ||
|unif_wild|A%ROM|AxROM | |unif_wild|NES-A%ROM|AxROM | ||
}}</pre> | }}</pre> | ||
Revision as of 19:44, 23 April 2015
NESCartDB
{{{3}}} |
A box containing the In NesCartDB category tag and 1 or more links to NesDB searches.
Single use:
{{nesdbbox|ines|1|iNES 001}}
Multi use:
{{nesdbbox |ines|1|iNES 001 |unif|NES-CNROM|CNROM |ines|5|iNES 005 |unif_wild|NES-A%ROM|AxROM }}
The parameters are simply a batched set of nesdblink templates, documentation included below:
Template:Nesdblink Documentation
A simple template for creating links to Bootgod's NES Cart Database.
Usage:
{{nesdblink | search type (ines/unif/unif_wild) | search parameter (number/board) | link text }}
Examples:
1. {{nesdblink|ines|1|iNES 001}} 2. {{nesdblink|unif|NES-CNROM|NES-CNROM}} 3. {{nesdblink|unif_wild|CNROM|CNROM}} 4. {{nesdblink|unif_wild|-A%ROM|AxROM}} - this currently doesn't work since the migration to nescartdb
- Search by iNES mapper.
- Search by specific PCB name.
- Search for PCB name containing term.
- Use % as a wildcard to include multiple variations. (Here the - prefix is to match NES-AOROM and HVC-AOROM but exclude TAITO-CNROM.)