Vorlage:Tweet/Doku: Unterschied zwischen den Versionen

ref as alias for reference
(another example)
(ref as alias for reference)
Zeile 95: Zeile 95:
"label": "width",
"label": "width",
"description": "Custom tweet width",
"description": "Custom tweet width",
"example": "300px"
"example": "300px",
"type": "string"
},
},
"left": {
"left": {
"label": "left",
"label": "left",
"description": "Any value makes tweet aligned left"
"description": "Any value makes tweet aligned left",
"type": "string"
},
},
"name": {
"name": {
Zeile 136: Zeile 138:
"label": "reference",
"label": "reference",
"description": "A custom reference can be provided to use instead of the automatically generated one",
"description": "A custom reference can be provided to use instead of the automatically generated one",
"example": "<ref>custom reference</ref>"
"example": "<ref>custom reference</ref>",
"aliases": [
"ref"
],
"type": "string"
},
},
"image": {
"image": {