Skip to content
anatawa12 edited this page Nov 6, 2021 · 6 revisions

Welcome to the wiki-js-fixrtm wiki!

This wiki will include information about additional features added by this repository

Additional Features

versions macro

```#!versions
fixrtm=available(unknown)
fixrtm.pre=1.0
kaiz=available(unknown)
kaiz.pre=1.3.0RC
rtm=1.12.2
```

This will make available version table.

mod version
fixRTM available(unknown)
fixRTM(pre release) 1.0
KaizPatchX available(unknown)
KaizPatchX(pre release) 1.3.0RC
RTM 1.12.2

All keys are optional.

The row for KaizPatchX will have not available as a default.

The row for fixRTM will have not available as a default if the row RTM doesn't have the version which refers 1.12.2 or 2.x.x.

If the version is drop, the row will be omitted even if shown by default.

Other rows will be omitted if not specified.

Anchor macro

The macro to add a custom anchor target.

#!anchor anchor name

github:, fixrtm:, kaiz:, and anatawa12: URI schema

github: URI schema

The github: takes the following syntax:

  • github:<user>
  • github:<user>/<repo>
  • github:<user>/<repo>@<commit-or-tag-or-branch>
  • github:<user>/<repo>@<commit-or-tag-or-branch>/<path>
  • github:<user>/<repo>#<issue-or-pull-request-id>

Each syntax accepts #<hash> as anchor access.

Others

  • fixrtm: is a alias of github:fixrtm/fixRTM or github:fixrtm.
  • kaiz: is a alias of github:Kai-Z-JP/KaizPatchX or github:Kai-Z-JP.
  • anatawa12: is a alias of github:anatawa12.