Template talk:Infobox iNES mapper: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(My NesCartDB query removes region dupes)
(→‎Don't Repeat Yourself?: case sensitivity and the like)
Line 2: Line 2:
"If you provide nescartdbgames, it automatically inserts..."
"If you provide nescartdbgames, it automatically inserts..."
Is there a way to likewise automate/fold into the box [[:Category:Mappers with bus conflicts|Mappers with bus conflicts]]? [[User:Myask|Myask]] ([[User talk:Myask|talk]]) 16:52, 21 April 2015 (MDT)
Is there a way to likewise automate/fold into the box [[:Category:Mappers with bus conflicts|Mappers with bus conflicts]]? [[User:Myask|Myask]] ([[User talk:Myask|talk]]) 16:52, 21 April 2015 (MDT)
:Yes, once I figure out a bit more string
:Yes, once I figure out a bit more string manipulation to distinguish "yes" and "Yes" and "Y" from "no" and "No". --[[User:Tepples|Tepples]] ([[User talk:Tepples|talk]]) 19:26, 21 April 2015 (MDT)


== NesDB linking, non-1:1 issues ==
== NesDB linking, non-1:1 issues ==

Revision as of 01:26, 22 April 2015

Don't Repeat Yourself?

"If you provide nescartdbgames, it automatically inserts..." Is there a way to likewise automate/fold into the box Mappers with bus conflicts? Myask (talk) 16:52, 21 April 2015 (MDT)

Yes, once I figure out a bit more string manipulation to distinguish "yes" and "Yes" and "Y" from "no" and "No". --Tepples (talk) 19:26, 21 April 2015 (MDT)

NesDB linking, non-1:1 issues

I think it would be better if the template was just for "mapper" not "iNES mapper", simply because a lot of articles are organized around something other than iNES number (Nintendo board, multiple iNES, no iNES, etc.)

I think we need more comprehensive NesDB linking, as well. For each thing there are several relevant ways to search NesDB, and we should probably have all of them in the infobox. Also, there are much cleaner and succinct URLs you could be using, e.g.:

If an artice is about 3 different iNES mappers, it would ideally have a seachlink to each relevant iNES, should probably have a search link for each relevant board too. I dunno if the "number of games" is very useful either; not sure how often that changes, but if it's just copy pasted from the search result, it's easy to find it there. Seems like an annoying bit of extra maintenance; why do I need a number of games to create an NesDB link? I feel like the link text should have something to do with the mapper/board used for search, not some number you have to look up manually, maybe something like: NesDB [CNROM] -br- NesDB [iNES 001] -br- NesDB [iNES 185], I dunno.

Also, how come only the first iNES mapper number has leading 0s? - Rainwarrior (talk) 17:03, 21 April 2015 (MDT)

I dunno, just "number of games" seems a really strange thing to put in. I get that we want to have an idea of the relative frequency of the mapper, but the NesDB is full of regional duplicates, etc. it's really hairy to try and come up with a number that means what you might intuitively think it does. Actually following the link and using the database directly is a much better way to figure out what you need. The stats page is especially good for this: http://bootgod.dyndns.org:7777/stats.php - Rainwarrior (talk) 17:10, 21 April 2015 (MDT)
You technically don't need a number of games; you just need a non-empty string like "Few" or "Many". The query I'm using already removes region dupes. I'd put in support for multiple NesCartDB queries, but I'm still unsure of my skill in making variadic templates. And UNIF is officially dead. --Tepples (talk) 19:25, 21 April 2015 (MDT)