From 9d6acbdb2c2aca46f893de065a99db40525e42b6 Mon Sep 17 00:00:00 2001
From: Universal Omega <54654040+Universal-Omega@users.noreply.github.com>
Date: Mon, 22 Feb 2021 17:27:24 -0700
Subject: [PATCH] fix
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 5c56c44..7fdb82c 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ The **DynamicPageList3** extension is a reporting tool for MediaWiki, listing ca
When invoked with a basic set of selection parameters DPL displays a list of pages in one or more categories. Selections may also be based on factors such as author, namespace, date, name pattern, usage of templates, or references to other articles. Output takes a variety of forms, some of which incorporate elements of selected articles.
-This extension is invoked with the parser function {{#dpl: .... }}
or parser tag
. A [Wikimedia](https://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia))-compatible implementation of certain features can be invoked with <DynamicPageList>
.
+This extension is invoked with the parser function {{#dpl: .... }}
or parser tag <DPL>
. A [Wikimedia](https://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia))-compatible implementation of certain features can be invoked with <DynamicPageList>
.
Complex look ups can result in computationally expensive database queries. However, by default all output is cached for a period of one hour to reduce the need to rerun the query every page load. The [DPL:Parameters: Other Parameters](https://help.gamepedia.com/Extension:DPL3/Parameters:_Other_parameters#cacheperiod) manual page contains information on parameters that can be used to disable the cache and allow instant updates.
@@ -136,4 +136,4 @@ DPL's code execution and database access is typically fast for typical category
## See Also
### Further Reading
-DPL can do much more than we can explain here. A complete **[manual](https://help.gamepedia.com/Extension:DPL3/Manual)** is available with full parameter documentation.
\ No newline at end of file
+DPL can do much more than we can explain here. A complete **[manual](https://help.gamepedia.com/Extension:DPL3/Manual)** is available with full parameter documentation.