Cookies helfen uns bei der Bereitstellung von mobil-am-land.at. Durch die Nutzung von mobil-am-land.at erklären Sie sich damit einverstanden, dass wir Cookies speichern. Weitere Informationen

Haltestelle

Aus mobil-am-land.at
Wechseln zu: Navigation, Suche


Messages[ ]

"semorg-form-haltestelle-add-button-text": "Haltepunkt hinzufügen",

"semorg-form-haltestelle-template": "haltestelle",
"semorg-form-haltestelle-rows": "bezeichnung, lage, id, ref",
"semorg-list-haltestelle-headers": "haltestelle-bezeichnung, haltestelle-lage, haltestelle-id, haltestelle-ref",
"semorg-field-haltestelle-bezeichnung-name": "Bezeichnung", 
"semorg-field-haltestelle-bezeichnung-parameters": "",
"semorg-field-haltestelle-id-name": "ID", 
"semorg-field-haltestelle-id-parameters": "",
"semorg-field-haltestelle-lage-name": "Lage", 
"semorg-field-haltestelle-lage-parameters": "", 
"semorg-field-haltestelle-lage-input-type": "leaflet",
"semorg-field-haltestelle-ref-name": "Referenz", 
"semorg-field-haltestelle-ref-parameters": "",

Form[ ]

Form:Semorg-haltestelle

<noinclude>{{semorg-bundle}}</noinclude><includeonly>{{{info
   |create title={{int:semorg-form-haltestelle-create-title}}
   |edit title={{int:semorg-form-haltestelle-edit-title}}<span class="d-none">: <page name></span>
   |page name=
}}}

{{semorg-form-template|haltestelle}}
 
{{semorg-form-standard-inputs}}
</includeonly>

as embedded:

Use this code, if this is not meant to be a standalone feature but rather a supplement that should be embedded in other forms. Add this line to a form definition that includes a field with the parameter holds template. The second parameter of the semorg-form-template-embed call should be the target field, specified with <feature>[<field>] (e.g. meeting-group[files] or {{int:semorg-meeting-group-template}}[files] to respect template customization).

{{semorg-form-template-embed|haltestelle|}}

Category[ ]

Category:Semorg-haltestelle

{{semorg-category}}

Template[ ]

Template:Semorg-haltestelle

<noinclude>{{semorg-bundle}}</noinclude><includeonly>[[Category:{{int:semorg-haltestelle-category}}]]{{#semorg-set:haltestelle 
  |bezeichnung={{{bezeichnung|}}} 
  |lage={{{lage|}}} 
  |id={{{id|}}} 
  |ref={{{ref|}}}
}}{{#semorg-detail:haltestelle}}{{#semorg-table:haltestelle 
  |bezeichnung={{{bezeichnung|}}} 
  |lage={{{lage|}}} 
  |id={{{id|}}} 
  |ref={{{ref|}}}
}}</includeonly>

Row Template[ ]

Template:Semorg-haltestelle-row

<noinclude>{{semorg-bundle}}</noinclude><includeonly><tr>
<td>[[{{{target|}}}]]</td> 
<td>{{{bezeichnung|}}}</td> 
<td>{{{lage|}}}</td> 
<td>{{{id|}}}</td> 
<td>{{{ref|}}}</td>
{{semorg-showedit
  |target={{{target|}}}
}}
</tr></includeonly>

Overview Page Template[ ]

Template:Semorg-haltestelle-overview

<noinclude>{{semorg-bundle}}</noinclude><includeonly>{{#semorg-list:haltestelle
  |heading={{int:semorg-haltestelle-page-name}}
  |formlink={{#semorg-forminput:haltestelle}}
  |links={{{links|}}}
  |query={{{query|}}}
  |sort={{{sort|}}}
  |order={{{order|}}}
  |limit={{{limit|}}}
  |filter links={{{filter links|}}}
  |filters={{{filters|}}}
  |category={{{category|}}}
  |headers={{{headers|}}}
  |row template={{{row template|}}}
  |tableclass={{{tableclass|}}}
  |title={{{title|}}}
  |sums={{{sums|}}}
  |csv={{{csv|}}}
  |default={{{default|}}}
  |returnto={{{returnto|}}}
  |help={{{help|}}}
}}</includeonly>

Overview Page[ ]

[[]]

{{semorg-haltestelle-overview}}

Property Registration[ ]

Add the following line to LocalSettings.php:

$wgSemorgAdditionalProperties['haltestelle'] = [ "id" => "HST","fields" => ["bezeichnung" => [ "id" => "BE","type" => "txt" ],"lage" => [ "id" => "LA","type" => "geo" ],"id" => [ "id" => "ID","type" => "txt" ],"ref" => [ "id" => "REF","type" => "wpg" ], ] ];