{{ #if: ... }}
). The result is also a text string in Wikipedia syntax notation which will be parsed again (recursively) in the TemplateParser step.
@param parts the parser function arguments (extracted from the wiki text by splitting the string at the pipe symbol ´|´)
@param model the wiki model
@param src the array of the current Wikipedia source text.
@param beginIndex the beginning index, inclusive.
@param endIndex the ending index, exclusive.
@param isSubst if true
the template function was called from subst
or safesubst
function and the arguments of the function are typically not parsed recursively.
@return the result string of this template function or null
ifthe parsing fails or isn't valid.
@throws IOException
@see TemplateParser#parseTemplate(StringBuffer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|