:navigation-title: format.placeholder.image .. include:: /Includes.rst.txt .. _fluidtypo3-vhs-format-placeholder-image: ==================================================================== format.placeholder.image ViewHelper `` ==================================================================== Placeholder Image ViewHelper Inserts a placeholder image from http://placehold.it .. _fluidtypo3-vhs-format-placeholder-image_arguments: Arguments ========= .. _format.placeholder.image_additionalattributes: additionalAttributes -------------------- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional tag attributes. They will be added directly to the resulting HTML tag. .. _format.placeholder.image_data: data ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional data-* attributes. They will each be added with a "data-" prefix. .. _format.placeholder.image_aria: aria ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional aria-* attributes. They will each be added with a "aria-" prefix. .. _format.placeholder.image_text: text ---- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Text to render as image .. _format.placeholder.image_width: width ----- :aspect:`DataType` integer :aspect:`Default` 640 :aspect:`Required` false :aspect:`Description` Width of rendered placeholder image .. _format.placeholder.image_height: height ------ :aspect:`DataType` integer :aspect:`Required` false :aspect:`Description` Height of rendered placeholder image .. _format.placeholder.image_backgroundcolor: backgroundColor --------------- :aspect:`DataType` string :aspect:`Default` '333333' :aspect:`Required` false :aspect:`Description` Background color .. _format.placeholder.image_textcolor: textColor --------- :aspect:`DataType` string :aspect:`Default` 'FFFFFF' :aspect:`Required` false :aspect:`Description` Text color