Module:AbilitySection/doc: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
m fix example
Vergir (talk | contribs)
m remove interactions from /doc
Line 22: Line 22:
|-
|-
| <code>notes</code> || No || Wikitext for the Notes tab.
| <code>notes</code> || No || Wikitext for the Notes tab.
|-
| <code>interactions</code> || No || Wikitext for the Interactions tab.
|-
|-
| <code>tips</code> || No || Wikitext for the Tips tab.
| <code>tips</code> || No || Wikitext for the Tips tab.
Line 36: Line 34:
local TABS = {
local TABS = {
     { key = 'notes',        label = 'Notes'        },
     { key = 'notes',        label = 'Notes'        },
    { key = 'interactions', label = 'Interactions' },
     { key = 'tips',        label = 'Tips'        },
     { key = 'tips',        label = 'Tips'        },
}
}
Line 49: Line 46:
| notes =
| notes =
* This is an example of a note.
* This is an example of a note.
| interactions =
* This is an example of an interaction.
| tips =
| tips =
* This is an example of a tip.
* This is an example of a tip.
Line 61: Line 56:
| notes =
| notes =
* This is an example of a note.
* This is an example of a note.
| interactions =
* This is an example of an interaction.
| tips =
| tips =
* This is an example of a tip.
* This is an example of a tip.