Template:Class: Difference between revisions
m (Add KDE Class template to list of templates) |
m (12 revisions imported) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[http:// | [http://api.kde.org/classmapper.php?class={{{1}}}&module={{{2|ALL}}}&version={{{3|ALL}}} {{{text|{{{1}}}}}}]<noinclude> | ||
< | === Usage Examples === | ||
* <nowiki>{{class|kcolordialog}}</nowiki> looks for the docs of KColorDialog in kdelibs from KDE trunk. | |||
* <nowiki>{{class|Syndication::Feed|kdepimlibs}}</nowiki> shows optional parameter for lookup in other modules. | |||
* <nowiki>{{class|kcolordialog|kdelibs|3.5}}</nowiki> shows optional parameter to look up the docs in a different version. | |||
[[Category:Template]]</noinclude> |
Latest revision as of 08:05, 21 October 2016
Usage Examples
- {{class|kcolordialog}} looks for the docs of KColorDialog in kdelibs from KDE trunk.
- {{class|Syndication::Feed|kdepimlibs}} shows optional parameter for lookup in other modules.
- {{class|kcolordialog|kdelibs|3.5}} shows optional parameter to look up the docs in a different version.