build: Updating stylelint-config-wikimedia to 0.19.3

Change-Id: Iced16fee5d8658b14749eb0a2b5bd37d2db07da5
2 files changed
tree: 148e3590bc0a187243b45672f8b3a82f48aef965
  1. i18n/
  2. .eslintrc.json
  3. .gitignore
  4. .gitreview
  5. .phpcs.xml
  6. .stylelintrc.json
  7. composer.json
  8. DocBookExport.i18n.alias.php
  9. DocBookExport.i18n.magic.php
  10. DocBookExport.php
  11. docbookexport_styles.css
  12. docbookexport_template.xsl
  13. docbookexport_template_footer_customization.xsl
  14. docbookexport_template_header_customization.xsl
  15. docbookexport_template_import.xsl
  16. docbookexport_template_override.xsl
  17. extension.json
  18. Gruntfile.js
  19. LICENSE
  20. package-lock.json
  21. package.json
  22. pagenumberprefixes.xsl
  23. README.md
  24. SpecialGetDocbook.php
  25. watermark.svg
README.md

DocBookExport

A MediaWiki extension to DocBook from wiki pages

#Installation

For installation of this extension you need to have ssh access to your server.

  • To install the extension, place the entire 'DocBookExport' directory within your MediaWiki 'extensions' directory
  • Just enter the following command in the 'extensions' directory: 'git clone https://bitbucket.org/wikiworksdev/docbookexport.git DocBookExport'
  • Add the following line to your LocalSettings.php file: 'wfLoadExtension( 'DocBookExport' );'
  • Verify you have this extension installed by visiting the /Special:Version page on your wiki.

#Install Dependencies

#Usage To create a book define the page structure using the docbook parser function or tag extension. See examples below.

Parser Function Example:

{{#docbook:
page structure=

  • Buying clothes intro,Buying shoes (title=Buying the right clothes, header=Custom Header)
    ** How I buy shoes
    |title=My Guide to Bowling
    |cover page=Cover Contents
    |header=My Guide to Bowling
    |footer=My Guide to Bowling
    |index term categories=index terms
    |index terms=shoe,clothes
    }}

#Credits This extension has been written by Nischay Nahata for wikiworks.com and is sponsored by NATO