 | SiteOptionsDisambiguationTemplates Property |
This is preliminary documentation and is subject to change.
Specifies a list of disambiguation templates explicitly.
Namespace: WikiClientLibrary.SitesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic IList<string>? DisambiguationTemplates { get; set; }
Public Property DisambiguationTemplates As IList(Of String)
Get
Set
Dim instance As SiteOptions
Dim value As IList(Of String)
value = instance.DisambiguationTemplates
instance.DisambiguationTemplates = value
public:
property IList<String^>^ DisambiguationTemplates {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member DisambiguationTemplates : IList<string> with get, set
Property Value
IListString
RemarksThis list is used when there's no Disambiguator on the MediaWiki site,
and WikiClientLibrary is deciding whether a page is a disambiguation page.
The default disambiguation template {{Disambig}} is always included in the
list, implicitly.
If this value is null, WikiClientLibrary will try to
infer the disambiguation template from [[MediaWiki:Disambiguationspage]].
See Also