Jump to content

Parsoid/Content widgets: Difference between revisions

From mediawiki.org
Content deleted Content added
No edit summary
Line 17: Line 17:


== See also ==
== See also ==
* [[:en:Module:Chart|Lua Chart module]
* [[:en:Module:Chart|Lua Chart module]]

Revision as of 21:51, 29 May 2014

Goals

  • Separate data from presentation
    • Data ideally in WikiData or a similar repository, lets us use this data in other contexts
    • Exploit type information on data for automatic default formatting. Example: birth date -> age
  • Enable a better editing experience
    • VE integration
  • Provide compelling alternatives for current use cases of unbalanced templates
  • Enable adaptive rendering in different skins, mobile & apps

Taxonomy

Likely an extension tag like construct with parameters and possibly the ability to define inline data as JSON.

Candidate use cases

See also