PsyCrit:Code/lib/smw

< PsyCrit:Code
Revision as of 01:59, 8 August 2012 by WikiSysop (talk | contribs) (forgot to echo the SMW code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

smw.let.echo(key, val)

Action: sets a SMW property and echoes the value This is useful as an alternative for the [[key::val]] syntax, which can't deal with brackets in the value. <func name="smw.let.echo" key val>




 {{#set:=}}

</func>

smw.let.var(key, val)

Action: sets a SMW property and a W3TPL variable. This allows the edited value to be used in a preview, rather than only looking up the last saved value. <func name="smw.let.var" key val>




 {{#set:=}}

</func>

... more about "Code/lib/smw"