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 4: | Line 4: | ||
* having parameter names for the template follow the naming of XML elements would simplify ineraction with the parser | * having parameter names for the template follow the naming of XML elements would simplify ineraction with the parser | ||
* should work automagically but have the option of overwriting a property | * should work automagically but have the option of overwriting a property | ||
− | * simplest solution might be to just make a Lua function retrieve the property that is passed as a param (same name would be ideal) | + | * 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 |