Compare commits
2 commits
1d40552e26
...
0552019e8a
Author | SHA1 | Date | |
---|---|---|---|
0552019e8a | |||
69322f4720 |
2 changed files with 22 additions and 1 deletions
|
@ -9,7 +9,7 @@ page_status:
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```txt
|
```txt
|
||||||
{{ .Name }} required, [optional] // type these in manually
|
{{ .Name }} <required>, [optional] // type these in manually
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
21
content/BuiltinCommands/game.url.md
Normal file
21
content/BuiltinCommands/game.url.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
---
|
||||||
|
title: "game.url"
|
||||||
|
description: "Opens a URL"
|
||||||
|
layout: "definition"
|
||||||
|
page_status:
|
||||||
|
# - 'stub' # Not going to expand
|
||||||
|
---
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```txt
|
||||||
|
game.url <url>
|
||||||
|
```
|
||||||
|
|
||||||
|
Where `<url>` is an url you want to open, for example <https://grannysmithgame.com/>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
optional arguments are written in square brackets
|
||||||
|
|
||||||
|
below you can add examples
|
||||||
|
--->
|
Loading…
Reference in a new issue