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
Update to self-hosted IPFS gateway (ipfs.maybelle.cryptograss.live) and cleaner semantic property names (via update-page on MediaWiki MCP Server)
Add thumbnail to semantic data and infobox display (via update-page on MediaWiki MCP Server)
Line 30: Line 30:
</noinclude><includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:300px;"
</noinclude><includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:300px;"
|+ '''Blue Railroad Token #{{{token_id}}}'''
|+ '''Blue Railroad Token #{{{token_id}}}'''
|-
| colspan="2" style="text-align:center;" | [[File:Blue Railroad Token {{{token_id}}} thumbnail.jpg|280px|link=]]
|-
|-
! Song
! Song
Line 69: Line 71:
|URI Type={{{uri_type}}}
|URI Type={{{uri_type}}}
|IPFS CID={{{ipfs_cid}}}
|IPFS CID={{{ipfs_cid}}}
|Thumbnail=File:Blue Railroad Token {{{token_id}}} thumbnail.jpg
}}
}}
[[Category:Blue Railroad Tokens]]
[[Category:Blue Railroad Tokens]]
</includeonly>
</includeonly>

Revision as of 03:10, 11 February 2026

Template for displaying Blue Railroad NFT token data.

Song IDs correspond to track numbers on Tony Rice's Manzanita album (1979).

Parameters

  • token_id - The NFT token ID
  • song_id - Manzanita track number (5=Nine Pound Hammer/Pushups, 7=Blue Railroad Train/Squats, 8=Ginseng Sullivan/Army Crawls)
  • 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)
  • uri_type - Type of URI: ipfs, https, or unknown (set by import script)
  • ipfs_cid - IPFS CID if uri_type is ipfs (set by import script)

Usage

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