Array

Template:TempTest: Difference between revisions

mNo edit summary
mNo edit summary
Line 1: Line 1:
''Insights''  
''Insights''  


#ifeq {{{1}}}|1|
{{#ifeq {{{1}}}|1|
{{#switch: {{{3|}}}
{{#switch: {{{3|}}}
|1=First Article of Vol 1, num 2.
|1=First Article of Vol 1, num 2.
Line 9: Line 9:
|5=Fifth Article of Vol 1, num 2.
|5=Fifth Article of Vol 1, num 2.
|6=Sixth Article of Vol 1, num 2.
|6=Sixth Article of Vol 1, num 2.
|{{{3}}}
|{{{3}}}}}


}} <!-- Close brackets on #ifeq for Vol=1 Num=1-->
}} <!-- Close brackets on #ifeq for Vol=1 Num=1-->

Revision as of 19:37, 20 September 2007

Insights

{{#ifeq {{{1}}}|1| {{{3}}}

}}