FogBugz Plugin Interfaces > Wikis and Wiki Pages > IPluginWikiDisplay
Introduction
This article will demonstrate a simple FogBugz plugin that implements the IPluginWikiDisplay interface contained in the FogCreek.FogBugz.Plugins.Interfaces class.
Functionality
This plugin will add a field to the wiki list at [FogBugz]/default.asp?pg=pgListWikis to show the ixWiki value.
It will also add a checkbox to the configuration page for a wiki.
Compile and Install It On Your Own
Download the source file: IPluginWikiDisplay_Example.cs
Then follow these instructions to create a functioning plugin assembly: Compiling and Installing a FogBugz Plugin