Allan's links: Difference between revisions
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) |
||
| Line 8: | Line 8: | ||
=== Automatically generated list === | === Automatically generated list === | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Discussions | tables=Discussions,_pageData | ||
|join on=Discussions._pageName=_pageData._pageName | |||
|fields= | |fields= | ||
CONCAT("\[\{\{fullurl:",_pageName, "{{!}}action=edit\}\} edit]")=edit, | CONCAT("\[\{\{fullurl:",Discussions._pageName, "{{!}}action=edit\}\} edit]")=edit, | ||
_pageName=page, | Discussions._pageName=page, | ||
question | question, | ||
|where=Discussions.who="Allan" and _pageName<>"MediaWiki:Common.js" | _modificationDate=ModDate | ||
|where=Discussions.who="Allan" and Discussions._pageName<>"MediaWiki:Common.js" | |||
|order by=Discussions.question | |order by=Discussions.question | ||
|limit=1000 | |limit=1000 | ||
|offset=some number | |offset=some number | ||
|default=No questions found | |default=No questions found | ||
|format= | |format=table | ||
|rows per page=100 | |rows per page=100 | ||
}} | }} | ||
[[Category:ICD10/CCI Conversion]] | [[Category:ICD10/CCI Conversion]] | ||