TISS quality checks: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) m Text replacement - "TISS28 checks" to "TISS28 check" |
Ttenbergen (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | |||
This is a list of all Checks in [[:Category:TISS28 check]], with summaries and any discussions currently in those pages. | This is a list of all Checks in [[:Category:TISS28 check]], with summaries and any discussions currently in those pages. | ||
{{ | ==Currently Active Checks == | ||
{{#cargo_query: | |||
tables=DataIntegrityChecks,Discussions,_pageData | |||
|join on=DataIntegrityChecks._pageName=_pageData._pageName,DataIntegrityChecks._pageName=Discussions._pageName | |||
|fields= | |||
CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit, | |||
DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who | |||
|where=_pageData._categories HOLDS 'TISS28 check' and (Status<>"retired" and Status<>"declined") | |||
|order by=question | |||
|limit=1000 | |||
|offset=some number | |||
|default=Nothing found | |||
|format=dynamic table | |||
|rows per page=1000 | |||
}} | }} | ||
==All Checks == | |||
{{#cargo_query: | {{#cargo_query: | ||
tables=DataIntegrityChecks,Discussions,_pageData | tables=DataIntegrityChecks,Discussions,_pageData | ||
Line 11: | Line 25: | ||
CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit, | CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit, | ||
DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who | DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who | ||
|where=_pageData._categories HOLDS 'TISS28 check' | |where=_pageData._categories HOLDS 'TISS28 check' | ||
|order by=question | |order by=question | ||
|limit= | |limit=0 | ||
|more results text=see all checks | |||
|offset=some number | |offset=some number | ||
|default=Nothing found | |default=Nothing found | ||
|format=dynamic table | |format=dynamic table | ||
|rows per page= | |rows per page=1000 | ||
}} | }} | ||
Latest revision as of 16:16, 20 October 2021
This is a list of all Checks in Category:TISS28 check, with summaries and any discussions currently in those pages.