Questions: Difference between revisions
Ttenbergen (talk | contribs) No edit summary |
Ttenbergen (talk | contribs) No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Lists all pages in [[Category:Questions]]. For those that were added with [[Template:Discuss]] it also lists the question. | Lists all pages in [[:Category:Questions]]. For those that were added with [[Template:Discuss]] it also lists the question. | ||
=== | === Questions === | ||
{{#cargo_query: | There are {{#cargo_query: | ||
tables=Discussions | tables=Discussions | ||
|fields=_pageName | |fields=count(_pageName) | ||
|where= | |where=_pageName<>"MediaWiki:Common.js" | ||
|limit=1000 | |limit=1000 | ||
|rows per page= | |rows per page=200 | ||
|default=no results were found | |default=no results were found | ||
}} active questions. | |||
}} | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=Discussions | tables=Discussions, _pageData | ||
|fields=_pageName=wiki page, who, question | |join on=Discussions._pageName=_pageData._pageName | ||
|fields=CONCAT("\[\{\{fullurl:",Discussions._pageName, "{{!}}action=edit\}\} edit]")=edit, | |||
Discussions._pageName=wiki page, who, question, _modificationDate=Last modified | |||
|where=_pageData._pageName<>"MediaWiki:Common.js" | |||
|limit=1000 | |limit=1000 | ||
|rows per page= | |rows per page=200 | ||
|default=no results were found | |default=no results were found | ||
|format=table | |format=dynamic table | ||
}} | }} | ||