TISS quality checks: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
(31 intermediate revisions by 3 users 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. | |||
== | ==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: | |||
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' | |||
|order by=question | |||
|limit=0 | |||
|more results text=see all checks | |||
|offset=some number | |||
|default=Nothing found | |||
|format=dynamic table | |||
|rows per page=1000 | |||
}} | |||
== | == Related articles == | ||
{{Related Articles}} | |||
[[Category:TISS28 check]] | |||
[[Category:TISS28]] | |||
[[Category:Data Collection Guide]] | |||
[[Category: TISS28]] | |||
[[Category: | |||
[[Category: Data Collection Guide]] |
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.