mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'
``` git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash ``` Closes #11925
This commit is contained in:
20
docs/content/en/variables/_common/consistent-terminology.md
Normal file
20
docs/content/en/variables/_common/consistent-terminology.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# Do not remove front matter.
|
||||
---
|
||||
|
||||
{{% note %}}
|
||||
We are making an effort to unify our [terminology], and to use these terms consistently throughout the documentation.
|
||||
|
||||
Historically, we have inconsistently referred to the items on this page as [functions], [parameters], [variables], or [methods]. They are not functions, parameters, or variables; they are methods.
|
||||
|
||||
This page will remain in place as readers become familiar with the unified terminology. See the [methods section] for a list of methods by [object], or the [methods quick reference guide].
|
||||
|
||||
[functions]: /getting-started/glossary/#function
|
||||
[methods quick reference guide]: /quick-reference/methods
|
||||
[methods section]: /methods
|
||||
[methods]: /getting-started/glossary/#method
|
||||
[object]: /getting-started/glossary/#object
|
||||
[parameters]: /getting-started/glossary/#parameter
|
||||
[terminology]: /getting-started/glossary/
|
||||
[variables]: /getting-started/glossary/#variable
|
||||
{{% /note %}}
|
Reference in New Issue
Block a user