Template:DragonInfoRow

From Dragon Village Series Wiki
Jump to navigation Jump to search

Copyable code

{{DragonInfoRow
|dragon=
|element=
|role=
|level=
|hp=
|def=
|atk=
}}

Regex to apply this

You can ignore this, it's just a note for River

\|-\r?\n.*\|\[\[(.+?) \((.*)\)\]\]\s*\r?\n.*\|(.*)\r?\n.*\|(.*)\r?\n.*\|(.*)\r?\n.*\|(.*)\r?\n.*\|(.*)
->
{{DragonInfoRow\n|dragon=$1\n|element=$2\n|role=$3\n|level=$4\n|hp=$5\n|def=$6\n|atk=$7\n}}