Zuletzt bearbeitet vor einer Woche
von mog

MediaWiki:ContentDroplets.json: Unterschied zwischen den Versionen

WikiSysop (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
WikiSysop (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
{
{
"DropletName": {
"sectioncontainer": {
"name": "TemplateDroplet",
"title": "Section Container",
"type": "template",
"description": "Layout-Container mit wählbarer Spaltenanzahl",
"template": "Test12345",
"template": "Test12345",
"params": [
"group": "Layout",
{
"params": {
"color": "blue"
"column": {
"label": "Layout-Variante",
"type": "string",
"default": "col1",
"options": [
"col1",
"col2",
"col3",
"col2-l",
"col2-r",
"col1-2"
]
},
},
{
"content": {
"count": "5"
"label": "Inhalt",
"type": "content"
}
}
],
}
"description": "message-key",
"icon": "check",
"rlModules": [],
"categories": [
"content"
],
"content": "{{Lorem|color=blue|count=5}}"
},
"myTagDroplet": {
"name": "TagDroplet",
"type": "tag",
"tagname": "Lorem",
"attributes": [
{
"color": "blue"
}
],
"hasContent": false,
"veCommand": "droplet",
"description": "message-key",
"icon": "check",
"rlModules": [],
"categories": [
"content"
],
"content": "\u003CmyDroplet color=blue/\u003E"
}
}
}
}

Version vom 1. Dezember 2025, 12:43 Uhr

sectioncontainer
title"Section Container"
description"Layout-Container mit wählbarer Spaltenanzahl"
template"Test12345"
group"Layout"
params
column
label"Layout-Variante"
type"string"
default"col1"
options
"col1"
"col2"
"col3"
"col2-l"
"col2-r"
"col1-2"
content
label"Inhalt"
type"content"