Difference between revisions of "Template:SimpleGraphModule"

From BITPlan Wiki
Jump to navigation Jump to search
m (created by WikiTask 2018-02-21T07:01:47Z)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
<!--
 
<!--
   -- Copyright (C) 2015-2017 BITPlan GmbH
+
   -- Copyright (C) 2015-2018 BITPlan GmbH
 
   --  
 
   --  
 
   -- Pater-Delp-Str. -- 1
 
   -- Pater-Delp-Str. -- 1
Line 110: Line 110:
 
}}
 
}}
 
{{#switch: {{{viewmode|}}}
 
{{#switch: {{{viewmode|}}}
 +
|hidden=
 
|masterdetail=
 
|masterdetail=
 
|tableheader={{{!}} class='wikitable'
 
|tableheader={{{!}} class='wikitable'
Line 119: Line 120:
 
|tablefooter={{!}}}
 
|tablefooter={{!}}}
 
|labelfield=
 
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>logo={{#if:{{{logo|}}}|[[{{{logo|}}}]]|}}<br>url={{#if:{{{url|}}}|{{{url|}}}|}}<br>documentation={{#if:{{{documentation|}}}|[[{{{documentation|}}}]]|}}<br>|#default={{{!}} class='wikitable'
+
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>logo={{#if:{{{logo|}}}|[[{{{logo|}}}]]|}}<br>url={{#if:{{{url|}}}|{{{url|}}}|}}<br>documentation={{#if:{{{documentation|}}}|{{{documentation|}}}|}}<br>|#default={{{!}} class='wikitable'
 
! colspan='2' {{!}}SimpleGraphModule
 
! colspan='2' {{!}}SimpleGraphModule
 
{{!}}-
 
{{!}}-
Line 136: Line 137:
 
{{!}}-
 
{{!}}-
 
!documentation
 
!documentation
{{!}}&nbsp;{{#if:{{{documentation|}}}|[[{{{documentation|}}}]]|}}
+
{{!}}&nbsp;{{#if:{{{documentation|}}}|{{{documentation|}}}|}}
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
Line 170: Line 171:
 
}}
 
}}
 
{{#switch: {{{viewmode|}}}
 
{{#switch: {{{viewmode|}}}
 +
|hidden=
 
|masterdetail=
 
|masterdetail=
|hidden={{#if:{{{logo|}}}|[[{{{logo|}}}|256px|left]]}}
 
= SimpleGraph {{{name|}}} module =
 
The {{Link|target=SimpleGraph}} {{{name|}}} module {{{documentation|}}}
 
[[Category:frontend]]
 
[[Category:SimpleGraph]]
 
 
|tableheader={{{!}} class='wikitable'
 
|tableheader={{{!}} class='wikitable'
 
!name!!logo!!url!!documentation
 
!name!!logo!!url!!documentation
Line 184: Line 181:
 
|tablefooter={{!}}}
 
|tablefooter={{!}}}
 
|labelfield=
 
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>logo={{#if:{{{logo|}}}|[[{{{logo|}}}]]|}}<br>url={{#if:{{{url|}}}|{{{url|}}}|}}<br>documentation={{#if:{{{documentation|}}}|[[{{{documentation|}}}]]|}}<br>|#default={{{!}} class='wikitable'
+
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>logo={{#if:{{{logo|}}}|[[{{{logo|}}}]]|}}<br>url={{#if:{{{url|}}}|{{{url|}}}|}}<br>documentation={{#if:{{{documentation|}}}|{{{documentation|}}}|}}<br>|#default={{{!}} class='wikitable'
 
! colspan='2' {{!}}SimpleGraphModule
 
! colspan='2' {{!}}SimpleGraphModule
 
{{!}}-
 
{{!}}-
Line 201: Line 198:
 
{{!}}-
 
{{!}}-
 
!documentation
 
!documentation
{{!}}&nbsp;{{#if:{{{documentation|}}}|[[{{{documentation|}}}]]|}}
+
{{!}}&nbsp;{{#if:{{{documentation|}}}|{{{documentation|}}}|}}
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}

Revision as of 09:01, 21 February 2018

This is the template SimpleGraphModule. It belongs to the concept/topic Concept:SimpleGraphModule
You may find examples for the use of this template via the List of SimpleGraphModules.

Usage

storemode subobject

{{SimpleGraphModule
|name=
|logo=
|url=
|documentation=
|storemode=subobject
}}

storemode property

{{SimpleGraphModule
|name=
|logo=
|url=
|documentation=
|storemode=property
}}

storemode none

{{SimpleGraphModule
|name=
|logo=
|url=
|documentation=
|storemode=none
}}


viewmode tableheader

{{SimpleGraphModule
|name=
|logo=
|url=
|documentation=
|viewmode=tableheader
}}

viewmode tablerow

{{SimpleGraphModule
|name=
|logo=
|url=
|documentation=
|viewmode=tablerow
}}

viewmode tablefooter

{{SimpleGraphModule
|name=
|logo=
|url=
|documentation=
|viewmode=tablefooter
}}

viewmode labelfield

{{SimpleGraphModule
|name=
|logo=
|url=
|documentation=
|viewmode=labelfield
}}

Source (pretty printed)

{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA SimpleGraphModule<br>|}}
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
{{#if:{{{?logo|}}}|"{{{?logo}}}" is logo of it <br>|}}
{{#if:{{{?url|}}}|"{{{?url}}}" is url of it <br>|}}
{{#if:{{{?documentation|}}}|"{{{?documentation}}}" is documentation of it <br>|}}
|#default={{#switch:{{{storemode|}}}
|none=
|subobject={{#subobject:-
|isA=SimpleGraphModule
|SimpleGraphModule name={{{name|}}}
|SimpleGraphModule logo={{{logo|}}}
|SimpleGraphModule url={{{url|}}}
|SimpleGraphModule documentation={{{documentation|}}}
}}
|#default={{#set:
|isA=SimpleGraphModule
|SimpleGraphModule name={{{name|}}}
|SimpleGraphModule logo={{{logo|}}}
|SimpleGraphModule url={{{url|}}}
|SimpleGraphModule documentation={{{documentation|}}}
}}
}}
{{#switch: {{{viewmode|}}}
|hidden=
|masterdetail=
|tableheader={{{!}} class='wikitable'
!name!!logo!!url!!documentation
{{!}}-
|tablerow=
{{!}}{{{name|}}}{{!}}{{!}}{{{logo|}}}{{!}}{{!}}{{{url|}}}{{!}}{{!}}{{{documentation|}}}
{{!}}-
|tablefooter={{!}}}
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>logo={{#if:{{{logo|}}}|[[{{{logo|}}}]]|}}<br>url={{#if:{{{url|}}}|{{{url|}}}|}}<br>documentation={{#if:{{{documentation|}}}|{{{documentation|}}}|}}<br>|#default={{{!}} class='wikitable'
! colspan='2' {{!}}SimpleGraphModule
{{!}}-
{{#switch:{{{storemode|}}}|property=
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/SimpleGraphModule/{{FULLPAGENAME}}|title=edit}}
{{!}}-
}}
!name
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
{{!}}-
!logo
{{!}}&nbsp;{{#if:{{{logo|}}}|[[{{{logo|}}}]]|}}
{{!}}-
!url
{{!}}&nbsp;{{#if:{{{url|}}}|{{{url|}}}|}}
{{!}}-
!documentation
{{!}}&nbsp;{{#if:{{{documentation|}}}|{{{documentation|}}}|}}
{{!}}-
{{!}}}
}}
}}

Source

Click on "Edit" to edit the noinclude-part Source of this Template.