Topic on User talk:Dr. Strangelove
Jump to navigation
Jump to search
This page shows the changes between two versions of a post by Dr. Strangelove in the topic "Infoboxes" on User talk:Dr. Strangelove.
You can see other versions of this post at its history page.
Line 6: | Line 6: | ||
* simplest solution for automatic retrieval might be to just make a Lua function retrieve the property that is passed as a param (same name would be ideal) - unsure about performance costs of function calls for every property | * simplest solution for automatic retrieval might be to just make a Lua function retrieve the property that is passed as a param (same name would be ideal) - unsure about performance costs of function calls for every property | ||
:syntax might look like this: | :syntax might look like this: | ||
− | {{#invoke:Parser|get|manhunterOnDamageChance}} | + | <nowiki>{{#invoke:Parser|get|manhunterOnDamageChance}}</nowiki> |