Template:Pod: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(give it a try)
 
(try this)
Line 1: Line 1:
<noinclude>
<noinclude>
Use this template like this:
Use this template like this:
  <nowiki>{{{pod|Amanda/Changer|Amanda::Changer}}}</nowiki>
  <nowiki>{{pod|Amanda/Changer|Amanda::Changer}}</nowiki> -> {{pod|Amanda/Changer|Amanda::Changer}}
</noinclude>[http://wiki.zmanda.com/pod/{{{1}}}.html {{{2}}}]
<nowiki>{{pod|Amanda/Changer}}</nowiki> -> {{pod|Amanda/Changer}}
<nowiki>{{pod|Amanda/Changer}}</nowiki> -> {{pod|Amanda/Changer}}
<nowiki>{{pod}}</nowiki> -> {{pod}}
Do '''not''' use
<nowiki>{{pod|Amanda::Changer}}</nowiki>
because it won't work.
</noinclude>[http://wiki.zmanda.com/pod/{{#if:{{{1}}}|{{{1}}}.html {{#if:{{{2}}}|{{{2}}}|{{{1}}}.pm}}}}]

Revision as of 19:18, 26 June 2008

Use this template like this:

{{pod|Amanda/Changer|Amanda::Changer}} -> {{#if:Amanda::Changer|Amanda::Changer|Amanda/Changer.pm}}}}
{{pod|Amanda/Changer}} -> {{#if:{{{2}}}|{{{2}}}|Amanda/Changer.pm}}}}
{{pod|Amanda/Changer}} -> {{#if:{{{2}}}|{{{2}}}|Amanda/Changer.pm}}}}
{{pod}} -> {{#if:{{{2}}}|{{{2}}}|{{{1}}}.pm}}}}

Do not use

{{pod|Amanda::Changer}}

because it won't work. {{#if:{{{2}}}|{{{2}}}|{{{1}}}.pm}}}}