User:Legate: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 26: Line 26:
<pre>
<pre>
Switch statement: {{#switch: {{{source|}}}| roe = Restoration of Erathia | ab = Armageddon's Blade | sod = Shadow of Death | hc = Heroes Chronicles | hota = Horn of the Abyss | }}
Switch statement: {{#switch: {{{source|}}}| roe = Restoration of Erathia | ab = Armageddon's Blade | sod = Shadow of Death | hc = Heroes Chronicles | hota = Horn of the Abyss | }}
Inverted switch (handle an empty case one way, and all others another): {{#switch: {{{source|}}}| = "empty value" | "non-empty value" }}
Inverted switch (handle an empty case one way, and all others another): {{#switch: {{{source|}}}| = style="display: none;" | }}
Hide a table row based on a value: |- {{#if: {{{difficulty|}}} |  | style="display: none;"}}
Hide a table row based on a value: |- {{#if: {{{difficulty|}}} |  | style="display: none;"}}
</pre>
</pre>

Latest revision as of 17:58, 22 March 2024

I've worked a lot on the following:

See User:ShushMaster for lots of mediawiki tricks

Favorite tricks[edit]

Switch statement: {{#switch: {{{source|}}}| roe = Restoration of Erathia | ab = Armageddon's Blade | sod = Shadow of Death | hc = Heroes Chronicles | hota = Horn of the Abyss | }}
Inverted switch (handle an empty case one way, and all others another): {{#switch: {{{source|}}}| = style="display: none;" | }}
Hide a table row based on a value: |- {{#if: {{{difficulty|}}} |  | style="display: none;"}}