Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minetest-mods/wiki
In-game Wiki for Minetest
https://github.com/minetest-mods/wiki
documentation minetest-mod wiki
Last synced: about 1 month ago
JSON representation
In-game Wiki for Minetest
- Host: GitHub
- URL: https://github.com/minetest-mods/wiki
- Owner: minetest-mods
- License: unlicense
- Created: 2013-07-07T13:27:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T18:35:48.000Z (over 1 year ago)
- Last Synced: 2024-09-27T08:43:49.192Z (about 2 months ago)
- Topics: documentation, minetest-mod, wiki
- Language: Lua
- Size: 80.1 KB
- Stars: 10
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Wiki Mod
========Another random mod by me.
This mod provides a "Wiki" block. You can create and edit wiki pages with it.
The pages are saved as `/wiki/`. All spaces in the page
name are converted to underscores, and all other characters not in
`[A-Za-z0-9-]` are converted to hex notation `%XX`.The text can contain hyperlinks in the form of `[link text]` to other pages.
Such links are added at the right of the form.You can craft a "Wiki block" by putting 9 bookshelves in the crafting grid.
Only players with the `wiki` priv can create/edit pages.
## Installing
Install by following the instructions in the [Installing mods][install]
article on the Minetest wiki, then add `wiki` to the `secure.trusted_mods`
setting in `minetest.conf`.[install]: https://wiki.minetest.net/Installing_mods