WikitextEx.AST.Template (WikitextEx v0.1.1)

View Source

A template invocation with name and keyword args

Summary

Types

args()

@type args() :: [{String.t(), String.t()}]

t()

@type t() :: %WikitextEx.AST.Template{args: args(), name: String.t()}