Ttenbergen
Joined 12 March 2008
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) m Text replacement - "[[Category: " to "[[Category:" |
||
(29 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== changing mediawiki appearance == | == changing mediawiki appearance == | ||
* See where all the mediawiki pages are editable: http://ccmdb.kuality.ca/index.php?uselang=qqx | * See where all the mediawiki pages are editable: http://ccmdb.kuality.ca/index.php?uselang=qqx | ||
* to edit them: go to | * to edit them: go to the Mediawiki:<name listed above> page on this wiki | ||
== Questions for Tina == | |||
see [[User:Ttenbergen/questions for tina]] | |||
== | == no width space == | ||
* &#8203; puts a no width space between the following two xs: x​x | |||
* which makes e.g. [[M:\]]​zzzz look continuous but stops the link | |||
* when you paste that into an editor it makes you arrow over it twice to get past it, but explorer treats it correctly | |||
== hover == | |||
* manual: | |||
** <span class="info-tooltip">always<span class="tooltip-text">hover</span></span> | |||
* [[:Template:Tooltip]] | |||
** {{Tooltip|always|hover}} | |||
| | |||
== SMW stuff == | == SMW stuff == | ||
Line 58: | Line 36: | ||
== ReplaceText == | == ReplaceText == | ||
[[Special:ReplaceText]] | [[Special:ReplaceText]] | ||
Can use [https://en.wikipedia.org/wiki/Regular_expression regExps] if you check '''use regular expressions''' such as <nowiki>[[Category: ?TISS76 ?]]</nowiki> to allow spaces or not. | Can use [https://en.wikipedia.org/wiki/Regular_expression regExps] if you check '''use regular expressions''' such as <nowiki>[[Category:?TISS76 ?]]</nowiki> to allow spaces or not. | ||
== job queue == | == job queue == | ||
http://ccmdb.kuality.ca/api.php?action=query&meta=siteinfo&siprop=statistics&format=jsonfm | http://ccmdb.kuality.ca/api.php?action=query&meta=siteinfo&siprop=statistics&format=jsonfm | ||
== Cargo holds == | |||
{{#cargo_query: | |||
tables=Reports | |||
|fields=_pageName=Data Element | |||
|where=DataDependencies HOLDS 'Age' | |||
}} | |||
== Magic words == | == Magic words == | ||
Line 88: | Line 73: | ||
*{{#expr: 1 and -1 }} | *{{#expr: 1 and -1 }} | ||
*{{#if: string | yes | no}} | *{{#if: string | yes | no}} | ||
=== Transclusion vs Substitution === | === Transclusion vs Substitution === | ||
Line 100: | Line 81: | ||
== Testing collapsing == | == Testing collapsing == | ||
<div class="toccolours mw-collapsible mw-collapsed" style="width:40em"> | <div class="toccolours mw-collapsible mw-collapsed" style="width:40em"> | ||
...test content... | |||
</div> | </div> | ||
== Testing colours == | |||
https://en.wikipedia.org/wiki/List_of_colors:_A%E2%80%93F | |||
* [[ICD10|<span style="color:#8806CE">foo</span>]] "french violet" for followed links | |||
* [[ICD10|<span style="color:#00BFFF">foo</span>]] "capri" for unlikely contrast |