Template:Nesdblink/doc: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) (→Template:Nesdblink Documentation: better examples for creating well-formed searches) |
Rainwarrior (talk | contribs) m (moving bold in matching example) |
||
Line 20: | Line 20: | ||
# Search by specific PCB name. | # Search by specific PCB name. | ||
# Search for PCB name containing term. | # Search for PCB name containing term. | ||
# Use % as a wildcard to include multiple variations. (Here the - prefix is to | # Use % as a wildcard to include multiple variations. (Here the - prefix is to match NES'''-A'''O'''ROM''' and HVC'''-A'''O'''ROM''' but exclude T'''A'''ITO-CN'''ROM'''.) |
Revision as of 21:56, 23 April 2015
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}}
- 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.)