Account-special
From SemanticOrganization
Messages
"semorg-account-special-template": "semorg-account-special", "semorg-account-special-category": "semorg-account-special", "semorg-account-special-form": "semorg-account-special", "semorg-form-account-special-create-title": "Create Kostenstelle", "semorg-form-account-special-edit-title": "Edit Kostenstelle", "semorg-form-account-special-template": "account", "semorg-form-account-special-rows": "account-number,account-name", "semorg-list-account-special-headers": "account-account-number,account-account-name",
Form
<noinclude>{{semorg-bundle}}</noinclude><includeonly>{{{info |create title={{int:semorg-form-account-special-create-title}} |edit title={{int:semorg-form-account-special-edit-title}}<span class="d-none">: <page name></span> |page name=Account #<semorg-account[account-number]> }}} {{semorg-form-template|account-special}} {{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|account-special|}}
Category
Category:Semorg-account-special
{{semorg-category}}
Template
Template:Semorg-account-special
<noinclude>{{semorg-bundle}}</noinclude><includeonly>[[Category:{{int:semorg-account-special-category}}]]{{#semorg-set:account-special }}{{#semorg-detail:account-special}}{{#semorg-table:account-special }}</includeonly>
Row Template
Template:Semorg-account-special-row
<noinclude>{{semorg-bundle}}</noinclude><includeonly><tr> <td>[[{{{target|}}}]]</td> {{semorg-showedit |target={{{target|}}} }} </tr></includeonly>
Overview Page Template
Template:Semorg-account-special-overview
<noinclude>{{semorg-bundle}}</noinclude><includeonly>{{#semorg-list:account-special |heading={{int:semorg-account-special-page-name}} |formlink={{#semorg-formlink:account-special}} |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-account-special-overview}}
Property Registration
Add the following line to LocalSettings.php
:
$wgSemorgAdditionalProperties['account-special'] = [ "id" => "AS","fields" => [ ] ];