Module:AbilitySection/doc: Difference between revisionsGive feedback
m fix example |
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>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 = '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. | ||
| 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. | ||
| tips = | | tips = | ||
* This is an example of a tip. | * This is an example of a tip. | ||