PickiPedia:BlueRailroadConfig: Difference between revisions
Add Blue Railroad V2 data source (via update-page on MediaWiki MCP Server) |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
'''Blue Railroad Bot Configuration''' | |||
This page defines the data sources and generated pages for the [[Blue Railroad]] import bot. The bot reads this page and generates token pages and leaderboards automatically. | |||
''Edit this page to add new leaderboards or modify existing ones. Changes take effect on the next import run (typically within minutes of a deployment).'' | |||
== Data Sources == | == Data Sources == | ||
| Line 12: | Line 12: | ||
|chain_data_key=blueRailroads | |chain_data_key=blueRailroads | ||
|name=Blue Railroad V1 (Optimism) | |name=Blue Railroad V1 (Optimism) | ||
}} | |||
{{BlueRailroadSource | {{BlueRailroadSource | ||
| Line 19: | Line 19: | ||
|chain_data_key=blueRailroadV2s | |chain_data_key=blueRailroadV2s | ||
|name=Blue Railroad V2 (Optimism) | |name=Blue Railroad V2 (Optimism) | ||
}} | |||
== Leaderboards == | == Leaderboards == | ||
| Line 28: | Line 28: | ||
|description=Overall token holdings across all exercises | |description=Overall token holdings across all exercises | ||
|sort=count | |sort=count | ||
}} | |||
=== By Exercise === | === By Exercise === | ||
| Line 36: | Line 36: | ||
|description=Leaderboard for Squats ([[Blue Railroad Train]]) | |description=Leaderboard for Squats ([[Blue Railroad Train]]) | ||
|sort=count | |sort=count | ||
}} | |||
{{BlueRailroadLeaderboard | {{BlueRailroadLeaderboard | ||
| Line 43: | Line 43: | ||
|description=Leaderboard for Pushups ([[Nine Pound Hammer]]) | |description=Leaderboard for Pushups ([[Nine Pound Hammer]]) | ||
|sort=count | |sort=count | ||
}} | |||
{{BlueRailroadLeaderboard | {{BlueRailroadLeaderboard | ||
| Line 50: | Line 50: | ||
|description=Leaderboard for Army Crawls ([[Ginseng Sullivan]]) | |description=Leaderboard for Army Crawls ([[Ginseng Sullivan]]) | ||
|sort=count | |sort=count | ||
}} | |||
== Adding New Leaderboards == | == Adding New Leaderboards == | ||
To add a new leaderboard, copy one of the templates above and modify the parameters: | |||
<pre> | |||
{{BlueRailroadLeaderboard | {{BlueRailroadLeaderboard | ||
|page=Your Leaderboard Page Name | |page=Your Leaderboard Page Name | ||
| Line 62: | Line 62: | ||
|description=Description shown at top of the page | |description=Description shown at top of the page | ||
|sort=count | |sort=count | ||
}} | |||
</pre> | |||
Available filters: | |||
* | * '''filter_song_id''' - Only include tokens with this song ID | ||
* | * '''filter_owner''' - Only include tokens owned by this address | ||
Sort options: | |||
* | * '''count''' - Most tokens first (default) | ||
* | * '''newest''' - Most recently minted first | ||
* | * '''oldest''' - Oldest tokens first | ||
[[Category:Bot Configuration]] | [[Category:Bot Configuration]] | ||
[[Category:Blue Railroad]] | [[Category:Blue Railroad]] | ||
Latest revision as of 22:56, 27 January 2026
Blue Railroad Bot Configuration
This page defines the data sources and generated pages for the Blue Railroad import bot. The bot reads this page and generates token pages and leaderboards automatically.
Edit this page to add new leaderboards or modify existing ones. Changes take effect on the next import run (typically within minutes of a deployment).
Data Sources[edit]
Leaderboards[edit]
Overall Leaderboard[edit]
By Exercise[edit]
Property "BlueRailroad leaderboard description" (as page type) with input value "Leaderboard for Squats (Blue Railroad Train)" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
Property "BlueRailroad leaderboard description" (as page type) with input value "Leaderboard for Pushups (Nine Pound Hammer)" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
Property "BlueRailroad leaderboard description" (as page type) with input value "Leaderboard for Army Crawls (Ginseng Sullivan)" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.
Adding New Leaderboards[edit]
To add a new leaderboard, copy one of the templates above and modify the parameters:
{{BlueRailroadLeaderboard
|page=Your Leaderboard Page Name
|filter_song_id=5
|description=Description shown at top of the page
|sort=count
}}
Available filters:
- filter_song_id - Only include tokens with this song ID
- filter_owner - Only include tokens owned by this address
Sort options:
- count - Most tokens first (default)
- newest - Most recently minted first
- oldest - Oldest tokens first