Jump to content

Template:Infobox: Difference between revisions

From p1gwars
Blanked the page
Tag: Blanking
No edit summary
Tag: Reverted
Line 1: Line 1:
 
{{#if: {{{title|}}}
  | {{#ifexpr: "{{{title}}}" = "War"
    | {{Infobox
        | title = {{{title|}}}
        | image = {{{image|}}}
        | caption = {{{caption|}}}
        | description = {{{description|}}}
      }}
    | <!-- Add other cases as needed -->
  }}
}}

Revision as of 14:07, 12 February 2024

{{#if:

 | {{#ifexpr: "{{{title}}}" = "War" 
   | {{#if:  
 | {{#ifexpr: "" = "War" 
   | Template loop detected: Template:Infobox
   | 
 }}

}}

   | 
 }}

}}