Index: trunk/extensions/SemanticMediaWiki/includes/parserhooks/SMW_SMWDoc.php |
— | — | @@ -119,7 +119,7 @@ |
120 | 120 | |
121 | 121 | $table = implode( "\n|-\n", $tableRows ); |
122 | 122 | |
123 | | - $table = "$h3\n\n" . |
| 123 | + $table = |
124 | 124 | '{| class="wikitable sortable"' . "\n" . |
125 | 125 | $table . |
126 | 126 | "\n|}"; |
Index: trunk/extensions/SemanticMediaWiki/languages/SMW_Messages.php |
— | — | @@ -89,6 +89,8 @@ |
90 | 90 | 'smw-paramdesc-csv-sep' => 'The separator to use', |
91 | 91 | 'smw-paramdesc-dsv-separator' => 'The separator to use', |
92 | 92 | 'smw-paramdesc-dsv-filename' => 'The name for the DSV file', |
| 93 | + 'smw-smwdoc-description' => 'Shows a table of all parameters that can be used for the specified result format together with default values and descriptions.', |
| 94 | + 'smw-smwdoc-par-format' => 'The result format to display parameter documentation for.', |
93 | 95 | |
94 | 96 | // Messages and strings for inline queries |
95 | 97 | 'smw_iq_disabled' => "Semantic queries have been disabled for this wiki.", |