User:Ttenbergen: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m Text replacement - "[[Category: " to "[[Category:"
 
(256 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*Also see: [[Tina Tenbergen]]
*Also see: [[p:Tina Tenbergen]]


== Parser Testing ==
== changing mediawiki appearance ==
{{#if: string | yes | no}}
* See where all the mediawiki pages are editable: http://ccmdb.kuality.ca/index.php?uselang=qqx
* to edit them: go to the Mediawiki:<name listed above> page on this wiki
== Questions for Tina ==
see [[User:Ttenbergen/questions for tina]]


== Wiki Table Generator ==
== no width space ==
Testing code generated by the macro from
* &amp;#8203; puts a no width space between the following two xs: x&#8203;x
[http://de.wikipedia.org/wiki/Wikipedia:Textverarbeitung/EXCEL-Tabellenumwandlung here].
* which makes e.g. [[M:\]]&#8203;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


The excel file with the macro can be found [[:Image:Wiki_Tables.xls|here]].
== hover ==
* manual:
** <span class="info-tooltip">always<span class="tooltip-text">hover</span></span>
* [[:Template:Tooltip]]
** {{Tooltip|always|hover}}


==Comments on the wiki==
== SMW stuff ==
To put comments into the markup that will not show up in the wiki article, use the syntax below:  
full text search link
<nowiki><!-- *************************************************************
https://ccmdb.kuality.ca/index.php?title=Special%3AAsk&q=%5B%5BCategory%3AICD10+Diagnosis%5D%5D%0D%0A%5B%5B%7E%7Epneumothorax%5D%5D&po=&eq=yes&p%5Bformat%5D=broadtable&sort_num=&order_num=ASC&p%5Blimit%5D=500&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bsearchlabel%5D=...+further+results&p%5Bdefault%5D=&p%5Bclass%5D=sortable+wikitable+smwtable&p%5Bsep%5D=&eq=yes
This is the comment
************************************************************* --> </nowiki>


==File Server Links==
== table side by side vs right justified ==
=== UNC Template Test ===
{| class="wikitable" border="1" align="right" width="30%"
{{UNC|\\sbghnwfs0102\NSSVOL1\shared\ICU_DATA_COLLECTION\Vacation_Planner|Vacation Planner}}
|| title 1
|-
|  | line | 1
|}
{| class="wikitable" border="1" align="right" width="30%"
|| title 2
|-
|  | line | 2
|}


=== Reg_Server_UNC Test ===
== ReplaceText ==
{{Reg Server UNC|Vacation_Planner|Vacation Planner }}
[[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.


==Non-Image file links to the wiki==
== job queue ==
* <nowiki>[[</nowiki> '''Media''':Greensheet_ACCOUNTING_TAB_PDA_&_CCMDB.pdf | this link<nowiki>]]</nowiki>
http://ccmdb.kuality.ca/api.php?action=query&meta=siteinfo&siprop=statistics&format=jsonfm
becomes
* [[Media:Greensheet_ACCOUNTING_TAB_PDA_&_CCMDB.pdf | this link]]


Advantage of linking this way is that the page
== Cargo holds ==
* [[Image:Greensheet_ACCOUNTING_TAB_PDA_%26_CCMDB.pdf]]
{{#cargo_query:
will list the linking page, whereas a full external linking (e.g. [http://ltc.umanitoba.ca/wikis/ccmdb/images/c/c1/Greensheet_FORM.pdf  '''Green Sheet''']) is not tracked. This allows tracking, version control, maintenance and clean-up of uploaded files.
tables=Reports
|fields=_pageName=Data Element
|where=DataDependencies HOLDS 'Age'
}}


==Parser Functions==
== Magic words ==
e.g. <nowiki>{{CURRENTYEAR}}</nowiki> to get : {{CURRENTYEAR}}
see https://www.mediawiki.org/wiki/Help:Magic_words
 
== transcluding subheadings... ==
<!-- {{:Requested_CCMDB_changes_for_the_next_version#Bug_Fixes}}-->
 
Doesn't work, sucks in whole article
 
== wiki testing, syntax and tricks ==
* Transclusion of an article: <nowiki>{{:articlename}}</nowiki>
* emailing lists: [mailto:dccc@hsc.mb.ca email the CC data collectors] (see also [[p:Category:Critical Care Data Collectors]])
* sorted table: see [[Drugs Collected]]
* file/UNC linking doesn't work because browsers disallow it as unsafe
* comments in wiki articles that won't show in normal view, only edit:
** <nowiki><!-- This is a comment, too --></nowiki>
* table generator: [[:File:Wiki_Tables.xls]], originally from [http://de.wikipedia.org/wiki/Wikipedia:Textverarbeitung/EXCEL-Tabellenumwandlung here]
 
===Parser Functions===
lowercase works so hopefully so do the others...
lowercase works so hopefully so do the others...
http://en.wikipedia.org/wiki/Help:Parser_function  
http://en.wikipedia.org/wiki/Help:Parser_function  
{{lc: TrY ThIs }}
*{{lc: TrY ThIs }}
{{#if: | yes | no}}
*{{#if: | yes | no}}
{{#expr: 1 and -1 }}
*{{#expr: 1 and -1 }}
*{{#if: string | yes | no}}
 
=== Transclusion vs Substitution ===
Transclusion is ''calling'' content from a page or template, substitution is copying it.
* http://www.mediawiki.org/wiki/Transclusion  - e.g. <nowiki>{{templatename}}</nowiki>
* http://www.mediawiki.org/wiki/Manual:Substitution - e.g. <nowiki>{{subst:templatename}}</nowiki>
 
== Testing collapsing ==
<div class="toccolours mw-collapsible mw-collapsed" style="width:40em">
...test content...
</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

Latest revision as of 12:11, 30 July 2025

changing mediawiki appearance

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

SMW stuff

full text search link https://ccmdb.kuality.ca/index.php?title=Special%3AAsk&q=%5B%5BCategory%3AICD10+Diagnosis%5D%5D%0D%0A%5B%5B%7E%7Epneumothorax%5D%5D&po=&eq=yes&p%5Bformat%5D=broadtable&sort_num=&order_num=ASC&p%5Blimit%5D=500&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bsearchlabel%5D=...+further+results&p%5Bdefault%5D=&p%5Bclass%5D=sortable+wikitable+smwtable&p%5Bsep%5D=&eq=yes

table side by side vs right justified

title 1
line | 1
title 2
line | 2

ReplaceText

Special:ReplaceText Can use regExps if you check use regular expressions such as [[Category:?TISS76 ?]] to allow spaces or not.

job queue

http://ccmdb.kuality.ca/api.php?action=query&meta=siteinfo&siprop=statistics&format=jsonfm

Cargo holds

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS 'Age' ORDER BY `mw_cargo__Reports`.`_pageID`,`_pageName` LIMIT 100' at line 1

Function: CargoSQLQuery::run Query: SELECT `mw_cargo__Reports`.`_pageID` AS `cargo_backlink_page_id_Reports`,`_pageName` AS `Data Element` FROM `mw_cargo__Reports` WHERE DataDependencies HOLDS 'Age' ORDER BY `mw_cargo__Reports`.`_pageID`,`_pageName` LIMIT 100

Magic words

e.g. {{CURRENTYEAR}} to get : 2025 see https://www.mediawiki.org/wiki/Help:Magic_words

transcluding subheadings...

Doesn't work, sucks in whole article

wiki testing, syntax and tricks

Parser Functions

lowercase works so hopefully so do the others... http://en.wikipedia.org/wiki/Help:Parser_function

  • try this
  • no
  • 1
  • yes

Transclusion vs Substitution

Transclusion is calling content from a page or template, substitution is copying it.

Testing collapsing

...test content...

Testing colours

https://en.wikipedia.org/wiki/List_of_colors:_A%E2%80%93F

  • foo "french violet" for followed links
  • foo "capri" for unlikely contrast