Vendor
MindTouch
Type Script
Categories Widgets
Requires MindTouch Deki 1.8.3 or later
Status Stable
License Free/Open Source
Manifest http://scripts.mindtouch.com/is-it-friday.xml

 

Table of Contents

Description

This will tell you if it is Friday

See also How to add a script, Using the Extension Dialog, Learn about DekiScript, Extensions Directory.


Functions

isit.friday() : xml

This allows you to see if it is Friday.


Script Source

<extension>
	<title>Is it Friday</title>
	<description>This will tell you if it is Friday</description>
	<uri.help>
	</uri.help>
	<namespace>isit</namespace>
	<function>
		<name>friday</name>
		<description>This allows you to see if it is Friday.</description>
		<return>
			<html>
				<body>
					<iframe scrolling="no" frameborder="0" src="http://friday.tagartwebdesign.com">
					</iframe>
				</body>
			</html>
		</return>
	</function>
</extension>


Samples

  Output

To embed the Is It Friday widget:

{{ isit.friday() }} 
friday.png

 

Tag page

Files 1

FileSizeDateAttached by 
 is it friday.xml
No description
471 bytes06:28, 3 Mar 2008coreygActions
You must login to post a comment.