Vorlage:Infobox cryptocurrency
| Infobox cryptocurrency |
|---|
{{Infobox cryptocurrency}} may be used to summarise information about a particular cryptocurrency, such as bitcoin or monero.
Usage[Bearbeiten]
Here is an empty template with some of the most commonly used parameters:
| {{{currency_name}}} | |||||
|---|---|---|---|---|---|
| |||||
| Denominations | |||||
| Plural | {{{plural}}} | ||||
| Symbol | {{{symbol}}} | ||||
| Ticker-Symbol | {{{ticker_symbol}}} | ||||
| Alias | {{{nickname}}} | ||||
| Alte Bezeichnungen | {{{previous_names}}} | ||||
| Übereinheiten | |||||
| {{{superunit_ratio_1}}} | {{{superunit_name_1}}} | ||||
| {{{superunit_ratio_2}}} | {{{superunit_name_2}}} | ||||
| {{{superunit_ratio_3}}} | {{{superunit_name_3}}} | ||||
| {{{superunit_ratio_4}}} | {{{superunit_name_4}}} | ||||
| {{{superunit_ratio_5}}} | {{{superunit_name_5}}} | ||||
| Subunits | |||||
| {{{subunit_ratio_1}}} | {{{subunit_name_1}}} | ||||
| {{{subunit_ratio_2}}} | {{{subunit_name_2}}} | ||||
| {{{subunit_ratio_3}}} | {{{subunit_name_3}}} | ||||
| {{{subunit_ratio_4}}} | {{{subunit_name_4}}} | ||||
| {{{subunit_ratio_5}}} | {{{subunit_name_5}}} | ||||
| Coins | {{{coin_definition}}} | ||||
| Entwicklung | |||||
| Original author(s) | {{{author}}} | ||||
| White Paper | {{{white_paper}}} | ||||
| Implementation(s) | {{{implementations}}} | ||||
| Erstveröffentlichung | {{{initial_release_version}}} / {{{initial_release_date}}} | ||||
| Latest release | {{{latest_release_version}}} / {{{latest_release_date}}} | ||||
| Quellcode | {{{code_repository}}} | ||||
| Entwicklungsstatus | {{{status}}} | ||||
| Forked from | {{{forked_from}}} | ||||
| Geschrieben in | {{{programming_languages}}} | ||||
| Betriebssystem | {{{operating_system}}} | ||||
| Entwickler | {{{developer}}} | ||||
| Source model | {{{source_model}}} | ||||
| Lizenz | {{{license}}} | ||||
| Website | {{{website}}} | ||||
| Kassenbuch | |||||
| Verwendeter Algorithmus | {{{timestamping}}} | ||||
| Hash function | {{{hash_function}}} | ||||
| Issuance | {{{issuance}}} | ||||
| Block reward | {{{block_reward}}} | ||||
| Zeit Blockerzeugung | {{{block_time}}} | ||||
| Block-Explorer | {{{block_explorer}}} | ||||
| Einheiten im Umlauf | {{{circulating_supply}}} | ||||
| Aktuelle Bewertung | |||||
| Exchange rate | {{{exchange_rate}}} | ||||
| Marktwert | {{{market_cap}}} | ||||
|
{{{footnotes}}} | |||||
- Full syntax
{{Infobox cryptocurrency
| currency_name =
| image_1 =
| image_2 =
| image_background_1 =
| image_background_2 =
| image_width_1 =
| alt1 =
| image_width_2 =
| alt2 =
| image_title_1 =
| image_title_2 =
| superunit_name_1 =
| subunit_name_1 =
| superunit_ratio_1 = <!-- thru |superunit_ratio_5 = -->
| superunit_name_1 =
| subunit_ratio_1 = <!-- thru |subunit_ratio_5 = -->
| subunit_name_1 =
| plural =
| symbol =
| alt_symbol_title_1 =
| alt_symbol_1 =
| ticker_symbol =
| previous_names =
| nickname =
| plural =
| coin_definition =
| white_paper =
| implementations =
| initial_release_version =
| initial_release_date =
| code_repository =
| status =
| latest_release_version =
| latest_release_date =
| forked_from =
| programming_languages =
| operating_system =
| author =
| developer =
| source_model =
| license =
| website =
| block_explorer =
| ledger_genesis =
| hash_function =
| issuance =
| timestamping =
| block_time =
| block_reward =
| circulating_supply =
| total_supply =
| exchange_rate =
| market_cap =
| footnotes =
}}
TemplateData[Bearbeiten]
TemplateData for Infobox cryptocurrency
<templatedata> { "params": { "currency_name": { "label": "Currency name", "description": "Full currency name", "required": true, "suggested": true, "example": "Bitcoin", "type": "string"
},
"image_1": { "label": "Image 1", "description": "First image", "required": false, "suggested": true, "type": "wiki-file-name"
},
"image_2": { "label": "Image 2", "description": "Second image", "required": false, "suggested": true, "type": "wiki-file-name"
},
"image_background_1": { "label": "Image background 1", "description": "First background image", "required": false, "type": "wiki-file-name"
},
"image_background_2": { "label": "Image background 2", "description": "Second background image", "required": false, "type": "wiki-file-name"
},
"image_width_1": { "label": "Image width 1", "description": "First image width", "required": false, "example": "250px", "type": "string"
},
"alt1": { "label": "Alternative text 1", "description": "First image alternative text", "required": false, "type": "string"
},
"image_width_2": { "label": "Image width 2", "description": "Second image width", "required": false, "example": "250px", "type": "string"
},
"alt2": { "label": "Alternative text 1", "description": "First image alternative text", "required": false, "type": "string"
},
"image_title_1": { "label": "Image title 1", "description": "First image title", "required": false,
"suggested": true,
"type": "string"
},
"image_title_2": { "label": "Image title 2", "description": "Second image title", "required": false, "type": "string"
},
"superunit_name_1": { "label": "Superunit name 1", "description": "First superunit name", "required": false, "type": "string"
},
"subunit_name_1": { "label": "Subunit name 1", "description": "First subunit name", "required": false, "type": "string"
},
"superunit_ratio_1": { "label": "Superunit ratio 1", "description": "First superunit ratio", "required": false, "example": "10", "type": "string"
},
"superunit_ratio_2": { "label": "Superunit ratio 2", "description": "Second superunit ratio", "required": false, "example": "100", "type": "string"
},
"superunit_ratio_3": { "label": "Superunit ratio 3", "description": "Third superunit ratio", "required": false, "example": "1,000", "type": "string"
},
"superunit_ratio_4": { "label": "Superunit ratio 4", "description": "Fourth superunit ratio", "required": false, "example": "10,000", "type": "string"
},
"superunit_ratio_5": { "label": "Superunit ratio 5", "description": "Fifth superunit ratio", "required": false, "example": "100,000", "type": "string"
},
"superunit_name_2": { "label": "Superunit name 2", "description": "Second superunit name", "required": false, "type": "string"
},
"superunit_name_3": { "label": "Superunit name 3", "description": "Third superunit name", "required": false, "type": "string"
},
"superunit_name_4": { "label": "Superunit name 4", "description": "Fourth superunit name", "required": false, "type": "string"
},
"superunit_name_5": { "label": "Superunit name 5", "description": "Fifth superunit name", "required": false, "type": "string"
},
"subunit_ratio_1": { "label": "Subunit ratio 1", "description": "First subunit ratio", "required": false, "example": "Vorlage:Frac", "type": "string"
},
"subunit_ratio_2": { "label": "Subunit ratio 2", "description": "Second subunit ratio", "required": false, "example": "Vorlage:Frac", "type": "string"
},
"subunit_ratio_3": { "label": "Subunit ratio 3", "description": "Third subunit ratio", "required": false, "example": "Vorlage:Frac", "type": "string"
},
"subunit_ratio_4": { "label": "Subunit ratio 4", "description": "Fourth subunit ratio", "required": false, "example": "Vorlage:Frac", "type": "string"
},
"subunit_ratio_5": { "label": "Subunit ratio 5", "description": "Fifth subunit ratio", "required": false, "example": "Vorlage:Frac", "type": "string"
},
"subunit_name_2": { "label": "Subunit name 2", "description": "Second subunit name", "required": false, "type": "string"
},
"subunit_name_3": { "label": "Subunit name 3", "description": "Third subunit name", "required": false, "type": "string"
},
"subunit_name_4": { "label": "Subunit name 4", "description": "Fourth subunit name", "required": false, "type": "string"
},
"subunit_name_5": { "label": "Subunit name 5", "description": "Fifth subunit name", "required": false, "type": "string"
},
"plural": { "label": "Plural", "description": "Plural form", "required": false, "type": "string"
},
"symbol": { "label": "Symbol", "description": "Symbolic character representation", "required": false, "suggested": true, "example": "₿", "type": "string" }, "ticker_symbol": { "example": "BTC", "type": "string", "required": false, "suggested": true, "label": "Ticker symbol", "description": "Symbol representing the currency on exchanges" }, "previous_names": { "type": "string", "required": false, "label": "Previous names", "description": "Former names of the currency" }, "nickname": { "label": "Nickname", "description": "Colloquial term", "required": false, "type": "string" }, "coin_definition": { "label": "Coin definition", "description": "Definition of currency unit", "required": false, "suggested": true, "type": "string" }, "white_paper": { "label": "White paper", "description": "Reference to white paper", "required": false, "suggested": true, "type": "string" }, "implementations": { "label": "implementations", "description": "List of recognised software implementations", "required": false, "suggested": true, "type": "string"
},
"initial_release_version": { "label": "Initial release version", "description": "Version number of the first release", "required": false, "suggested": true, "example": "1.0.0", "type": "string"
},
"initial_release_date": { "label": "Date of the first release", "description": "Date of the first release", "required": false, "suggested": true, "type": "date"
},
"code_repository": { "label": "Code repository", "description": "Code repository", "required": false, "suggested": true, "type": "string"
},
"status": { "label": "Status", "description": "Development status", "required": false, "suggested": true, "type": "string"
},
"latest_release_version": { "label": "Latest release version", "description": "Version number of the latest release", "required": false, "suggested": true, "example": "1.0.0", "type": "string"
},
"latest_release_date": { "label": "Date of the latest release", "description": "Date of the latest release", "required": false, "suggested": true, "type": "date"
},
"forked_from": { "label": "Forked from", "description": "Name of forked origin", "required": false, "suggested": true, "example": "Litecoin", "type": "string"
},
"programming_languages": { "label": "Programming languages", "description": "Programming languages used", "required": false, "suggested": true, "example": "C", "type": "string"
},
"operating_system": { "label": "Operating System", "description": "Supported operating systems", "required": false, "suggested": true, "example": "Microsoft Windows", "type": "string"
},
"author": { "label": "Author", "description": "Original author(s)", "required": false, "suggested": true, "example": "Satoshi Nakamoto", "type": "string"
},
"developer": { "label": "Developer", "description": "Developers(s)", "required": false, "suggested": true, "type": "string"
},
"source_model": { "label": "Source model", "description": "Source code availability", "required": false, "suggested": true, "example": "Open source", "type": "string"
},
"license": { "label": "License", "description": "Software license", "required": false, "suggested": true, "example": "MIT", "type": "string"
},
"website": {
"label": "Website",
"description": "Official website(s)",
"required": false,
"suggested": true,
"example": "www
},
"block_explorer": {
"label": "Block explorer",
"description": "Block explorer(s)",
"required": false,
"suggested": true,
"example": "blockchain
},
"ledger_genesis": { "label": "Ledger genesis", "description": "Date the first block (or transaction) occurred", "required": false, "suggested": true, "type": "string"
},
"hash_function": { "label": "Hash function", "description": "Hash functions used", "required": false, "suggested": true, "example": "SHA-256", "type": "string"
},
"issuance": { "label": "Issuance", "description": "Method of currency issuance (e.g. decentralized)", "required": false, "suggested": true, "type": "string"
},
"timestamping": { "label": "Timestamping", "description": "Consensus mechanism", "required": false, "suggested": true, "example": "Proof-of-work", "type": "string"
},
"block_time": { "label": "Block time", "description": "Block time", "required": false, "suggested": true, "example": "10 mins", "type": "string"
},
"block_reward": { "label": "Block reward", "description": "Block reward", "required": false, "suggested": true, "example": "12.5 BTC", "type": "string"
},
"circulating_supply": { "label": "Circulating supply", "description": "Circulating supply", "required": false, "suggested": true, "example": "21,000,000", "type": "string"
},
"total_supply": { "label": "Total supply", "description": "Total supply", "required": false, "suggested": true, "example": "21,000,000", "type": "string"
},
"exchange_rate": { "label": "exchange_rate", "description": "Conversion rate", "required": false, "suggested": true, "example": "$5 USD (January 2015)", "type": "string"
},
"market_cap": { "label": "Market capitalization", "description": "Market captialization", "required": false, "suggested": true, "example": "$5 million (January 2015)", "type": "string"
},
"footnotes": {} }, "description": "cryptocurrency", "format": "block", "paramOrder": [
"currency_name",
"image_1", "image_2", "image_background_1", "image_background_2", "image_width_1", "alt1", "image_width_2", "alt2", "image_title_1", "image_title_2", "superunit_ratio_1", "superunit_ratio_2", "superunit_ratio_3", "superunit_ratio_4", "superunit_ratio_5", "superunit_name_1", "superunit_name_2", "superunit_name_3", "superunit_name_4", "superunit_name_5", "subunit_ratio_1", "subunit_ratio_2", "subunit_ratio_3", "subunit_ratio_4", "subunit_ratio_5", "subunit_name_1", "subunit_name_2", "subunit_name_3", "subunit_name_4", "subunit_name_5", "plural", "symbol", "ticker_symbol", "previous_names", "nickname", "coin_definition", "white_paper", "implementations", "initial_release_version", "initial_release_date",
"code_repository",
"status", "latest_release_version", "latest_release_date", "forked_from", "programming_languages", "operating_system", "author", "developer",
"source_model",
"license", "website",
"block_explorer",
"ledger_genesis",
"hash_function", "issuance", "timestamping", "block_time", "block_reward", "circulating_supply", "total_supply", "exchange_rate", "market_cap", "footnotes" ] } </templatedata>
| The above documentation is transcluded from Vorlage:Infobox cryptocurrency/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |