Questions: Difference between revisions

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.  


=== Unassigned questions ===
=== Questions ===
There are currently '''{{#cargo_query:
There are {{#cargo_query:
tables=Discussions
tables=Discussions
|fields=Count(_pageName)
|fields=count(_pageName)
|where=who="all" or who=""
|where=_pageName<>"MediaWiki:Common.js"
|limit=1000
|rows per page=200
|default=no results were found
|default=no results were found
}}''' unassigned questions.  
}} 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=who="all" or who=""
Discussions._pageName=wiki page, who, question, _modificationDate=Last modified
|limit=3
|where=_pageData._pageName<>"MediaWiki:Common.js"
|rows per page=100
|default=no results were found
|format=table
}}
 
===All questions===
{{#cargo_query:
tables=Discussions
|fields=_pageName=wiki page, who, question
|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
}}
}}