DotNetWikiBot Framework Documentation
Adds a specified template to the end of the page text, but before categories.

Namespace: DotNetWikiBot
Assembly: DotNetWikiBot (in DotNetWikiBot.dll) Version: 0.0.0.0

Syntax

C#
public void AddTemplate(
	string templateText
)

Parameters

templateText
Type: System..::..String
Complete template in double brackets, e.g. "{{TemplateTitle|param1=val1|param2=val2}}".

See Also