Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.05 KB

File metadata and controls

50 lines (38 loc) · 1.05 KB

+++

type = "docs"

title = "游戏 Shortcode" linkTitle = "游戏" date = 2022-11-15T21:16:48+08:00

description = "" # Used by description meta tag, summary will be used instead if not set or empty.

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.

Usage

{{</* 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 */>}}

Examples

Auto Load

{{< game "https://v6p9d9t4.ssl.hwcdn.net/html/6581665/FeatherParkWeb/index.html" >}}

Manual Load

{{< game src="https://v6p9d9t4.ssl.hwcdn.net/html/6581665/FeatherParkWeb/index.html" trigger=manual >}}