|
|
|
In this page you will find a somewhat complete summary of what the current syntax to document each page is. If something is not documented, ask about what the correct syntax should be.
|
|
|
|
|
|
|
|
In each page you will find further descriptions as comments inside the page markdown itself. You are invited to "edit" the page to see them.
|
|
|
|
|
|
|
|
|
|
|
|
## General Rules
|
|
|
|
- There should always be two newlines (the character generated by pressing enter) between each "Section" (a Section being defined by the `## title`)
|
|
|
|
- When using hyperlinks, one should always be aware that the `/wiki/` path is the starting one, so relative paths can be made doing something like the following:
|
|
|
|
`[ExampleMechanic](Wiki-Editors-Resources/ExampleMechanic)`
|
|
|
|
So, if a resource is on the wiki itself, please do use this method.
|
|
|
|
|
|
|
|
|
|
|
|
## Example Pages
|
|
|
|
- [Mechanic Wiki Page](Wiki-Editors-Resources/ExampleMechanic)
|
|
|
|
- [Targeter Wiki Page](Wiki-Editors-Resources/ExampleMechanic "Uses the same syntax as the Mechanic one")
|
|
|
|
- [Condition Wiki Page](Wiki-Editors-Resources/ExampleMechanic "Uses the same syntax as the Mechanic one")
|
|
|
|
|
|
|
|
## [Test Page](Wiki-Editors-Resources/Test-Page)
|
|
|
|
|
|
|
|
## Quick Copy-Pastes
|
|
|
|
```
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
## Aliases
|
|
|
|
- [x] alias1
|
|
|
|
- [x] alias2
|
|
|
|
```
|
|
|
|
```
|
|
|
|
> **This is a [Paper-Only] mechanic!**
|
|
|
|
|
|
|
|
> **This is a [Premium-Only] mechanic!**
|
|
|
|
|
|
|
|
**<[Premium-Only]>**
|
|
|
|
```
|
|
|
|
```
|
|
|
|
<!-- LINKS -->
|
|
|
|
[metaskill]: /Skills/Metaskills
|
|
|
|
[mechanic]: /Skills/Mechanics
|
|
|
|
[targeter]: /Skills/Targeters
|
|
|
|
[trigger]: /Skills/Triggers
|
|
|
|
[condition]: /Skills/Conditions
|
|
|
|
[origin]: /Skills/Targeters/Origin
|
|
|
|
[audience]: /Skills/Audience
|
|
|
|
|
|
|
|
[Paper-Only]: https://papermc.io/downloads/all
|
|
|
|
[Premium-Only]: Premium-Features
|
|
|
|
|
|
|
|
[material]: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
|
|
|
|
``` |
|
|
|
\ No newline at end of file |