Template:Nesdblink/doc: Difference between revisions
From NESdev Wiki
Jump to navigationJump to search
Rainwarrior (talk | contribs) (moving documentation to its own page for transclusion into nesdbbbox) |
Rainwarrior (talk | contribs) (→Template:Nesdblink Documentation: can't figure out a way to do wildcards with nescartdb?) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== [[:Template:Nesdblink]] Documentation == | |||
A simple template for creating links to Bootgod's NES Cart Database. | A simple template for creating links to Bootgod's NES Cart Database. | ||
Usage: | Usage: | ||
<pre>{{nesdblink | <pre>{{nesdblink | ||
| search type (ines/unif) | | search type (ines/unif/unif_wild) | ||
| search parameter (number/board) | | search parameter (number/board) | ||
| link text | | link text | ||
Line 10: | Line 12: | ||
Examples: | Examples: | ||
<pre>1. {{nesdblink|ines|1|iNES 001}} | <pre>1. {{nesdblink|ines|1|iNES 001}} | ||
2. {{nesdblink|unif|NES-CNROM|CNROM}} | 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 | |||
</pre> | </pre> | ||
# 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'''-A'''O'''ROM''' and HVC'''-A'''O'''ROM''' but exclude T'''A'''ITO-CN'''ROM'''.) |
Latest revision as of 00:40, 30 June 2022
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.)