Template:Sign: Difference between revisions

From Kanthaus wiki
Lb34 (talk | contribs)
No edit summary
Lb34 (talk | contribs)
No edit summary
Line 30: Line 30:
"url": {
"url": {
"label": "URL",
"label": "URL",
"description": "URL or other information",
"description": "URLs, passwords or other cases where information has to be unambiguous",
"type": "string",
"type": "string",
"required": false
"required": false
Line 38: Line 38:
"description": "Location where file is stored",
"description": "Location where file is stored",
"type": "string",
"type": "string",
"required": true
"required": true,
"default": "{{PAGEID}}"
},
},
"author": {
"author": {
Line 91: Line 92:
   </div>}}
   </div>}}
   <div style="float: left; font-size: 60%; font-family: Liberation Mono; color: #808080;">Location: {{{location}}}</div>
   <div style="float: left; font-size: 60%; font-family: Liberation Mono; color: #808080;">Location: {{{location}}}</div>
   <div style="float: right; font-size: 60%; font-family: Liberation Mono; color: #808080;">Author: {{{author}}} | Date: {{{date}}}</div>
   <div style="float: right; font-size: 60%; font-family: Liberation Sans; color: #808080;">Author: {{{author}}}</div>
<div style="float: right; font-size: 60%; font-family: Liberation Mono; color: #808080;">Date: {{{date}}}</div>
</div>
</div>
</div>
</div>

Revision as of 17:33, 18 January 2025

Kanthaus sign template

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
title_englishtitle_english

Short and descriptive title

Stringrequired
title_detitle_de

no description

Stringoptional
Title icontitle-icon

Icon to support visual filtering of information

Stringrequired
English textenglish-text

Text in English

Stringrequired
German textgerman-text

Text in German

Stringrequired
URLurl

URLs, passwords or other cases where information has to be unambiguous

Stringoptional
Locationlocation

Location where file is stored

Default
{{PAGEID}}
Stringrequired
Authorauthor

Your name

Default
{{REVISIONUSER}}
Stringrequired
Datedate

Current date

Default
{{CURRENTDATE}}
Stringrequired
{{{title-icon}}}
{{{title_english}}}
{{{title_de}}}
   {{{english-text}}}
   {{{german-text}}}
Location: {{{location}}}
Author: {{{author}}}
Date: {{{date}}}