Skip to content

hoochicken/plg_content_qldiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qldiv

To call the plugin in article text add start tag {'qldiv} and end tag {'/qldiv} into article text (of course without '). The text inbetween the tags is going to be displayed in a div. Additionally you can add an id, class name or style commands in the start tag, e. g.

  • {qldiv class="grey"} generates
  • {qldiv id=weather} generates
  • {qldiv style=background:red;font-size:10px;} generates

Mind to separate the attributes with comma

{qldiv id=weather,class=grey,style=background:red;font-size:10px;}Und hier ist ein Inhalt drin{/qldiv}

This tag generates

<div class="grey" id="weather" style="background:red;font-size:10px;">Und hier ist ein Inhalt drin</qldiv>

What about a coffee ..

I love coding. My extensions are for free. Wanna say thanks? You're welcome! https://www.buymeacoffee.com/mareikeRiegel