Template:Repo link/doc usage: Difference between revisions

Jump to navigation Jump to search
Assume a 4 character parameter name for param1, param2, and param3. The formatting however will require activation of the {{#len:string}} string function.
(Modified the custom parameters example to show whitespace inconsistencies.)
(Assume a 4 character parameter name for param1, param2, and param3. The formatting however will require activation of the {{#len:string}} string function.)
Line 19: Line 19:
           }}
           }}
         | {{#ifeq: {{{stat1|}}} | mandatory
         | {{#ifeq: {{{stat1|}}} | mandatory
             | {{{name1}}}       =  
             | {{{name1}}}       =  
             | ''{{{name1}}}''       =  
             | ''{{{name1}}}''       =  
           }}
           }}
       }}
       }}
Line 30: Line 30:
           }}
           }}
         | {{#ifeq: {{{stat2|}}} | mandatory
         | {{#ifeq: {{{stat2|}}} | mandatory
             | {{{name2}}}       =  
             | {{{name2}}}       =  
             | ''{{{name2}}}''       =  
             | ''{{{name2}}}''       =  
           }}
           }}
       }}
       }}
Line 41: Line 41:
           }}
           }}
         | {{#ifeq: {{{stat3|}}} | mandatory
         | {{#ifeq: {{{stat3|}}} | mandatory
             | {{{name3}}}       =  
             | {{{name3}}}       =  
             | ''{{{name3}}}''       =  
             | ''{{{name3}}}''       =  
           }}
           }}
       }}
       }}

Navigation menu