Difference between revisions of "Template:Step"

From BITPlan Wiki
Jump to navigation Jump to search
Line 112: Line 112:
 
|Step level={{{level|}}}
 
|Step level={{{level|}}}
 
}}
 
}}
{{#switch: {{{viewmode|}}}
 
|hidden=
 
|table=
 
{{{!}} class='wikitable'
 
! colspan='2' {{!}}Step
 
{{!}}-
 
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Step/{{FULLPAGENAME}}|title=edit}}
 
{{!}}-
 
}}
 
!name
 
{{!}} {{#if:{{{name|}}}|{{{name|}}}|}}
 
{{!}}-
 
!kind
 
{{!}} {{#if:{{{kind|}}}|{{{kind|}}}|}}
 
{{!}}-
 
!reference
 
{{!}} {{#if:{{{reference|}}}|{{{reference|}}}|}}
 
{{!}}-
 
!text
 
{{!}} {{#if:{{{text|}}}|{{{text|}}}|}}
 
{{!}}-
 
!test
 
{{!}} {{#if:{{{test|}}}|{{{test|}}}|}}
 
{{!}}-
 
!level
 
{{!}} {{#if:{{{level|}}}|{{{level|}}}|}}
 
{{!}}-
 
{{!}}}
 
}}
 
|#default=
 
 
{{#switch:{{{level|}}}|3=
 
{{#switch:{{{level|}}}|3=
 
==== {{{name|}}} ====
 
==== {{{name|}}} ====
Line 151: Line 121:
 
The [http://tinkerpop.apache.org/docs/current/reference/#{{{reference|}}} {{{name|}}} step] {{{text|}}}
 
The [http://tinkerpop.apache.org/docs/current/reference/#{{{reference|}}} {{{name|}}} step] {{{text|}}}
 
{{{test|}}}
 
{{{test|}}}
}}
 
 
</includeonly>
 
</includeonly>

Revision as of 10:20, 26 April 2019

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

Usage

storemode subobject

{{Step
|name=
|kind=
|reference=
|text=
|test=
|level=
|storemode=subobject
}}

storemode property

{{Step
|name=
|kind=
|reference=
|text=
|test=
|level=
|storemode=property
}}

storemode none

{{Step
|name=
|kind=
|reference=
|text=
|test=
|level=
|storemode=none
}}


viewmode tableheader

{{Step
|name=
|kind=
|reference=
|text=
|test=
|level=
|viewmode=tableheader
}}

viewmode tablerow

{{Step
|name=
|kind=
|reference=
|text=
|test=
|level=
|viewmode=tablerow
}}

viewmode tablefooter

{{Step
|name=
|kind=
|reference=
|text=
|test=
|level=
|viewmode=tablefooter
}}

viewmode labelfield

{{Step
|name=
|kind=
|reference=
|text=
|test=
|level=
|viewmode=labelfield
}}

Source

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