| Package | Description |
|---|---|
| info.bliki.extensions.scribunto.template | |
| info.bliki.wiki.model |
Model classes for rendering Wikipedia texts to HTML, PDF with the
IWikiModel interface. |
| info.bliki.wiki.template |
Template parser functions like
{{ #if: ... |
| info.bliki.wiki.template.extension |
This pacage contains template parser functions which are not included in the Mediawiki standard.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Invoke
A template parser function for
{{ #invoke: ... |
| Modifier and Type | Field and Description |
|---|---|
static ITemplateFunction |
Invoke.CONST |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,ITemplateFunction> |
Configuration.TEMPLATE_FUNCTION_MAP
Map the template's function name to the TemplateFunction implementation
|
| Modifier and Type | Method and Description |
|---|---|
ITemplateFunction |
AbstractWikiModel.addTemplateFunction(String key,
ITemplateFunction value) |
ITemplateFunction |
IConfiguration.addTemplateFunction(String key,
ITemplateFunction value)
Add a new interwiki
link to the configuration
|
ITemplateFunction |
Configuration.addTemplateFunction(String key,
ITemplateFunction value) |
ITemplateFunction |
AbstractWikiModel.getTemplateFunction(String name) |
ITemplateFunction |
IWikiModel.getTemplateFunction(String name)
Get a template parser function (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ITemplateFunction> |
AbstractWikiModel.getTemplateMap() |
Map<String,ITemplateFunction> |
IConfiguration.getTemplateMap()
Get the template
parser functions map of built-in template functions
|
Map<String,ITemplateFunction> |
Configuration.getTemplateMap() |
| Modifier and Type | Method and Description |
|---|---|
ITemplateFunction |
AbstractWikiModel.addTemplateFunction(String key,
ITemplateFunction value) |
ITemplateFunction |
IConfiguration.addTemplateFunction(String key,
ITemplateFunction value)
Add a new interwiki
link to the configuration
|
ITemplateFunction |
Configuration.addTemplateFunction(String key,
ITemplateFunction value) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplateFunction
An abstract template parser function.
|
class |
Anchorencode
A template parser function for
{{urlencode: ... |
class |
Expr
A template parser function for
{{ #expr: ... |
class |
FormatDate
Formats a date according to user preferences; a default can be given as an optional case-sensitive second
parameter for users without date preference; can convert a date from an existing format to any of
dmy, mdy, ymd or ISO 8601 formats, with the user's preference overriding the specified format.
|
class |
Formatnum
A template parser function for
{{formatnum: ... |
class |
Fullurl
A template parser function for
{{fullurl: ... |
class |
If
A template parser function for
{{ #if: ... |
class |
Ifeq
A template parser function for
{{ #ifeq: ... |
class |
Iferror
A template parser function for
{{ #iferror: ... |
class |
Ifexist
A template parser function for
{{ #ifexist: ... |
class |
Ifexpr
A template parser function for
{{ #ifexpr: ... |
class |
LC
A template parser function for
{{lc: ... |
class |
LCFirst
A template parser function for
{{lcfirst: ... |
class |
Localurl
A template parser function for
{{localurl: ... |
class |
NS
A template parser function for
{{ns: ... |
class |
NSE
A template parser function for
{{nse: ... |
class |
Padleft
A template parser function for
{{padleft: ... |
class |
Padright
A template parser function for
{{padright: ... |
class |
Plural
A template parser function for
{{plural: ... |
class |
Safesubst
A template parser function for
{{safesubst: ... |
class |
Subst
A template parser function for
{{subst: ... |
class |
Switch
A template parser function for
{{ #switch: ... |
class |
Tag
A template parser function for
{{ #tag: ... |
class |
Time
A template parser function for
{{ #time: ... |
class |
Titleparts
A template parser function for
{{titleparts: ... |
class |
UC
A template parser function for
{{uc: ... |
class |
UCFirst
A template parser function for
{{ucfirst: ... |
class |
URLEncode
A template parser function for
{{urlencode: ... |
| Modifier and Type | Class and Description |
|---|---|
class |
Allmacros
A template parser function for
{{ #all_macros: ... |
class |
DollarContext
A template parser function for Java attributes.
|
| Modifier and Type | Field and Description |
|---|---|
static ITemplateFunction |
Allmacros.CONST |
static ITemplateFunction |
DollarContext.CONST |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.