|
JCard! is a little mambot I wrote for joomla 1.0.1.2. Jcard allows you to represent actual playing cards by inserting the following code syntax in your content.
{{ac}}
Where the first character is the value of the card (akqt98765432) and the second char is the suit (hdsc) the syntax above will display the icon  {{joker}}
will display the joker card  Note: The {{ac}} syntax is new, older versions of jcard used the syntax {jcard}ac{/jcard}. The old syntax will no longer work with the newest version of jcard. Alternative Deck In the bot configuration section type “horizontal” as the deck {{ac}}
with the horizontal deck this will display the icon  There are two parameters you can set. image_args allows you to add image arguments to the image tag creates such as style, size, border etc deck allows you to enter the directory of a custom deck you want to use instead of the default one. Additional decks must be uploaded to the “mambots/content/jcard_decks/” folder and follow the same naming conventions as the default deck. You can download JCard! here |