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
Add mainlabel=- to hide page title and show only display name (via update-page on MediaWiki MCP Server) |
Add missing SMW properties: Has video uri, Has uri type, Has ipfs cid (via update-page on MediaWiki MCP Server) |
||
| Line 65: | Line 65: | ||
|Has owner address={{{owner}}} | |Has owner address={{{owner}}} | ||
|Has owner={{{owner_display}}} | |Has owner={{{owner_display}}} | ||
|Has video uri={{{uri}}} | |||
|Has uri type={{{uri_type}}} | |||
|Has ipfs cid={{{ipfs_cid}}} | |||
}} | }} | ||
[[Category:Blue Railroad Tokens]] | [[Category:Blue Railroad Tokens]] | ||
</includeonly> | </includeonly> | ||
Revision as of 16:20, 21 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)
- 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=5
|date=2026-01-13
|owner=0x123...
|owner_display=someone.eth
|uri=ipfs://bafy...
|uri_type=ipfs
|ipfs_cid=bafy...
}}