mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 11:42:37 +00:00
69d7a781b4
For example: [scalar](/getting-started/glossary/#scalar) => [scalar](g)
904 B
904 B
title, description, categories, keywords, action
| title | description | categories | keywords | action | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Store | Returns a "Store pad" scoped to the shortcode to store and manipulate data. |
|
{{< new-in 0.139.0 >}}
The Store method within a shortcode creates a scratch pad to store and manipulate data. The scratch pad is scoped to the shortcode.
{{% note %}}
With the introduction of the newScratch function, and the ability to assign values to template variables after initialization, the Store method within a shortcode is mostly obsolete.
{{% /note %}}
{{% include "methods/page/_common/scratch-methods.md" %}}