mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
used inline code instead
This commit is contained in:
parent
62c3261a00
commit
33c309ee8e
@ -532,7 +532,7 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
|
|||||||
%changeoutput_<options>_<input>_<matcher>_<output-if-matched>_<output-if-not-matched>%
|
%changeoutput_<options>_<input>_<matcher>_<output-if-matched>_<output-if-not-matched>%
|
||||||
```
|
```
|
||||||
|
|
||||||
* \<options>
|
* `<options>`
|
||||||
* equals - match the input exactly
|
* equals - match the input exactly
|
||||||
* ignorecase - match the input while ignoring cases
|
* ignorecase - match the input while ignoring cases
|
||||||
* ignorecolor - match the input while ignoring colour codes
|
* ignorecolor - match the input while ignoring colour codes
|
||||||
@ -541,10 +541,10 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
|
|||||||
* \> - check if the input is larger than the matcher
|
* \> - check if the input is larger than the matcher
|
||||||
* <= - check if the input is less than or equal to the matcher
|
* <= - check if the input is less than or equal to the matcher
|
||||||
* < - check if the input is less than the matcher
|
* < - check if the input is less than the matcher
|
||||||
* \<input> - this is your text that you wish to replace
|
* `<input>` - this is your text that you wish to replace
|
||||||
* \<match> - this is the text we will be looking for to meet the conditions
|
* `<match>` - this is the text we will be looking for to meet the conditions
|
||||||
* \<output-if-matched> - if the input meets the condition, this text will be displayed
|
* `<output-if-matched>` - if the input meets the condition, this text will be displayed
|
||||||
* \<output-if-not-matched> - if the input does not meet the condition, this text will be displayed instead
|
* `<output-if-not-matched>` - if the input does not meet the condition, this text will be displayed instead
|
||||||
|
|
||||||
*All arguments can be replaced with other placeholders, wrapped in* `{}`
|
*All arguments can be replaced with other placeholders, wrapped in* `{}`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user