Template:Align/Doc: Difference between revisions

DoggoBit (talk | contribs)
m Usage: Fix JSON error
DoggoBit (talk | contribs)
 
Line 18: Line 18:
       "label": "Content",
       "label": "Content",
       "description": "The content to be aligned",
       "description": "The content to be aligned",
       "format": "content"
       "type": "content",
      "required": true
     },
     },
     "align": {
     "align": {
       "label": "Alignment",
       "label": "Alignment",
       "description": "The alignment of the content. Any values other than 'center' have no effect.",
       "description": "The alignment of the content. Any values other than 'center' have no effect.",
       "format": "string"
       "type": "string",
      "suggested": true,
      "suggestedvalues": [
        "center",
        "left",
        "right"
      ]
     }
     }
   }
   }