Vorlage:Extension: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „<includeonly> {| class="wikitable plainlinks" style="width:100%; max-width:48rem;" |+ Erweiterung ! Stil !! Inhalt |- ! Name | {{{name|—}}} |- ! Zweck | {{{p…“) |
Sysop (Diskussion • Beiträge) (modified by py-yprinciple-gen 0.4.4) |
||
| (4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
< | <noinclude><!-- | ||
{| | -- Copyright (C) 2015-2025 BITPlan GmbH | ||
| | -- | ||
-- Pater-Delp-Str. -- 1 | |||
|- | -- D-47877 -- Willich-Schiefbahn | ||
-- | |||
| {{{name| | -- http://www.bitplan.com | ||
| | -- | ||
-- | |||
| {{{purpose| | --> | ||
| | This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Template for "Extension". | ||
=== see also === | |||
| {{{since| | see also | ||
|- | * [[List of Extensions]] | ||
! | * [[Help:Extension]] | ||
| {{#if:{{{ | * [[Concept:Extension]] | ||
|- | * [[:Category:Extension]] | ||
! | * [[:Template:Extension]] | ||
| {{#if:{{{ | * [[:Form:Extension]] | ||
|} | |||
=== Usage === | |||
<pre>{{Extension | |||
|name= | |||
|url= | |||
|wikidataid= | |||
|purpose= | |||
|since= | |||
|until= | |||
|comment= | |||
|state= | |||
|wiki= | |||
|storemode=property or subobject or none" | |||
}} | |||
</pre> | |||
[[Category:Template]] | |||
</noinclude><includeonly>{{#switch:{{{storemode|}}} | |||
|none= | |||
|subobject={{#subobject:- | |||
|isA=Extension | |||
|Extension name={{{name|}}} | |||
|Extension url={{{url|}}} | |||
|Extension wikidataid={{{wikidataid|}}} | |||
|Extension purpose={{{purpose|}}} | |||
|Extension since={{{since|}}} | |||
|Extension until={{{until|}}} | |||
|Extension comment={{{comment|}}} | |||
|Extension state={{{state|}}} | |||
|Extension wiki={{{wiki|}}} | |||
}} | |||
|#default={{#set: | |||
|isA=Extension | |||
|Extension name={{{name|}}} | |||
|Extension url={{{url|}}} | |||
|Extension wikidataid={{{wikidataid|}}} | |||
|Extension purpose={{{purpose|}}} | |||
|Extension since={{{since|}}} | |||
|Extension until={{{until|}}} | |||
|Extension comment={{{comment|}}} | |||
|Extension state={{{state|}}} | |||
|Extension wiki={{{wiki|}}}|+sep=None | |||
}} | |||
}} | |||
{{#switch:{{{viewmode|}}}|hidden=|masterdetail= | |||
|#default={{{!}} class='wikitable' | |||
! colspan='2' {{!}}Extension | |||
{{!}}- | |||
{{#switch:{{{storemode|}}}|property= | |||
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Extension/{{FULLPAGENAME}}|title=edit}} | |||
{{!}}- | |||
}} | |||
![[Property:Extension name|name]] | |||
{{!}} {{#if:{{{name|}}}|{{{name}}}|}} | |||
{{!}}- | |||
![[Property:Extension url|url]] | |||
{{!}} {{#if:{{{url|}}}|{{{url}}}|}} | |||
{{!}}- | |||
![[Property:Extension wikidataid|wikidataid]] | |||
{{!}} {{#if:{{{wikidataid|}}}|{{{wikidataid}}}|}}→{{#show: {{FULLPAGENAME}}|?Extension wikidataid}} | |||
{{!}}- | |||
![[Property:Extension purpose|purpose]] | |||
{{!}} {{#if:{{{purpose|}}}|{{{purpose}}}|}} | |||
{{!}}- | |||
![[Property:Extension since|since]] | |||
{{!}} {{#if:{{{since|}}}|{{{since}}}|}} | |||
{{!}}- | |||
![[Property:Extension until|until]] | |||
{{!}} {{#if:{{{until|}}}|{{{until}}}|}} | |||
{{!}}- | |||
![[Property:Extension comment|comment]] | |||
{{!}} {{#if:{{{comment|}}}|{{{comment}}}|}} | |||
{{!}}- | |||
![[Property:Extension state|state]] | |||
{{!}} {{#if:{{{state|}}}|{{{state}}}|}} | |||
{{!}}- | |||
![[Property:Extension wiki|wiki]] | |||
{{!}} {{#if:{{{wiki|}}}|{{{wiki}}}|}}→{{#show: {{FULLPAGENAME}}|?Extension wiki}} | |||
{{!}}- | |||
{{!}}} | |||
}} | |||
[[Category:Extension]]{{#default_form:Extension}} | |||
</includeonly> | </includeonly> | ||
Aktuelle Version vom 6. November 2025, 17:49 Uhr
This is the BITPlan Y-Prinzip ProfiWiki-Template for "Extension".
see also
see also
- List of Extensions
- Help:Extension
- Concept:Extension
- Category:Extension
- Template:Extension
- Form:Extension
Usage
{{Extension
|name=
|url=
|wikidataid=
|purpose=
|since=
|until=
|comment=
|state=
|wiki=
|storemode=property or subobject or none"
}}