Skip to content

Commit b5eeda5

Browse files
committed
Encapsulate int16
1 parent 50d1c82 commit b5eeda5

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

registries/_format/int16.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,8 @@ base_type: number
66
layout: default
77
---
88

9-
# <a href="..">{{ page.collection }}</a>
10-
11-
## {{ page.slug }} - {{ page.description }}
12-
13-
Base type: `{{ page.base_type }}`.
14-
9+
{% capture summary %}
1510
The `{{page.slug}}` format represents a signed 16-bit integer, with the range -32768 through +32767.
11+
{% endcapture %}
1612

17-
{% if page.issue %}
18-
### GitHub Issue
19-
20-
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }})
21-
{% endif %}
22-
23-
{% if page.remarks %}
24-
### Remarks
25-
26-
{{ page.remarks }}
27-
{% endif %}
13+
{% include format-entry.md summary=summary %}

0 commit comments

Comments
 (0)