Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.67 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.67 KB

mediawiki-pages-EPPO

This package implements the virtues of Every Page is Page One, which are for information topics to conform to a type, stay on one level and to link richly. EPPO formalizes a way to add information to your knowledge base as topics.

Use Cases Documentation1
Custom Cypress Commands1

Features

  • Manage (add/edit/delete) information by EPPO topic type forms
    fill in title, blurb, free text, dynamic properties and topic type-specific properties

  • Manage EPPO topic types
    - define topic type-specific properties
    - use templates, mainly TopicMetaTemplate, FormHeader, StandardFormSections and FormFooter

  • View an EPPO topic's instances at wiki/Example:

    {{TopicType}}

  • Simplify managing the forms that manage topics, e.g. Form:YourTopicType has this wikitext:

    {{{info|add title=New YourTopicType|edit title=Edit YourTopicType|page name=C<unique number;random;10>}}}
    {{FormHeader|YourTopicType}}
    {{StandardFormSections}}
    {{FormFooter|YourTopicType}}

LocalSettings

$wgPageFormsLinkAllRedLinksToForms = true;

Development

  • Consider automating the addition of a new EPPO topic type (#LEX2206031136)

1 Created by https://github.com/dataspects/tests-documentation-maker/blob/main/test_parse_cypress_tests.py