NAVIGATION
This shows you the differences between two versions of the page.
english:phpwcms_replacer_rts:frontend_render:imgx [2009/06/15 09:04] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render:imgx [2018/06/03 18:09] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== imgx= (Images from filecenter) ===== | ===== imgx= (Images from filecenter) ===== | ||
- | FIXME translate | ||
- | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=112248#p112248]] | ||
+ | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=112248#p112248]] | ||
- | Für Bilder gibt es einen speziellen Replacement Tag und in der Dateiverwaltung die einfache ID-Info beim Überfahren der jeweiligen Datei. | + | For pictures there is a special replacement tag using the UD info from filecenter when over driving the respective file. |
- | **Bilder:** | + | **Images:** |
<code html> | <code html> | ||
- | [img=ID.FORMAT WxHxCROPxQUALITY]ALT-Text[/img] | + | [img=ID.FORMATxWxHxCROPxQUALITY ALT-text]TITLE-text[/img] |
</code> | </code> | ||
- | **verkürzt:** | + | **shorted:** |
<code html> | <code html> | ||
- | [img=ID.FORMAT WxHxCROPxQUALITY] | + | [img=ID.FORMATxWxHxCROPxQUALITY] |
</code> | </code> | ||
- | Die ''WxHxCROPxQUALITY'' sind optional - ''[W[xH[xCROP[xQUALITY]]]]'' | + | ''WxHxCROPxQUALITY'' are optional - ''[W[xH[xCROP[xQUALITY] [Alt-text]]]]'' |
- | + | Basically this is enough: | |
- | Im Prinzip reicht das: | + | |
<code html> | <code html> | ||
- | [img=10 100x100] | + | [img=10x100x100] |
</code> | </code> | ||
- | Zeige Bild mit ID 10 als JPG und verkleinere proportional auf max. 100 Pixel Breite bzw. 100 Pixel Höhe. | + | |
+ | Show a picture with ID 10 as JPG and shrink it proportionally to max. 100 pixels width and/or 100 pixels height. | ||
**Downloads:** | **Downloads:** | ||
Line 45: | Line 44: | ||
</code> | </code> | ||
+ | wird nicht mehr gebraucht | ||
+ | |||
+ | ===== Tag [imgx=.....] - is not no more used ===== | ||
+ | |||
+ | <del>The internal function with -- //[img=ID.FORMAT WxHxCROPxQUALITY]Title-text[/imgx]// -- functioned not yet (v1.4.0 r286), therefore the procedure was outsourced by me temporarly to frontend_render ( /include/inc_front/ext.func.inc.php ->function parse_images($matches) ).</del> | ||
- | ==== Tag [imgx=.....] ==== | ||
- | Die interne Funktion mit -- //[img=ID.FORMAT WxHxCROPxQUALITY]Title-Text[/imgx]// -- funktioniert noch nicht (Stand v1.4.0 r286), deshalb wurde die Prozedur von mir temporär nach frontend_render ausgelagert ( /include/inc_front/ext.func.inc.php ->function parse_images($matches) ). | ||
- | Tag: **##[imgx=ID.FORMAT WxHxCROPxQUALITY ALT-Text]Title-Text[/imgx]##** | + | <del>Tag: **##[imgx=ID.FORMAT WxHxCROPxQUALITY ALT-text]Title-text[/imgx]##**</del> |
- | .FORMAT WxHxCROPxQUALITY ALT-Text Title-Text sind optional - | + | <del>.FORMAT WxHxCROPxQUALITY ALT-Text & Title-Text are optional -</del> |
[.FORMAT [W[xH[xCROP[xQUALITY[ ALT-Text[Title-Text]]]]]]] | [.FORMAT [W[xH[xCROP[xQUALITY[ ALT-Text[Title-Text]]]]]]] |