DotNetWikiBot Framework Documentation

Overload List

  NameDescription
Public methodStatic memberFormatTemplate(String, Dictionary<(Of <<'(String, String>)>>))
Formats a template with the specified title and parameters. Default formatting options are used.
Public methodStatic memberFormatTemplate(String, Dictionary<(Of <<'(String, String>)>>), String)
Formats a template with the specified title and parameters. Formatting options are got from provided reference template. That function is usually used to format modified template as it was in it's initial state, though absolute format consistency can not be guaranteed.
Public methodStatic memberFormatTemplate(String, Dictionary<(Of <<'(String, String>)>>), Boolean, Boolean, Int32)
Formats a template with the specified title and parameters, allows extended format options to be specified.

See Also