< Template:Infobox Feature(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{{Infobox Feature}} — A software feature infobox template.
Usage
{{Infobox Feature
| name = Name of the feature
| image = Image or logo associated with feature
| author = Author of feature
| lead contact = Lead contact for issues relating to feature
| introduced in version = Which PhpGedView version first introduced the feature
| introduced in date = What date the feature was introduced
| codebase = The version of the third-party code on which the feature based (in trunk)
| dev codebase = The version of the third-party code on which the feature based (in dev branch)
| removed in version = Which PhpGedView version no longer contained the feature
| removed in date = What date the feature was removed
}}
|
Examples
{{Infobox Feature
| name = [[Descendancy Chart]]
| author = [[User:John Finlay|John Finlay]]
| introduced in date = [[19 June]] [[2002]]
}}
|
{{Infobox Feature
| name = [[Yahrzeit block]]
| author = [[User:Greg Roach|Greg Roach]]
| introduced in date = [[1 October]] [[2007]]
| introduced in version = [http://phpgedview.svn.sourceforge.net/viewvc/phpgedview/trunk/phpGedView/blocks/yahrzeit.php?revision=1798&view=markup Revision 1798]
}}
|