Merge pull request #1185 from PlaceholderAPI/feat/add-js-placeholders

add javascript placeholders
This commit is contained in:
Andre_601
2026-02-10 15:15:34 +01:00
committed by GitHub
2 changed files with 15 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
- **I** - **I**
- *No Expansions* - *No Expansions*
- **J** - **J**
- *No Expansions* - **[Javascript](#javascript)**
- **K** - **K**
- *No Expansions* - *No Expansions*
- **L** - **L**
@@ -170,6 +170,19 @@ More information can be found on the [GitHub Repository](https://github.com/Plac
---- ----
### **[Javascript](https://ecloud.placeholderapi.com/expansions/javascript-1/)**
/// failure | Unverified
Due to potential security issues this expansion is currently unverified. Use at your own risk.
///
Gives you a way, to use javascript, to give a different output, depending on conditions.
```
%javascript_<your placeholder identifier>%
```
----
### **Math** ### **Math**
/// command | papi ecloud download Math /// command | papi ecloud download Math
/// ///

View File

@@ -819,7 +819,7 @@ More info about this expansion can be found on the [GitHub-Repository](https://g
### **[Javascript](https://api.extendedclip.com/expansions/javascript/)** ### **[Javascript](https://api.extendedclip.com/expansions/javascript/)**
/// failure | Unverified /// failure | Unverified
Due to potential security issues is this expansion currently unverified. Use at your own risk. Due to potential security issues this expansion is currently unverified. Use at your own risk.
/// ///
Gives you a way, to use javascript, to give a different output, depending on conditions. Gives you a way, to use javascript, to give a different output, depending on conditions.