{exp:stockpile:add key="test" var_name="test_var"}test val 1{/exp:stockpile:add}
{exp:stockpile:add key="test" var_name="test_var"}test val 2{/exp:stockpile:add}
{exp:stockpile:get key="test"}
{stockpile:test_var}
{/exp:stockpile:get}
-------------------
{exp:stockpile:info}
{stockpile:test:last_index}
{/exp:stockpile:info}
-------------------
{exp:stockpile:create_unique_key parse="inward"}
{exp:stockpile:add key="{stockpile:unique_key}" var_name="test_var"}thing{/exp:stockpile:add}
{/exp:stockpile:create_unique_key}
-------------------
{exp:stockpile:create_unique_key parse="inward"}
{exp:stockpile:add key="{stockpile:unique_key}" var_name="test_var"}asdf{/exp:stockpile:add}
{/exp:stockpile:create_unique_key}
-------------------
{exp:stockpile:get_unique_key_group parse="inward"}
{exp:stockpile:get key="{stockpile:unique_key}"}
{stockpile:test_var}
{/exp:stockpile:get}
{/exp:stockpile:get_unique_key_group}