PREVIEW ENVIRONMENT - This is not the production database. Changes will NOT be saved.
PickiPedia:BlueRailroadConfig: Difference between revisions
From PickiPedia: A knowledge base of bluegrass, old time psychedelic jams, and other public domain music
Jump to navigationJump to search
Create Blue Railroad bot configuration page (via create-page on MediaWiki MCP Server) |
manual verification |
||
| (5 intermediate revisions by 2 users 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 | == Data Sources == | ||
{{BlueRailroadSource | {{BlueRailroadSource | ||
| Line 11: | Line 11: | ||
|contract=0xCe09A2d0d0BDE635722D8EF31901b430E651dB52 | |contract=0xCe09A2d0d0BDE635722D8EF31901b430E651dB52 | ||
|chain_data_key=blueRailroads | |chain_data_key=blueRailroads | ||
|name=Blue Railroad (Optimism) | |name=Blue Railroad V1 (Optimism) | ||
{{ | }} | ||
{{BlueRailroadSource | |||
|network_id=10 | |||
|contract=0x40b23771DAf0D89dE153a70a9F57741a96ed1Dd1 | |||
|chain_data_key=blueRailroadV2s | |||
|name=Blue Railroad V2 (Optimism) | |||
}} | |||
== Leaderboards == | == Leaderboards == | ||
{{BlueRailroadLeaderboard | {{BlueRailroadLeaderboard | ||
|page=Blue Railroad Leaderboard | |page=Blue Railroad Leaderboard | ||
|description=Overall token holdings across all exercises | |description=Overall token holdings across all exercises | ||
|sort=count | |sort=count | ||
}} | |||
== Adding New Leaderboards == | == Adding New Leaderboards == | ||
To add a new leaderboard, copy the template above and modify the parameters: | |||
<pre> | |||
{{BlueRailroadLeaderboard | {{BlueRailroadLeaderboard | ||
|page=Your Leaderboard Page Name | |page=Your Leaderboard Page Name | ||
| Line 55: | Line 39: | ||
|description=Description shown at top of the page | |description=Description shown at top of the page | ||
|sort=count | |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 | ||
[[Category:Bot Configuration]] | [[Category:Bot Configuration]] | ||
[[Category:Blue Railroad]] | [[Category:Blue Railroad]] | ||
Latest revision as of 17:55, 6 February 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
Leaderboards
Adding New Leaderboards
To add a new leaderboard, copy the template above and modify the parameters:
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