Editing Module:AbilitySection/docGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 24: | Line 24: | ||
|- | |- | ||
| <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 38: | ||
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 48: | Line 51: | ||
| 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 58: | Line 63: | ||
| 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. | ||