DotNetWikiBot Framework Documentation
Adds a specified template to the end of all pages in PageList.

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

Syntax

C#
public void AddTemplate(
	string templateText
)

Parameters

templateText
Type: System..::..String
Template text, like "{{template_name|...|...}}".

See Also