Get
返回給定參數的值。
Inner
返回 shortcode 開始和結束標簽之間的內容,適用於 shortcode 調用包含結束標簽的情況。
InnerDeindent
返回 shortcode 開始和結束標簽之間的內容,並移除縮進,適用於 shortcode 調用包含結束標簽的情況。
IsNamedParams
報告 shortcode 調用是否使用命名參數。
Name
返回 shortcode 文件名,不包括文件擴展名。
Ordinal
返回 shortcode 相對於其父級的從零開始的序號。
Page
返回調用 shortcode 的頁面對象。
Params
返回 shortcode 參數的集合。
Parent
在嵌套 shortcode 中返回父 shortcode 上下文。
Position
返回調用 shortcode 的文件名和位置。
Ref
返回具有給定路徑、語言和輸出格式的頁面的絕對 URL。
RelRef
返回具有給定路徑、語言和輸出格式的頁面的相對 URL。
Scratch
返回一個"暫存板"來存儲和操作數據,作用域為當前 shortcode。
Site
返回站點對象。
Store
返回一個"暫存板"來存儲和操作數據,作用域為當前 shortcode。