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 5: | Line 5: | ||
* should work automagically but have the option of overwriting a property | * should work automagically but have the option of overwriting a 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 | * 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: | ||
+ | {{#invoke:Parser|get|manhunterOnDamageChance}} |