+++
title = "游戏 Shortcode" linkTitle = "游戏" date = 2022-11-15T21:16:48+08:00
featured = false draft = false comment = true toc = true reward = true pinned = false carousel = false categories = ["Shortcode"] tags = ["游戏"] series = ["文档"] images = [] +++
A detailed description of game shortcode.
{{</* game "GAME_URL" */>}}
or via named parameters
Parameter | Default | Description |
---|---|---|
src |
- | The game URL. Required. |
trigger |
auto |
Set it as manual if you want to load the game manually. |
loadInfo |
- | The information shown below the load button. Markdown is supported. |
{{</* game src="GAME_URL" trigger=manual */>}}
{{< game "https://v6p9d9t4.ssl.hwcdn.net/html/6581665/FeatherParkWeb/index.html" >}}
{{< game src="https://v6p9d9t4.ssl.hwcdn.net/html/6581665/FeatherParkWeb/index.html" trigger=manual >}}