mirror of https://github.com/patacrep/patacrep.git
Louis
9 years ago
8 changed files with 58 additions and 35 deletions
@ -1 +1 @@ |
|||
{image: (( content.argument|search_image ))} |
|||
{image: "(( content.filename|search_image ))" ((content.size|render_size))} |
|||
|
@ -1,22 +1,34 @@ |
|||
{image: dices.png} |
|||
{image: "image with spaces.png"} |
|||
{image: image.png } |
|||
{image: "image with spaces.png" } |
|||
|
|||
{image: dices.png size=20%x} |
|||
{image: "image with spaces.png" size=x20%} |
|||
{image: dices.png size=20%x10%} |
|||
|
|||
{image: dices.png size=20%x} |
|||
{image: image.png size=20%x} |
|||
{image: "image with spaces.png" size=x20%} |
|||
{image: dices.png size=20%x10%} |
|||
{image: image.png size=20%x10%} |
|||
|
|||
|
|||
{image: dices.png size=2cmx} |
|||
{image: image.png size=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: dices.png size=2cmx1cm} |
|||
{image: image.png size=2cmx1cm} |
|||
|
|||
|
|||
{image: dices.png size=2emx} |
|||
{image: image.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: dices.png size=2emx1em} |
|||
{image: image.png size=2emx1em} |
|||
|
|||
{image: dices.png size=50ptx} |
|||
|
|||
{image: image.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: dices.png size=50ptx100pt} |
|||
{image: image.png size=50ptx100pt} |
|||
|
|||
|
|||
{image: image.png size=2.5cmx} |
|||
{image: "image with spaces.png" size=x2.5cm} |
|||
{image: image.png size=2.5cmx1.5cm} |
|||
|
|||
|
|||
{image: image.png size=3cmx10%} |
|||
{image: "image with spaces.png" size=10%x3cm} |
|||
{image: image.png size=x} |
|||
|
|||
|
|||
|
@ -1,30 +1,31 @@ |
|||
{image: dices.png} |
|||
{image: image.png} |
|||
{image: "image with spaces.png"} |
|||
|
|||
{image: dices.png size=20%x } |
|||
{image: image.png size=20%x } |
|||
{image: "image with spaces.png" size=x20%} |
|||
{image: dices.png size=20%x10%} |
|||
{image: image.png size=20%x10%} |
|||
|
|||
{image: dices.png size=2cmx} |
|||
{image: image.png size=2cmx} |
|||
{image: "image with spaces.png" size=x2cm} |
|||
{image: dices.png size=2cmx1cm} |
|||
{image: image.png size=2cmx1cm} |
|||
|
|||
{image: dices.png size=2emx} |
|||
{image: image.png size=2emx} |
|||
{image: "image with spaces.png" size=x2em} |
|||
{image: dices.png size=2emx1em} |
|||
{image: image.png size=2emx1em} |
|||
|
|||
{image: dices.png size=50ptx} |
|||
{image: image.png size=50ptx} |
|||
{image: "image with spaces.png" size=x50pt} |
|||
{image: dices.png size=50ptx100pt} |
|||
{image: image.png size=50ptx100pt} |
|||
|
|||
{image: dices.png size=2.5cmx} |
|||
{image: image.png size=2.5cmx} |
|||
{image: "image with spaces.png" size=x2.5cm} |
|||
{image: dices.png size=2.5cmx1.5cm} |
|||
{image: image.png size=2.5cmx1.5cm} |
|||
|
|||
{image: dices.png size=3cmx10%} |
|||
{image: image.png size=3cmx10%} |
|||
{image: "image with spaces.png" size=10%x3cm} |
|||
{image: dices.png size=x} |
|||
{image: image.png size=x} |
|||
|
|||
{image: dices.png error=foo} |
|||
{image: "image with spaces.png" dices.png} |
|||
{image: dices.png size=2exx3km} |
|||
{image: image.png error=foo} |
|||
{image: "image with spaces.png" image.png} |
|||
{image: "image with spaces.png" image.png image.png} |
|||
{image: image.png size=2exx3km} |
|||
|
Loading…
Reference in new issue