From 610a6cee5eca3ca433506b5dfea8d239d7cd1a50 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 3 Mar 2012 22:40:07 +0100 Subject: Initial commit. --- help.html | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 help.html (limited to 'help.html') diff --git a/help.html b/help.html new file mode 100644 index 0000000..74a0b56 --- /dev/null +++ b/help.html @@ -0,0 +1,55 @@ +

kch42_gravatar

+ +

This Plugin gives you an STE tag, which will return the Gravatar of the person, who written a comment.

+

This tag is: <ste:kch42_gravatar />.

+ +

How to use this tag

+ +

The tag will return a HTML <img /> tag.

+ +

The tag will accept these parameters:

+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parameter nameMandatory?Default valueDescription
commentYes Name of a variable that contains information about a comment (usually generated by <ste:article_comments />)
sizeNo80Size of image in pixels.
defaultNoidenticonThe default image, if no Gravatar is available. Can be a URL to an image or one of Gravatar's default values.
ratingNogOne of Gravatar's rating values.
styleNo Additional (CSS) styles for the image.
+

-- cgit v1.2.3-54-g00ecf