User:Skkias/Sandbox/Template:DictionaryDisplay: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
(Created page with "<div class="dictionary-display"> <h3>{{{term}}}</h3> <p><strong>Category:</strong> {{{category}}}</p> <p><strong>Definition:</strong> {{#invoke:DictionaryDisplay|fetch|term={{{term}}}|category={{{category}}}}}</p> </div>")
 
No edit summary
Line 2: Line 2:
     <h3>{{{term}}}</h3>
     <h3>{{{term}}}</h3>
     <p><strong>Category:</strong> {{{category}}}</p>
     <p><strong>Category:</strong> {{{category}}}</p>
     <p><strong>Definition:</strong> {{#invoke:DictionaryDisplay|fetch|term={{{term}}}|category={{{category}}}}}</p>
     <p><strong>Definition:</strong>
        {{#cargo_query:
            tables=Dictionary
            | fields=Definition
            | where=Term="{{{term}}}" AND Category="{{{category}}}"
            | format=plain
        }}
    </p>
</div>
</div>

Revision as of 17:10, 11 December 2024

{{{term}}}

Category: {{{category}}}

Definition:

Error: Table Dictionary not found.