1<?php 2/* 3 * Interwiki Formatting Plugin 4 * Copyright (c) 2016 Jay Jeckel 5 * Licensed under the MIT license: https://opensource.org/licenses/MIT 6 * Permission is granted to use, copy, modify, and distribute the work. 7 * Full license information available in the project LICENSE file. 8*/ 9 10$meta['ignored_shortcuts'] = array('string'); 11$meta['strip_query'] = array('onoff'); 12$meta['strippable_extensions'] = array('string'); 13$meta['word_separators'] = array('string'); 14$meta['anchor_replacement'] = array('string'); 15$meta['slash_replacement'] = array('string'); 16$meta['capitalize_words'] = array('onoff'); 17$meta['capitalize_exceptions'] = array('string'); 18 19?>