Freephile Wiki:ToDo
- Need to convert any usage of SMW property annotation to use the parser-friendly #set parser function syntax.
A template for 'Animal' could use this:
{{#set:
Species={{{Species|}}}
|Habitat={{{Habitat|}}}
|Diet={{{Diet|}}}
}}
Any any page such as 'Lion' would call the template
{{Animal|Species=Lion|Habitat=Savanna|Diet=Carnivore}}instead of in-page property annotations.
Some of the property annotations that were updated