Template:Attribut: Difference between revisions

From railML 3 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
*'''{{{name}}}:''' {{{documentation|''Schema documentation missing!''}}} ({{#if:{{{pflicht|}}}|{{#ifeq:{{{pflicht}}}|1|''obligatory''|''optional''}}|''optional''}}; {{{typ|''Type missing!''}}}{{#if:{{{minInclusive|}}}|; minInclusive:{{{minInclusive}}}}}{{#if:{{{minExclusive|}}}|; minExclusive:{{{minExclusive}}}}}{{#if:{{{maxInclusive|}}}|; maxInclusive: {{{maxInclusive}}}}}{{#if:{{{maxExclusive|}}}|; maxExclusive: {{{maxExclusive}}}}}{{#if:{{{totalDigits|}}}|; totalDigits:{{{totalDigits}}}}}{{#if:{{{fractionDigits|}}}|; fractionDigits: {{{fractionDigits}}}}}{{#if:{{{length|}}}|; length: {{{length}}}}}{{#if:{{{minLength|}}}|; minLength:{{{minLength}}}}}{{#if:{{{maxLength|}}}|; maxLength: {{{maxLength}}}}}{{#if:{{{whiteSpace|}}}|; whiteSpace: {{{whiteSpace}}}}}{{#if:{{{patterns|}}}|
*'''{{{name}}}:''' {{{documentation|''Schema documentation missing!''}}} ({{#if:{{{pflicht|}}}|{{#ifeq:{{{pflicht}}}|1|''obligatory''|''optional''}}|''optional''}}; {{{typ|''Type missing!''}}}{{#if:{{{minInclusive|}}}|; minInclusive:{{{minInclusive}}}}}{{#if:{{{minExclusive|}}}|; minExclusive:{{{minExclusive}}}}}{{#if:{{{maxInclusive|}}}|; maxInclusive: {{{maxInclusive}}}}}{{#if:{{{maxExclusive|}}}|; maxExclusive: {{{maxExclusive}}}}}{{#if:{{{totalDigits|}}}|; totalDigits:{{{totalDigits}}}}}{{#if:{{{fractionDigits|}}}|; fractionDigits: {{{fractionDigits}}}}}{{#if:{{{length|}}}|; length: {{{length}}}}}{{#if:{{{minLength|}}}|; minLength:{{{minLength}}}}}{{#if:{{{maxLength|}}}|; maxLength: {{{maxLength}}}}}{{#if:{{{whiteSpace|}}}|; whiteSpace: {{{whiteSpace}}}}}{{#if:{{{patterns|}}}|<nowiki />; patterns: {{{patterns}}}}}){{#if:{{{werte|}}}|
patterns:
{{{patterns}}}
}}){{#if:{{{werte|}}}|
:Possible values:
:Possible values:
{{{werte}}}}}</includeonly><noinclude>
{{{werte}}}}}</includeonly><noinclude>

Revision as of 19:32, 19 December 2019

Vorlage zur Darstellung von Attributen auf Roboterseiten

Parameter
  • subschema
  • name
  • pflicht
  • documentation
  • typ
  • werte
  • minExclusive
  • minInclusive
  • maxExclusive
  • maxInclusive
  • totalDigits
  • fractionDigits
  • length
  • minLength
  • maxLength
  • whiteSpace
  • patterns