Template:Platform

From BITPlan ceur-ws Wiki
Revision as of 09:54, 20 July 2020 by Wf (talk | contribs) (created by WikiTask 2020-07-20T07:54:32Z)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the template Platform. It belongs to the concept/topic Concept:Platform
You may find examples for the use of this template via the List of Platforms.

Usage

storemode subobject

{{Platform
|name=
|type=
|iri=
|priority=
|since=
|responsible=
|wikidataid=
|storemode=subobject
}}

storemode property

{{Platform
|name=
|type=
|iri=
|priority=
|since=
|responsible=
|wikidataid=
|storemode=property
}}

storemode none

{{Platform
|name=
|type=
|iri=
|priority=
|since=
|responsible=
|wikidataid=
|storemode=none
}}


viewmode tableheader

{{Platform
|name=
|type=
|iri=
|priority=
|since=
|responsible=
|wikidataid=
|viewmode=tableheader
}}

viewmode tablerow

{{Platform
|name=
|type=
|iri=
|priority=
|since=
|responsible=
|wikidataid=
|viewmode=tablerow
}}

viewmode tablefooter

{{Platform
|name=
|type=
|iri=
|priority=
|since=
|responsible=
|wikidataid=
|viewmode=tablefooter
}}

viewmode labelfield

{{Platform
|name=
|type=
|iri=
|priority=
|since=
|responsible=
|wikidataid=
|viewmode=labelfield
}}

Source (pretty printed)

{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Platform<br>|}}
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
{{#if:{{{?type|}}}|"{{{?type}}}" is type of it <br>|}}
{{#if:{{{?iri|}}}|"{{{?iri}}}" is iri of it <br>|}}
{{#if:{{{?priority|}}}|"{{{?priority}}}" is priority of it <br>|}}
{{#if:{{{?since|}}}|"{{{?since}}}" is since of it <br>|}}
{{#if:{{{?responsible|}}}|"{{{?responsible}}}" is responsible of it <br>|}}
{{#if:{{{?wikidataid|}}}|"{{{?wikidataid}}}" is wikidataid of it <br>|}}
|#default={{#switch:{{{storemode|}}}
|none=
|subobject={{#subobject:-
|isA=Platform
|Platform name={{{name|}}}
|Platform type={{{type|}}}
|Platform iri={{{iri|}}}
|Platform priority={{{priority|}}}
|Platform since={{{since|}}}
|Platform responsible={{{responsible|}}}
|Platform wikidataid={{{wikidataid|}}}
}}
|#default={{#set:
|isA=Platform
|Platform name={{{name|}}}
|Platform type={{{type|}}}
|Platform iri={{{iri|}}}
|Platform priority={{{priority|}}}
|Platform since={{{since|}}}
|Platform responsible={{{responsible|}}}
|Platform wikidataid={{{wikidataid|}}}
}}
}}
{{#switch: {{{viewmode|}}}
|hidden=
|masterdetail=
|tableheader={{{!}} class='wikitable'
!name!!type!!iri!!priority!!since!!responsible!!wikidataid
{{!}}-
|tablerow=
{{!}}{{{name|}}}{{!}}{{!}}{{{type|}}}{{!}}{{!}}{{{iri|}}}{{!}}{{!}}{{{priority|}}}{{!}}{{!}}{{{since|}}}{{!}}{{!}}{{{responsible|}}}{{!}}{{!}}{{{wikidataid|}}}
{{!}}-
|tablefooter={{!}}}
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>type={{#if:{{{type|}}}|[[{{{type|}}}]]|}}<br>iri={{#if:{{{iri|}}}|{{{iri|}}}|}}<br>priority={{#if:{{{priority|}}}|{{{priority|}}}|}}<br>since={{#if:{{{since|}}}|{{{since|}}}|}}<br>responsible={{#if:{{{responsible|}}}|{{{responsible|}}}|}}<br>wikidataid={{#if:{{{wikidataid|}}}|{{{wikidataid|}}}|}}<br>|#default={{{!}} class='wikitable'
! colspan='2' {{!}}Platform
{{!}}-
{{#switch:{{{storemode|}}}|property=
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Platform/{{FULLPAGENAME}}|title=edit}}
{{!}}-
}}
!name
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
{{!}}-
!type
{{!}}&nbsp;{{#if:{{{type|}}}|[[{{{type|}}}]]|}}
{{!}}-
!iri
{{!}}&nbsp;{{#if:{{{iri|}}}|{{{iri|}}}|}}
{{!}}-
!priority
{{!}}&nbsp;{{#if:{{{priority|}}}|{{{priority|}}}|}}
{{!}}-
!since
{{!}}&nbsp;{{#if:{{{since|}}}|{{{since|}}}|}}
{{!}}-
!responsible
{{!}}&nbsp;{{#if:{{{responsible|}}}|{{{responsible|}}}|}}
{{!}}-
!WikiData Id
{{!}}&nbsp;{{#if:{{{wikidataid|}}}|{{{wikidataid|}}}|}}
{{!}}-
{{!}}}
}}
}}
[[Category:Platform]]{{#default_form:Platform}}

Source

Click on "Edit" to edit the noinclude-part Source of this Template.