Difference between revisions of "Template:Snapzilla/Simple"

From Second Life Wiki
Jump to navigation Jump to search
m (example 2)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{key}}|{{#if: {{{user}}}|<span style="color: red;">Parameter conflict. Please choose either key or user</span>|/open/keyurl:{{{key}}}}}|{{#if:{{{user}}|/open/userurl:{{{user}}}|<span style="color: red;">You must specify either user or key</span>}} {{#if: {{{title}}}|{{{title}}}}}/close/}}</includeonly><noinclude>
<includeonly>{{#if:{{{key|}}}|{{#if:{{{user|}}}|<span style="color: red;">Parameter conflict. Please choose either key or user</span>|/open/keyurl:{{{key}}}}}|{{#if:{{{user}}|/open/userurl:{{{user}}}|<span style="color: red;">You must specify either user or key</span>}}}} {{#if: {{{title|}}}|{{{title}}}}}/close/</includeonly><noinclude>


==Usage==
==Usage==
<pre>
<pre>
{{Snapzilla/Simple|user=Baba Yamamoto|title=title}}
{{Snapzilla/Simple|user=Baba Yamamoto|title=title}}
{{Snapzilla/Simple|key=1234|title=title}}
</pre>
</pre>
==Example==
==Example==


{{Snapzilla/Simple|user=Baba Yamamoto|title=title}}
{{Snapzilla/Simple|user=Baba Yamamoto|title=title}}
{{Snapzilla/Simple|key=1234|title=title}}




</noinclude>
</noinclude>

Latest revision as of 01:39, 13 January 2007


Usage

{{Snapzilla/Simple|user=Baba Yamamoto|title=title}}


{{Snapzilla/Simple|key=1234|title=title}}

Example

/open/userurl:Baba Yamamoto title/close/

/open/keyurl:1234 title/close/