Difference between revisions of "Template:Crypto info template"

From CryptoWiki

wiki_crypto>Zeb.dyor
 
(Created page with "{{Infobox distributed computing project | website = | launch = | total supply = }}")
Line 1: Line 1:
<infobox>
{{Infobox distributed computing project
  <title source="title1">
| website               =  
    <default>{{PAGENAME}}</default>
| launch                 =  
  </title>
| total supply          =  
  <data source="website">
    <label>Website</label>
  </data>
  <data source="launch">
    <label>Launch</label>
  </data>
  <data source="total_supply">
    <label>Total Supply</label>
  </data>
  <data source="type">
    <label>Type</label>
  </data>
  <data source="consensus_mechanism">
    <label>Consensus mechanism</label>
  </data>
</infobox>
<noinclude>
Example usage:<pre>
{{Crypto info template
|title1=Example
|image1=Example
|caption1=Example
|ticker_symbol=Example
|website=Example
|launch=Example
|total_supply=Example
|type=Example
|consensus_mechanism=Example
}}
}}
</pre>
</noinclude>

Revision as of 13:29, 30 December 2021

Crypto info template