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