Bitcoin.org/_layouts/glossary_entry.html
2018-04-03 11:17:17 +02:00

62 lines
1.7 KiB
HTML

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: devdoc-category
breadcrumbs:
- bitcoin
- dev docs
- dev docs glossary
- GLOSSARY_ENTRY_TITLE
show_fragments: false
show_toc: false
show_subhead_links_on_top: false
hide_translation_disclaimer: true
---
<div class="glossary-subpage clearfix" markdown="1">
<div class="glossary-subpage-right glossary-subpage-search">
<input id="glossary_term" class="glossary_term" placeholder="{% translate glossarysearchplaceholder developer-documentation %}">
</div>
<div class="glossary-subpage-left" markdown="1">
<div markdown="block" class="notice">
<span markdown="span">{% translate definitionnotice developer-glossary %}</span>
</div>
## {% translate sectiontitledefinition developer-glossary %}
{% autocrossref %}
{{page.required.summary_max_255_characters_no_formatting}}
{% endautocrossref %}
### {% translate sectiontitlesynonyms developer-glossary %}
{% for synonym in page.required.synonyms_shown_in_glossary_capitalize_first_letter %}
* {{synonym}}
{% endfor %}
{% if page.optional.not_to_be_confused_with_capitalize_first_letter %}
### {% translate sectiontitlenottobeconfused developer-glossary %}
{% autocrossref %}
{% for term in page.optional.not_to_be_confused_with_capitalize_first_letter %}
* {{term}}
{% endfor %}
{% endautocrossref %}
{% endif %}
</div>
<div class="glossary-subpage-right glossary-subpage-links" markdown="1">
{% if page.optional.links_html_or_markdown_style_capitalize_first_letter %}
### {% translate sectiontitlelinks developer-glossary %}
{% for link in page.optional.links_html_or_markdown_style_capitalize_first_letter %}
* {{link}}
{% endfor %}
{% endif %}
</div>
</div>