A detailed description of game shortcode.
Usage
1{{< 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. | 
1{{< game src="GAME_URL" trigger=manual >}}
评论