Item:OSW7113f5cf921a4c82ad1872afeff9d01d: Difference between revisions

Update package: OSW Docs - Core
mNo edit summary
Tag: 2017 source edit
(Update package: OSW Docs - Core)
Tags: Manual revert Mobile edit Mobile web edit
 
Line 328: Line 328:
     }
     }
}
}
</syntaxhighlight>Original jsondata
</syntaxhighlight>
<syntaxhighlight lang="json">
{
    "my_list": ["Page1", "Page2", "Page3"]
}
</syntaxhighlight>Processed jsondata
<syntaxhighlight lang="json">
{
    "my_list": " * [[Page1]] <br>  * [[Page2]] <br>  * [[Page3]] <br> "
}
</syntaxhighlight>'''Result'''
Entries of my_list:
* [[Page1]]
* [[Page2]]
* [[Page3]]
</div>
</div>
</div>
</div>


*<nowiki>*Wiki-side feature are implemented in Lua => To be rewritten in PHP</nowiki>
*<nowiki>*Wiki-side feature are implemented in Lua => To be rewritten in PHP</nowiki>
*Why are parser calls needed at all? Currently there seems no options to provide a hook from the core that allows injecting slot-specific content / existing hooks are not aware of the current slot
*Why are parser calls needed at all? Currently there seems no options to provide a hook from the core that allows injecting slot-specific content


== Further links ==
== Further links ==