Jump to: navigation, search

GCXI Metrics Display

Query template to generate the display of metrics information in the GCXI Project Guide, by subfolder. The template calls sub-queries in Template:GCXI_Metrics_DisplayList and Template:GCXI_Metrics_DisplayDetails to generate the list of links at the top of the page and the details, respectively.

Content is:

{{#switch:{{lc:{{#sub:{{#explode:{{FULLPAGENAME}}|:|4}}|-5}}}}
|draft={{NoteFormat| '''Tip for Writer:''' To edit the template-generated content of this page, go to [[{{#replace:{{FULLPAGENAME}}|{{#explode:{{FULLPAGENAME}}|:|2}}|Library}}|the equivalent page in the Library book]].

(This tip appears only on draft versions of this page.)|2}}
|#default=}}
The following Metrics are available in this folder and are described on this page.
{{AnchorDiv|MetricsList}}
{{ColumnFormat|cols=3|content=
{{#cargo_query:
tables=GCXI_Folder
|fields=folderName=folder,CONCAT('{{FULLPAGENAME}}')=page
|where=_pageName LIKE "Documentation:GCXI:Library:{{#sub:{{#explode:{{FULLPAGENAME}}|:|3}}|0|-7}}:{{#switch:{{lc:{{#sub:{{#explode:{{FULLPAGENAME}}|:|4}}|-5}}}}|draft=9.0DRAFT|#default=9.0PGSource}}"
|format=template
|template=GCXI_Metrics_DisplayList
|order by=folder ASC
|named args=yes
}}
}}
{{#cargo_query:
tables=GCXI_Folder
|fields=folderName=folder,CONCAT('{{FULLPAGENAME}}')=page
|where=_pageName LIKE "Documentation:GCXI:Library:{{#sub:{{#explode:{{FULLPAGENAME}}|:|3}}|0|-7}}:{{#switch:{{lc:{{#sub:{{#explode:{{FULLPAGENAME}}|:|4}}|-5}}}}|draft=9.0DRAFT|#default=9.0PGSource}}"
|format=template
|template=GCXI_Metrics_DisplayDetails
|order by=folder ASC
|named args=yes
}}



The following Metrics are available in this folder and are described on this page.

No results

No results

This page was last edited on April 20, 2020, at 13:44.
Comments or questions about this documentation? Contact us for support!