Questions: Difference between revisions

No edit summary
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.  


=== Unassigned questions ===
=== Questions ===
{{#cargo_query:
There are {{#cargo_query:
tables=Discussions
tables=Discussions
|fields=_pageName=wiki page, question
|fields=count(_pageName)
|where=who="all"
|where=_pageName<>"MediaWiki:Common.js"
|limit=1000
|limit=1000
|rows per page=100
|rows per page=200
|default=no results were found
|default=no results were found
|format=table
}} active questions.
}}


===All 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=100
|rows per page=200
|intro=
|default=no results were found
|default=no results were found
|format=table
|format=dynamic table
}}
}}