Haltepunkt
Aus bedarfsverkehr.at
Messages[ ]
"semorg-form-haltepunkt-add-button-text": "Haltepunkt hinzufügen", "semorg-form-haltepunkt-template": "haltepunkt", "semorg-form-haltepunkt-rows": "ref, lage, typ, bezeichnung, id", "semorg-list-haltepunkt-headers": "haltepunkt-ref, haltepunkt-lage, haltepunkt-typ, haltepunkt-bezeichnung, haltepunkt-id", "semorg-field-haltepunkt-bezeichnung-name": "Bezeichnung", "semorg-field-haltepunkt-bezeichnung-parameters": "", "semorg-field-haltepunkt-id-name": "ID", "semorg-field-haltepunkt-id-parameters": "", "semorg-field-haltepunkt-lage-name": "Lage", "semorg-field-haltepunkt-lage-parameters": "", "semorg-field-haltepunkt-lage-input-type": "leaflet", "semorg-field-haltepunkt-ref-name": "Referenz", "semorg-field-haltepunkt-ref-parameters": "", "semorg-field-haltepunkt-typ-name": "Typ", "semorg-field-haltepunkt-typ-parameters": "",
Form[ ]
<noinclude>{{semorg-bundle}}</noinclude><includeonly>{{{info
|create title={{int:semorg-form-haltepunkt-create-title}}
|edit title={{int:semorg-form-haltepunkt-edit-title}}<span class="d-none">: <page name></span>
|page name=
}}}
{{semorg-form-template|haltepunkt}}
{{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|haltepunkt|}}
Category[ ]
{{semorg-category}}
Template[ ]
<noinclude>{{semorg-bundle}}</noinclude><includeonly>[[Category:{{int:semorg-haltepunkt-category}}]]{{#semorg-set:haltepunkt
|ref={{{ref|}}}
|lage={{{lage|}}}
|typ={{{typ|}}}
|bezeichnung={{{bezeichnung|}}}
|id={{{id|}}}
}}{{#semorg-detail:haltepunkt}}{{#semorg-table:haltepunkt
|ref={{{ref|}}}
|lage={{{lage|}}}
|typ={{{typ|}}}
|bezeichnung={{{bezeichnung|}}}
|id={{{id|}}}
}}</includeonly>
Row Template[ ]
Template:Semorg-haltepunkt-row
<noinclude>{{semorg-bundle}}</noinclude><includeonly><tr>
<td>[[{{{target|}}}]]</td>
<td>{{{ref|}}}</td>
<td>{{{lage|}}}</td>
<td>{{{typ|}}}</td>
<td>{{{bezeichnung|}}}</td>
<td>{{{id|}}}</td>
{{semorg-showedit
|target={{{target|}}}
}}
</tr></includeonly>
Overview Page Template[ ]
Template:Semorg-haltepunkt-overview
<noinclude>{{semorg-bundle}}</noinclude><includeonly>{{#semorg-list:haltepunkt
|heading={{int:semorg-haltepunkt-page-name}}
|formlink={{#semorg-forminput:haltepunkt}}
|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-haltepunkt-overview}}
Property Registration[ ]
Add the following line to LocalSettings.php:
$wgSemorgAdditionalProperties['haltepunkt'] = [ "id" => "HPK","fields" => ["ref" => [ "id" => "REF","type" => "wpg" ],"lage" => [ "id" => "LA","type" => "geo" ],"typ" => [ "id" => "TY","type" => "txt" ],"bezeichnung" => [ "id" => "BE","type" => "txt" ],"id" => [ "id" => "ID","type" => "txt" ], ] ];