Questions: Difference between revisions
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) No edit summary |
||
| (5 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 === | ||
There are | There are {{#cargo_query: | ||
tables=Discussions | tables=Discussions | ||
|fields= | |fields=count(_pageName) | ||
|where= | |where=_pageName<>"MediaWiki:Common.js" | ||
|limit=1000 | |||
|rows per page=200 | |||
|default=no results were found | |default=no results were found | ||
}} | }} active questions. | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Discussions, _pageData | tables=Discussions, _pageData | ||
|join on=Discussions._pageName=_pageData._pageName | |join on=Discussions._pageName=_pageData._pageName | ||
|fields=Discussions._pageName=wiki page, question, _modificationDate=Last modified | |fields=CONCAT("\[\{\{fullurl:",Discussions._pageName, "{{!}}action=edit\}\} edit]")=edit, | ||
|where= | 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 | ||
}} | }} | ||