Template:Step: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> This is the Step Template. It is use to structure the Apache Tinkerpop/Gremlin documentation </noinclude><includeonly> ==== {{{name|}}} Step ==== see http://tinker...")
 
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the Step Template.
<!--
It is use to structure the Apache Tinkerpop/Gremlin documentation
  -- Copyright (C) 2015-2018 BITPlan GmbH
</noinclude><includeonly>
  --
  -- Pater-Delp-Str. -- 1
  -- D-47877 -- Willich-Schiefbahn
  --
  -- http://www.bitplan.com
  --
  --
-->
This is the template {{Link|target=Template:Step|title=Step}}.
It belongs to the concept/topic {{Link|target=:Concept:Step}}<br>
You may find examples for the use of this template via the {{Link|target=List of Steps}}.
 
=== Source ===
Click on "Edit" to edit the noinclude-part Source of this Template.
[[Category:Template]]
 
</noinclude><includeonly>{{#subobject:-
|isA=Step
|Step name={{{name|}}}
|Step kind={{{kind|}}}
|Step reference={{{reference|}}}
|Step javadoc={{{javadoc|}}}
|Step text={{{text|}}}
|Step level={{{level|}}}
}}
{{#switch:{{{level|}}}|3=
==== {{{name|}}} Step ====
==== {{{name|}}} Step ====
see http://tinkerpop.apache.org/docs/current/reference/#{{{reference|}}}
|2=
</includeonly>
=== {{{name|}}} Step ===
|#default=
== {{{name|}}} Step ==
}}
The {{#if:{{{reference|}}}|[http://tinkerpop.apache.org/docs/current/reference/#{{{reference|}}} {{{name|}}}]|{{{name|}}}}} step {{#if:{{{javadoc|}}}|{{#arraymap:{{{javadoc|}}}|,|@@|[http://tinkerpop.apache.org/javadocs/current/core/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#@@ (javadoc)]}}}}{{{text|}}}
{{{test|}}}</includeonly>

Latest revision as of 07:44, 29 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.

Source

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