Template:Ability (LW2): Difference between revisions
Appearance
m Amends previous. |
mNo edit summary |
||
| Line 22: | Line 22: | ||
The text also behaves if this template is instead used inside a subst: version of the Class_Tree template. It could be some weird issue with the parser/template-rendering-parsing-dohicky. | The text also behaves if this template is instead used inside a subst: version of the Class_Tree template. It could be some weird issue with the parser/template-rendering-parsing-dohicky. | ||
And no, <code>display: hidden;</code> doesn't work either. :( | |||
[[Category: Templates]] | [[Category: Templates]] | ||
Revision as of 20:14, 27 January 2017
PerkName
Skeleton:
{{Ability_(LW2)
| s_image =
| s_caption =
| s_name =
| s_descr =
| s_info =
| b_name = {{{ b_name }}}
| b_descr = {{{ b_descr }}}
| b_info = {{{ b_info }}}
}}
Bugs
If this template is used inside a Template:Class_Tree_(LW2) and b_info is not true, then for some blasted reason the text overflows the cells. With b_info set, the text behaves and stays inside the table's cells as they should. (How very, very annoying.)
The text also behaves if this template is instead used inside a subst: version of the Class_Tree template. It could be some weird issue with the parser/template-rendering-parsing-dohicky.
And no, display: hidden; doesn't work either. :(