Freephile Wiki:ToDo

From Freephile Wiki
Revision as of 21:25, 4 September 2025 by Admin (talk | contribs)
  1. 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.