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
Use IPFS gateway for IPFS tokens, cryptograss.live for others (via update-page on MediaWiki MCP Server) |
Move video to main content area, larger size (480px) (via update-page on MediaWiki MCP Server) |
||
| Line 26: | Line 26: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude><includeonly>{| class="wikitable" style="float:right; margin-left:1em; width: | </noinclude><includeonly>{| class="wikitable" style="float:right; margin-left:1em; width:300px;" | ||
|+ '''Blue Railroad Token #{{{token_id}}}''' | |+ '''Blue Railroad Token #{{{token_id}}}''' | ||
|- | |- | ||
| Line 43: | Line 43: | ||
! Owner | ! Owner | ||
| {{{owner_display}}}{{#ifeq:{{{owner_display}}}|{{{owner}}}||<br/><small>[https://optimistic.etherscan.io/address/{{{owner}}} view on etherscan]</small>}} | | {{{owner_display}}}{{#ifeq:{{{owner_display}}}|{{{owner}}}||<br/><small>[https://optimistic.etherscan.io/address/{{{owner}}} view on etherscan]</small>}} | ||
|- | |- | ||
! Contract | ! Contract | ||
| [https://optimistic.etherscan.io/token/0xCe09A2d0d0BDE635722D8EF31901b430E651dB52?a={{{token_id}}} View on Etherscan] | | [https://optimistic.etherscan.io/token/0xCe09A2d0d0BDE635722D8EF31901b430E651dB52?a={{{token_id}}} View on Etherscan] | ||
|} | |} | ||
== Workout Video == | |||
{{#ifeq:{{{uri_type|}}}|ipfs|{{#ev:videolink|https://gateway.pinata.cloud/ipfs/{{{ipfs_cid}}}|480}}|{{#ev:videolink|https://cryptograss.live/assets/fetched/10-0xCe09A2d0-{{{token_id}}}.mp4|480}}}} | |||
{{#ifeq:{{{uri_type|}}}|ipfs|<small>[https://gateway.pinata.cloud/ipfs/{{{ipfs_cid}}} View on IPFS]</small>|}} | |||
{{#set: | {{#set: | ||
|Has token id={{{token_id}}} | |Has token id={{{token_id}}} | ||
Revision as of 23:47, 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)
- 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...
}}