mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-29 08:01:12 +00:00
[AB-xxx] adding templates for wikipedia and dictionary feature
This commit is contained in:
@@ -0,0 +1 @@
|
||||
${meaning} <#if hasExample>*Example: ${example}*</#if>
|
||||
@@ -0,0 +1 @@
|
||||
Searches for definitions in a public English dictionary
|
||||
@@ -0,0 +1,2 @@
|
||||
Searches for definitions on [Free Dictionary API](https://dictionaryapi.dev/).
|
||||
This is limited to the English language.
|
||||
@@ -0,0 +1 @@
|
||||
The word to search for
|
||||
@@ -0,0 +1 @@
|
||||
Dictionary
|
||||
@@ -0,0 +1 @@
|
||||
General failure when doing the Dictionary request.
|
||||
@@ -0,0 +1 @@
|
||||
No definition found in the dictionary.
|
||||
@@ -0,0 +1 @@
|
||||
Searches for articles on Wikipedia
|
||||
@@ -0,0 +1,2 @@
|
||||
Searches for articles on [Wikipedia](https://en.wikipedia.org/wiki/Main_Page).
|
||||
The language of the article can be defined server-wide with the config key: `wikipediaLanguageKey` or with an optional parameter for the slash command.
|
||||
@@ -0,0 +1 @@
|
||||
The language to search in
|
||||
@@ -0,0 +1 @@
|
||||
The name of the article to search for
|
||||
@@ -0,0 +1 @@
|
||||
Visit
|
||||
@@ -0,0 +1 @@
|
||||
Wikipedia
|
||||
@@ -0,0 +1 @@
|
||||
No Wikipedia article found.
|
||||
@@ -0,0 +1 @@
|
||||
General failure when doing the Wikipedia request.
|
||||
Reference in New Issue
Block a user