[dismiss]
The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.
Template:Passive skill link/doc: Difference between revisions
Jump to navigation
Jump to search
>Illviljan mNo edit summary |
>Illviljan mNo edit summary |
||
Line 39: | Line 39: | ||
==Example== | ==Example== | ||
===Default=== | |||
<pre>{{passive skill link|name=Acrobatics}}</pre> | <pre>{{passive skill link|name=Acrobatics}}</pre> | ||
yields: | yields: | ||
{{passive skill link|name=Acrobatics}} | {{passive skill link|name=Acrobatics}} | ||
===tablerow=== | |||
<pre> | |||
{| class="wikitable" | |||
|- | |||
! Name | |||
! Stat text | |||
|- | |||
{{passive skill link|name=Acrobatics|format=tablerow}} | |||
|} | |||
</pre> | |||
yields: | |||
{| class="wikitable" | |||
|- | |||
! Name | |||
! Stat text | |||
|- | |||
{{passive skill link|name=Acrobatics|format=tablerow}} | |||
|} | |||
<includeonly> | <includeonly> |
Revision as of 15:22, 29 July 2018

This subpage provides documentation for Template:Passive skill link.
Overview
This template creates links to passive skills based on performing an cargo query.
Only one result will be returned at a time and if more then one are found an error will be shown.
Parameters
Mutually-exclusive parameters
Parameter | Value | Description |
---|---|---|
name | str | Name of the passive skill |
id | str | Id of the passive skill |
Other parameters
Parameter | Value | Description | Required |
---|---|---|---|
format | str | Can be any of the following
|
![]() |
Example
Default
{{passive skill link|name=Acrobatics}}
yields: Module Error: id, passive_name, page or q_where must be specified
tablerow
{| class="wikitable" |- ! Name ! Stat text |- {{passive skill link|name=Acrobatics|format=tablerow}} |}
yields:
Module Error: id, passive_name, page or q_where must be specifiedName | Stat text |
---|