Vorlage:Account: Unterschied zwischen den Versionen

This is [[MediaWiki:Tagline]]. Set to <code>display:none</code> by chameleon skin.
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><!-- first the plausibility tests -->{{#i…“)
 
Keine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section --><!-- first the plausibility tests
<!-- Start your template code here. for tipps and tools for template development, please refer to our help-section -->{{#ifeq:{{NAMESPACE}}|Bericht|<!-- first the plausibility tests
-->{{#if:{{{play|}}}||{{#vardefine:error|1}}<div class="alert alert-danger" role="alert"><strong>Achtung:</strong> Das Spiel für den Spielbericht fehlt!</div>}}<!-- end of plausibility.
-->{{#if:{{{play|}}}||{{#vardefine:error|1}}<div class="alert alert-danger" role="alert"><strong>Achtung:</strong> Das Spiel für den Spielbericht fehlt!</div>}}<!-- end of plausibility.
-->{{#if:{{#var:error}}|{{template other||[[Category:Erroneous]]}}Hilfe zum Umgang mit dieser Vorlage finden Sie auf der Seite {{tl|Account}}.|<!-- no error is present, so start action. beginn with setting the properties and while we're at it, with adding the header data
-->{{#if:{{#var:error}}|{{template other||[[Category:Erroneous]]}}Hilfe zum Umgang mit dieser Vorlage finden Sie auf der Seite {{tl|Account}}.|<!-- no error is present, so start action. beginn with setting the properties and while we're at it, with adding the header data
--><!-- "calculating title: use {{{title}}} if set, otherwise concat play and - if set - author -->{{#vardefine:title|{{#if:{{{title|}}}|{{{title}}}|Spielbericht zu {{{play}}}{{#if:{{{author|}}}|, verfasst von {{{author}}}|, Quelle unbekannt<!-- /end of if author, else -->}}<!-- /end of if title, else -->}}<!-- /end of vardefine-->}}<!-- now continue with displaytitle
--><!-- "calculating" title: use {{{title}}} if set, otherwise concat play and - if set - author -->{{#vardefine:title|{{#if:{{{title|}}}|{{{title}}}|Spielbericht zu {{{play}}}{{#if:{{{author|}}}|, verfasst von {{{author}}}|, Quelle unbekannt<!-- /end of if author, else -->}}<!-- /end of if title, else -->}}<!-- /end of vardefine-->}}<!-- now continue with displaytitle
-->{{#set:has display title={{#var:title}}{{DISPLAYTITLE:{{#var:title}}}}<!-- here comes the header
-->{{#set:has display title={{#var:title}}}}{{DISPLAYTITLE:{{#var:title}}}}<!-- here comes the infobox
-->== Informationen ==
-->{{infobox
;Spiel
| titleclass = objtitle titletext
:[[{{{play}}}]]
| aboveclass = objtitle titletext
;Athor/in
| headerclass = headertext
:{{#if:{{{author|}}}|[[{{{author}}}]]|unbekannt}}
| subheader = Spielbericht
| header1 = Informationen
| label2 = Spiel
| data2 = [[was written for::{{{play}}}]]
| label3 = Author/in
| data3 = {{#if:{{{author|}}}|[[was written by::{{{author}}}]]|unbekannt}}
}}


== Text ==
<!-- /end of if error, else-->}}{{template other||[[Category:Spielberichte]]}}|<!-- /else of {{#ifeq:{{NAMESPACE}}|Bericht-->
}}<!--Last line of your template code--><noinclude>
<div class="alert alert-danger" role="alert"><strong>Achtung:</strong> Diese Vorlage darf nur im Namensraum ''Bericht'' verwendet werden!</div>{{template other||[[Kategorie:Erroneous]]}}
<!-- /end of #ifeq:{{NAMESPACE}}|Bericht .. else -->}}<!--Last line of your template code--><noinclude>
{{documentation}}
{{documentation}}
<!-- Add categories to the /doc subpage, not here! -->
<!-- Add categories to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Aktuelle Version vom 23. Dezember 2017, 23:02 Uhr

Documentation icon Template documentation[view] [edit] [history] [purge]

Description

This template creates and maintaines an account, created by a player for one of our plays. It helps to fill our understanding and perception of the world with different viewpoints.

An account if foremost a WOT (wall of text), but it has - by necessity - at least a play associated. The play, the account was written for. To take credit for one work, there also should be an author. A character/figure in our game universe, the account is attributed to. Finally, if needed or wanted, an account can also have an individual title.

An account is placed in namespace Bericht and will be added to Category:Spielberichte.

Parameters

Dieses Template stellt einen Spielbericht dar und hinterlegt alle notwendigen Daten dazu.

Vorlagenparameter

ParameterBeschreibungTypStatus
Spielplay

Das Spiel, zu dem dieser Spielbericht verfasst worden ist.

Seitennameerforderlich
Author/inauthor

Verfasser/in dieses Spielberichtes. Hier ist keine reale Person, sondern ein Charakter in der Spielwelt gemeint.

Seitennamevorgeschlagen
Titeltitle

Man kann einem Spielbericht einen individuellen Titel geben. Sollte hier nichts angegeben sein, wird automatisch ein Titel basierend auf dem Spielnamen und der/dem Verfasser/in gewählt.

Standard
Spielbericht zu <spielname>, verfasst von <author>
Einzeiliger Textoptional

Usage

{{account
| play=
| author=
| title=
}}


See also