TISS quality checks: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) mNo edit summary |
||
(8 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. | |||
==Currently Active Checks == | |||
{{# | {{#cargo_query: | ||
| | tables=DataIntegrityChecks,Discussions,_pageData | ||
| | |join on=DataIntegrityChecks._pageName=_pageData._pageName,DataIntegrityChecks._pageName=Discussions._pageName | ||
| | |fields= | ||
|default= | 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=Discussions,_pageData | tables=DataIntegrityChecks,Discussions,_pageData | ||
|join on= | |join on=DataIntegrityChecks._pageName=_pageData._pageName,DataIntegrityChecks._pageName=Discussions._pageName | ||
|fields= | |fields= | ||
CONCAT("\[\{\{fullurl:", | CONCAT("\[\{\{fullurl:",DataIntegrityChecks._pageName, "{{!}}action=edit\}\} edit]")=edit, | ||
DataIntegrityChecks._pageName=page, App, Status, Timing, Firmness, Summary, question, who | |||
question, | |where=_pageData._categories HOLDS 'TISS28 check' | ||
|where=_pageData. | |||
|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 | ||
}} | }} | ||
== Related articles == | == Related articles == | ||
Line 35: | Line 39: | ||
[[Category:TISS28 | [[Category:TISS28 check]] | ||
[[Category: TISS28]] | [[Category:TISS28]] | ||
[[Category: Data Collection Guide]] | [[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.