Alignment links
This commit is contained in:
@@ -1059,7 +1059,7 @@ func (p *wikiExprParser) callHelper(name string, args []any) (any, error) {
|
||||
if len(args) != 1 {
|
||||
return nil, fmt.Errorf("alignments expects 1 argument")
|
||||
}
|
||||
return formatWikiTemplateAlignments(args[0])
|
||||
return p.ctx.formatWikiTemplateAlignments(args[0])
|
||||
case "ability_adjustments":
|
||||
if len(args) != 0 {
|
||||
return nil, fmt.Errorf("ability_adjustments expects 0 arguments")
|
||||
|
||||
Reference in New Issue
Block a user