Template:Blue Railroad Token: Difference between revisions

From PickiPedia: A knowledge base of bluegrass, old time, and other traditional and public domain music
Jump to navigationJump to search
Fix template: use HTML small tag, remove video embed (not supported), clean up SMW properties (via update-page on MediaWiki MCP Server)
Use #set parser function to hide SMW property annotations (via update-page on MediaWiki MCP Server)
Line 46: Line 46:
| [https://optimistic.etherscan.io/token/0xCe09A2d0d0BDE635722D8EF31901b430E651dB52?a={{{token_id}}} View on Etherscan]
| [https://optimistic.etherscan.io/token/0xCe09A2d0d0BDE635722D8EF31901b430E651dB52?a={{{token_id}}} View on Etherscan]
|}
|}
[[Has token id::{{{token_id}}}]]
{{#set:
[[Has song id::{{{song_id}}}]]
|Has token id={{{token_id}}}
[[Has date minted::{{{date|Unknown}}}]]
|Has song id={{{song_id}}}
[[Has video uri::{{{uri}}}]]
|Has date minted={{{date|Unknown}}}
[[Has owner address::{{{owner}}}]]
|Has video uri={{{uri}}}
[[Has owner::{{{owner_display}}}]]
|Has owner address={{{owner}}}
|Has owner={{{owner_display}}}
}}
[[Category:Blue Railroad Tokens]]
[[Category:Blue Railroad Tokens]]
</includeonly>
</includeonly>

Revision as of 20:32, 15 January 2026

Template for displaying Blue Railroad NFT token data.

Parameters

  • token_id - The NFT token ID
  • song_id - The song ID (5=Blue Railroad Train, 6=Nine Pound Hammer, 10=Ginseng Sullivan)
  • date - Date minted (YYYY-MM-DD format)
  • date_raw - Raw date value from chain
  • owner - Wallet address of current owner
  • owner_display - ENS name or wallet address
  • uri - Video URI (IPFS or Discord)

Usage

{{Blue Railroad Token
|token_id=0
|song_id=5
|date=2026-01-13
|owner=0x123...
|owner_display=someone.eth
|uri=ipfs://bafy...
}}