Translations:Writing an Application Manual/26/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
Line 2: | Line 2: | ||
<DPL> | <DPL> | ||
titlematch = %Appname/Manual% | titlematch = %Appname/Manual% | ||
namespace = Draft | nottitleregexp = .*((/[a-z][a-z](.|-..)?)|([ _][(][a-z][a-z](...)?[)]))$ | ||
namespace = | Draft | |||
include = * | include = * | ||
includematch = /string to search for/ | includematch = /string to search for/ | ||
includemaxlength = 0 | |||
resultsheader = Manual Pages: | resultsheader = Manual Pages: | ||
format = ,\n* [[%PAGE%|%TITLE%]]\n,, | format = ,\n* [[%PAGE%|%TITLE%]]\n,, | ||
</DPL> | </DPL> | ||
</nowiki>}} | </nowiki>}} |
Latest revision as of 06:01, 8 August 2018
<DPL>
titlematch = %Appname/Manual%
nottitleregexp = .*((/[a-z][a-z](.|-..)?)|([ _][(][a-z][a-z](...)?[)]))$
namespace = | Draft
include = *
includematch = /string to search for/
includemaxlength = 0
resultsheader = Manual Pages:
format = ,\n* [[%PAGE%|%TITLE%]]\n,,
</DPL>