User:Pipesmoker/Dynamic Page Lists: Difference between revisions
Pipesmoker (talk | contribs) No edit summary |
Neverendingo (talk | contribs) No edit summary |
||
(22 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
:Reference: [http://semeb.com/dpldemo/index.php?title=DPL:Manual DPL Manual] | |||
Interface language code: {{#ifeq:{{int:lang}}|<lang>|en|{{int:lang}}}} | |||
==Call w/o Formatting== | |||
{{Input|1=<nowiki><DPL> | |||
linksfrom = User:Pipesmoker | |||
</DPL></nowiki>}} | |||
<DPL> | |||
linksfrom = User:Pipesmoker | |||
</DPL> | |||
==Call with (default) Formatting== | |||
{{Input|1=<nowiki><DPL> | {{Input|1=<nowiki><DPL> | ||
linksfrom = User:Pipesmoker | linksfrom = User:Pipesmoker | ||
Line 5: | Line 19: | ||
<DPL> | <DPL> | ||
linksfrom = User:Pipesmoker | linksfrom = User:Pipesmoker | ||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
</DPL> | |||
==Kopete Subpages in 3 columns== | |||
{{Input|1=<nowiki><DPL> | |||
titlematch = Kopete/% | |||
notnamespace = Translations | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
</DPL></nowiki>}} | |||
<DPL> | |||
titlematch = Kopete/% | |||
notnamespace = Translations | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
</DPL> | |||
==Akonadi Subpages in Danish== | |||
{{Input|1=<nowiki><DPL> | |||
titlematch = Akonadi%/da | |||
notnamespace = Translations | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
</DPL></nowiki>}} | |||
<DPL> | |||
titlematch = Akonadi%/da | |||
notnamespace = Translations | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
</DPL> | |||
==All Pages Translated to German== | |||
{{Input|1=<nowiki><DPL> | |||
titlematch = %/de | |||
notnamespace = Translations | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
resultsheader = There are %TOTALPAGES% pages (partly) translated to Germn. These are:\n | |||
</DPL></nowiki>}} | |||
<DPL> | |||
titlematch = %/de | |||
notnamespace = Translations | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
resultsheader = There are %TOTALPAGES% pages (partly) translated to Germn. These are:\n | |||
</DPL> | |||
==Old Style German Translations== | |||
{{Input|1=<nowiki><DPL> | |||
titlematch = %_(de) | |||
notnamespace = Translations | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
resultsheader = There are %TOTALPAGES% pages (partly) translated to Germn. These are:\n | |||
</DPL></nowiki>}} | |||
<DPL> | |||
titlematch = %_(de) | |||
notnamespace = Translations | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
resultsheader = There are %TOTALPAGES% pages (partly) translated to Germn. These are:\n | |||
</DPL> | |||
==All Existing Templates== | |||
{{Input|1=<nowiki><DPL> | |||
namespace = Template | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
</DPL></nowiki>}} | |||
<DPL> | |||
namespace = Template | |||
columns = 3 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | |||
</DPL> | |||
==Pages not changed since more than half a year== | |||
{{Input|1=<nowiki><DPL> | |||
namespace = Main | |||
lastrevisionbefore = 201007010000 | |||
columns = 2 | |||
ordermethod=lastedit | |||
format = ,\n* (%DATE%) [[%PAGE%|%TITLE%]],, | |||
</DPL></nowiki>}} | |||
<DPL> | |||
namespace = Main | |||
lastrevisionbefore = 201007010000 | |||
columns = 2 | |||
ordermethod=lastedit | |||
format = ,\n* (%DATE%) [[%PAGE%|%TITLE%]],, | |||
</DPL> | |||
==What links here== | |||
{{Input|1=<nowiki><DPL> | |||
</DPL></nowiki>}} | |||
<DPL> | |||
namespace = Main|MyLanguage | |||
include = * | |||
includematch = \[\[Broken[_ ]page | |||
columns = 2 | |||
format = ,\n* [[%PAGE%|%TITLE%]],, | format = ,\n* [[%PAGE%|%TITLE%]],, | ||
</DPL> | </DPL> |
Latest revision as of 14:28, 28 February 2016
- Reference: DPL Manual
Interface language code: ⧼lang⧽
Call w/o Formatting
<DPL> linksfrom = User:Pipesmoker </DPL>
- User:Pipesmoker/Boxes
- User:Pipesmoker/Embed
- User:Pipesmoker/Floats
- User:Pipesmoker/Graphics
- User:Pipesmoker/Input and Output
- User:Pipesmoker/Lists
- User:Pipesmoker/Mathmatics
- User:Pipesmoker/My Templates
- User:Pipesmoker/SyntaxHighlighting
- User:Pipesmoker/Tables
Call with (default) Formatting
<DPL> linksfrom = User:Pipesmoker format = ,\n* [[%PAGE%|%TITLE%]],, </DPL>
- Pipesmoker/Boxes
- Pipesmoker/Embed
- Pipesmoker/Floats
- Pipesmoker/Graphics
- Pipesmoker/Input and Output
- Pipesmoker/Lists
- Pipesmoker/Mathmatics
- Pipesmoker/My Templates
- Pipesmoker/SyntaxHighlighting
- Pipesmoker/Tables
Kopete Subpages in 3 columns
<DPL> titlematch = Kopete/% notnamespace = Translations columns = 3 format = ,\n* [[%PAGE%|%TITLE%]],, </DPL>
- Kopete/Bookmarks
- Kopete/Contact Notes
- Kopete/Highlight
- Kopete/History
- Kopete/KopeteTeX
- Kopete/Now Listening
- Kopete/Pipes
- Kopete/Preview of Pictures in Chats
- Kopete/Privacy
- Kopete/Statistics
- Kopete/Text Effect
- Kopete/Translator
- Kopete/Web Presence
- Kopete/IRC
- Kopete/SMS
- Kopete/Gadu-Gadu
- Kopete/Novell GroupWise
- Kopete/Meanwhile
- Kopete/Skype Plugin/da
- Kopete/Skype Plugin/de
- Kopete/Skype Plugin/fr
- Kopete/Skype Plugin/es
- Kopete/Skype Plugin/pt-br
- Kopete/Skype Plugin/it
- Kopete/Skype Plugin
- Kopete/Skype Plugin/uk
- Kopete/AIM/da
- Kopete/AIM/it
- Kopete/AIM/fr
- Kopete/AIM
- Kopete/Auto Replace
- Kopete/Auto Replace/es
- Kopete/Jabber/More info on Kopete/es
- Kopete/Auto Replace/da
- Kopete/Auto Replace/it
- Kopete/AIM/es
- Kopete/Jabber/More info on Kopete/it
- Kopete/Jabber/More info on Kopete/da
- Kopete/Jabber/More info on Kopete
- Kopete/Jabber/More info on Kopete/fr
- Kopete/Jabber/First steps/es
- Kopete/Yahoo/da
- Kopete/Jabber/First steps/it
- Kopete/Yahoo
- Kopete/Yahoo/es
- Kopete/Jabber/First steps/fr
- Kopete/Jabber/First steps/da
- Kopete/Yahoo/it
- Kopete/Jabber/First steps
- Kopete/Auto Replace/fr
- Kopete/Firewall/da
- Kopete/Firewall/es
- Kopete/Firewall
- Kopete/Firewall/it
- Kopete/ICQ/es
- Kopete/ICQ/da
- Kopete/ICQ/it
- Kopete/ICQ
- Kopete/Firewall/ru
- Kopete/ICQ/pt-br
- Kopete/Jabber/More info on Kopete/uk
- Kopete/AIM/uk
- Kopete/Jabber/First steps/uk
- Kopete/Auto Replace/uk
- Kopete/ICQ/About ICQ/ru
- Kopete/ICQ/About ICQ/da
- Kopete/OTR/da
- Kopete/Yahoo/uk
- Kopete/Jabber/zh-cn
- Kopete/Jabber/zh-tw
- Kopete/ICQ/creating an account/da
- Kopete/ICQ/About ICQ
- Kopete/ICQ/About ICQ/it
- Kopete/OTR/es
- Kopete/OTR
- Kopete/OTR/it
- Kopete/ICQ/About ICQ/pt-br
- Kopete/ICQ/About ICQ/es
- Kopete/ICQ/creating an account/it
- Kopete/ICQ/creating an account/es
- Kopete/ICQ/creating an account/ru
- Kopete/ICQ/creating an account/pt-br
- Kopete/Winpopup/da
- Kopete/ICQ/uk
- Kopete/ICQ/creating an account
- Kopete/Firewall/uk
- Kopete/Winpopup/it
- Kopete/Winpopup
- Kopete/Jabber/de
- Kopete/Jabber
- Kopete/Jabber/da
- Kopete/Jabber/it
- Kopete/Jabber/es
- Kopete/Jabber/pt-br
- Kopete/Jabber/Create your Jabber account/da
- Kopete/Jabber/fr
- Kopete/Jabber/ja
- Kopete/Jabber/Create your Jabber account/es
- Kopete/Jabber/Create your Jabber account
- Kopete/Jabber/Create your Jabber account/it
- Kopete/ICQ/add friends/da
- Kopete/ICQ/add friends/es
- Kopete/ICQ/add friends/pt-br
- Kopete/Jabber/About Jabber XMPP/da
- Kopete/ICQ/add friends
- Kopete/Winpopup/uk
- Kopete/Jabber/Messaging and sending files/da
- Kopete/Jabber/About Jabber XMPP
- Kopete/Jabber/Messaging and sending files
- Kopete/Jabber/About Jabber XMPP/es
- Kopete/ICQ/creating an account/uk
- Kopete/Jabber/Create your Jabber account/fr
- Kopete/Jabber/Adding friends/da
- Kopete/Jabber/Messaging and sending files/es
- Kopete/Jabber/uk
- Kopete/OTR/uk
- Kopete/ICQ/About ICQ/uk
- Kopete/Jabber/Adding friends
- Kopete/Jabber/Adding friends/it
- Kopete/Jabber/Adding friends/es
- Kopete/Jabber/Messaging and sending files/fr
- Kopete/Supported Protocols Overview
- Kopete/Supported Protocols Overview/it
- Kopete/zh-cn
- Kopete/Supported Protocols Overview/da
- Kopete/Supported Protocols Overview/es
- Kopete/Jabber/Create your Jabber account/uk
- Kopete/Supported Protocols Overview/fr
- Kopete/Jabber Transport/da
- Kopete/nl
- Kopete/Jabber Transport/it
- Kopete/Jabber Transport
- Kopete/Supported Protocols Overview/uk
- Kopete/en
- Kopete/it
- Kopete/es
- Kopete/ja
- Kopete/Jabber Muc/en
- Kopete/de
- Kopete/Jabber Muc/da
- Kopete/pt-br
- Kopete/fr
- Kopete/ICQ/add friends/uk
- Kopete/MSN/da
- Kopete/Jabber Muc
- Kopete/Jabber/About Jabber XMPP/uk
- Kopete/Jabber Muc/it
- Kopete/Jabber Muc/pt-br
- Kopete/MSN
- Kopete/MSN/it
- Kopete/MSN/es
- Kopete/da
- Kopete/Jabber/Fill in your account data in Kopete/da
- Kopete/ICQ/connect through kopete
- Kopete/Jabber/Fill in your account data in Kopete
- Kopete/ICQ/connect through kopete/da
- Kopete/Jabber/Fill in your account data in Kopete/ja
- Kopete/Webcam Support/da
- Kopete/Jabber/Messaging and sending files/uk
- Kopete/Jabber/Adding friends/uk
- Kopete/Jabber/Fill in your account data in Kopete/es
- Kopete/ICQ/connect through kopete/es
- Kopete/Webcam Support
- Kopete/Webcam Support/it
- Kopete/ICQ/connect through kopete/pt-br
- Kopete/uk
- Kopete/Jabber Transport/uk
- Kopete/Jabber Muc/uk
- Kopete/Jabber/Useful configuration hints/da
- Kopete/Jabber/Useful configuration hints
- Kopete/Jabber/Fill in your account data in Kopete/uk
- Kopete/MSN/uk
- Kopete/Jabber/Useful configuration hints/es
- Kopete/Webcam Support/uk
- Kopete/ICQ/connect through kopete/uk
- Kopete/Jabber/Useful configuration hints/uk
- Kopete/MSN
- Kopete/Jabber Transport
- Kopete/it
- Kopete/fr
- Kopete/da
- Kopete/ja
- Kopete/uk
- Kopete/pt-br
Akonadi Subpages in Danish
<DPL> titlematch = Akonadi%/da notnamespace = Translations format = ,\n* [[%PAGE%|%TITLE%]],, </DPL>
All Pages Translated to German
<DPL> titlematch = %/de notnamespace = Translations columns = 3 format = ,\n* [[%PAGE%|%TITLE%]],, resultsheader = There are %TOTALPAGES% pages (partly) translated to Germn. These are:\n </DPL>
There are 337 pages (partly) translated to Germn. These are:
- Kopete/Skype Plugin/de
- KTux/de
- Semantik/de
- Plasmate/de
- Kdessh/de
- KMail/Screenshots/de
- System Settings/Account Details/de
- Tools/de
- IMAP Resource offline: Precise Pangolin ondiscussionpage:Talk:Akonadi 4.4/Troubleshooting/de
- KDevelop4/de
- Kde-pim/de
- KPPP/de
- Kwlan/de
- Kdesvn/de
- System Settings/Plasma Theme/de
- Okteta/Tutorials/de
- KDiskFree/de
- KPager/de
- KDirStat/de
- KNemo/de
- LemonPOS/de
- Showfoto/de
- KOrganizer/Custom/de
- Accessibility/de
- KMPlayer/de
- Yakuake/de
- KAddressBook/index/de
- KOrganizer/Calendar/de
- Kile/de
- KOrganizer/ImpData/de
- KNotes/de
- PulseAudio/de
- KIPI/de
- KJots/de
- KNode/de
- Dolphin/Batch Rename/de
- Calligra/Handbooks/de
- Kid3/de
- KWrite/de
- KAppTemplate/de
- Digikam/Assign Keyboard Shortcuts to Tags in digiKam/de
- KDiff3/de
- KPlayer/de
- KOrganizer/Alarms/de
- KOrganizer/Appointments/de
- Kompare/de
- Tutorials/Compose Key Old Version/de
- BlinKen/de
- Kmail/Getting Started/de
- Filelight/de
- KRuler/de
- KDE Connect/Tutorials/Adding commands/de
- KWin/Gallery/de
- KInfoCenter/de
- Akregator/Tutorials/How to get RSS from a Wordpress blog?/de
- KOrganizer/Future/de
- KCalc/de
- Plasma/PictureFrame/de
- Blogilo/de
- Skanlite/de
- Digikam/Batch Process/de
- KPDF/de
- Digikam/Check Database/de
- KAddressBook/de
- Digikam/Face Detection/de
- Konversation/Distributions/de
- Digikam/Optimise/de
- Krusader/de
- BasKet/de
- Summary/de
- KAddressBook/Tutorials/How to create a new address book?/de
- Dragon Player/de
- Klipper/How to search in phone books using Klipper/de
- Applications/Accessibility/de
- ChoqoK/de
- KolourPaint/de
- An introduction to KDE/de
- Gwenview/de
- Digikam/AspectRatios/de
- Krusader/How To Add Folder Shortcuts on Krusader Toolbar/de
- Plasma-browser-integration/de
- KmPlot/Using Sliders/de
- Applications/Science/de
- Digikam/Duplicates/de
- Kdenlive/Manual/Installation/de
- Kopete/Jabber/de
- KAddressBook/Tutorials/How to add a new contact?/de
- Kdenlive/Manual/Timeline/Guides/de
- KMail/Courses Information Openpgp/de
- KNetworkManager/de
- KGeography/de
- Digikam/Picasa/de
- KBibTeX/de
- KMix/de
- Tutorials/Mouse pointer settings for large displays/de
- Amarok/QuickStartGuide/TheAmarokWindow/de
- KDE Partition Manager/de
- List of KDE themes with GTK ports/de
- Digikam/Noise Reduction/de
- Amarok/Manual/References/Credits and License/de
- Digikam/Black and White/de
- Digikam/Thumbnails/de
- KGet/de
- Amarok/QuickStartGuide/TheContextView/de
- Juk/de
- Kaffeine/de
- Digikam/Facebook/de
- Digikam/Face Recognition/de
- Plasma/DeviceNotifier/de
- Digikam/Windows/de
- Dolphin/Customize Folder Icon/de
- Digikam/Local Contrast/de
- KUIViewer/de
- Getting started with KAlgebra/de
- Browser Configuration/de
- Digikam/LightTable/de
- Welcome to KDE UserBase/de
- KmPlot/de
- Tutorials/Modify KDE Software Defaults/de
- Browser Configuration/Opera/de
- KMail/Devs/de
- KOrganizer/ToDo/de
- K3b/Burn an Audio Cd with K3b/de
- Artwork/de
- Digikam/Adding Borders To Your Photos/de
- Gwenview/Hidden Configuration Options/de
- Digikam/Bugs/de
- KDevelop/de
- KFind/de
- Digikam/Watermark/de
- KOrganizer/Screenshots/de
- KBruch/de
- Digikam/Lens Distortion/de
- Tutorials/Open a console/de
- Amarok/QuickStartGuide/HowToDealWithProblems/de
- Kate/de
- Kontact/de
- General KDE Software FAQs/de
- Plasma/SystemTray/de
- KMail/Import Options/de
- Calligra/de
- Digikam/Exposure Blending/de
- KMail/Account Wizard/de
- Klipper/de
- Nepomuk/FileIndexer/de
- Kdenlive/Manual/Introduction/de
- Applications/Desktop/de
- Kdevelop4/Manual/Meet KDevelop/de
- Quanta RefreshDoc script/de
- Digikam/RedEye/de
- Ark/de
- System Settings/Startup and Shutdown/de
- Getting Help/de
- Workspace Configuration/Desktop Configuration/de
- Amarok/QuickStartGuide/GettingStarted/de
- Websites/de
- Akregator/de
- Amarok/QuickStartGuide/Glossary/de
- How to chat with other KDE users/de
- Kdevelop5/Manual/Meet KDevelop/de
- KUser/de
- Plasma/Clocks/de
- Plasma/Netbooks/de
- Rekonq/FAQs/de
- System Settings/File Associations/de
- Kopete/de
- Digikam/Renaming Photos/de
- Apper/de
- Amarok/QuickStartGuide/de
- Kdenlive/de
- Configure your desktop/de
- Troubleshooting/de
- KGpg/de
- UserBase/Guidelines/de
- Trojitá/de
- Live CDs - a way to choose your distro/de
- KMail/de
- Spectacle/de
- Akonadi/de
- Quick Start/de
- Konsole/de
- KTimeTracker/de
- Plasma application launchers/de
- Applications/System/de
- Applications/Development/de
- Phonon/de
- File transfers/de
- Konversation/Tips and Tricks/de
- Dolphin/de
- KDevelop4/Manual/de
- KDevelop5/Manual/de
- KDevelop4/FAQ/de
- What is KDE/de
- Amarok/Manual/de
- Taking Screenshots/de
- System Settings/Shortcuts and Gestures/de
- Tasks and Tools/de
- Konversation/FAQ/de
- Applications/Multimedia/de
- Kmail/Using Folders/de
- Tutorials/Shared Database/de
- Plasma/FAQ/4.4/de
- Okular/de
- Applications/Education/de
- Kdenlive/Manual/de
- Mailing Lists/de
- Plasma/Kickoff/de
- Applications/de
- System Settings/de
- Tutorials/Install KDE software/de
- KOrganizer/de
- Applications/Graphics/de
- Akonadi and AddressBook/de
- Concepts/OpenPGP Help Spread/de
- Tutorials/KDE3 to KDE SC 4/de
- Audex/de
- Applications/Internet/de
- History of KDE/de
- Plasma/Tasks/de
- K3b/de
- KolorManager/de
- Konversation/Scripts/Import mIRC server list/de
- Kmail/Using Kmail General/de
- Plasma/Panels/de
- KDevelop4/TipsAndTricks/de
- Applications/Utilities/de
- Amarok/QuickStartGuide/Playlists/de
- Tutorials/ComposeKey/de
- Translate a Page/de
- Konversation/de
- Digikam/de
- KMail/Backup Options/de
- IRC Channels/de
- KDevelop4/Manual/Sessions and projects/de
- Table of equivalent applications/de
- KDevelop5/Manual/Sessions and projects/de
- Applications/Office/de
- Applications/Games/de
- Rekonq/de
- Krita/de
- KMyMoney/FAQ/de
- KWin/de
- Digikam/Tour/de
- Amarok/de
- Discover/de
- Test/de
- Digikam/Tutorials/de
- Asking Questions/de
- Kdenlive/Manual/Effects/de
- Kmail/Folder Properties/de
- Kmail/Configuring Kmail/de
- Plasma/de
- Concepts/OpenPGP For Beginners/de
- Tutorials/de
- Kdenlive/Manual/QuickStart/de
- Jargon File/de
- Nepomuk/de
- Glossary/de
- Plasma/Krunner/de
- Concepts/OpenPGP Getting Started/de
- KDEConnect/de
- Kdenlive/Manual/Timeline/Editing/de
- Dolphin/File Management/de
- KMail/FAQs Hints and Tips/de
- KDevelop4/Manual/Working with source code/de
- Parley/Manual/de
- Applications/Games/de
- Jargon File/de
- Configure your desktop/de
- Plasma/Kickoff/de
- Neverendingo/test/de
- Annew/Snippets/de
- Neverendingo/de
- General disclaimer/de
- About/de
- Ub-help/de
- Ub-home/de
- Ub-navigation/de
- Ub-translators/de
- Ub-contributors/de
- Ub-helpfiles/de
- Ub-helpfiles-languages/de
- Ub-start-contributing/de
- Ub-randompage/de
- Ub-helpfiles-modify/de
- Ub-helpfiles-markup/de
- Ub-recentchanges/de
- Ub-trans-tool/de
- Ub-helpfiles-new-content/de
- Ub-languages-represented/de
- Ub-release-request/de
- Ub-helpfiles-page-elements/de
- Ub-get-trans-account/de
- Ub-helpfiles-typographical-guidelines/de
- Tip/de
- Note/de
- Warning/de
- Info/de
- PreferenceHelp/de
- Being Edited/de
- Remember/de
- Install/de
- IncompletePage/de
- Community-app/de
- EduBreadCrumbs/de
- KontactInstall/de
- Community-app-footnote/de
- MultiBreadCrumbs/de
- GrafBreadCrumbs/de
- Wiki Structure/de
- Plasma/de
- Administrator/de
- Template/de
- Programme/de
- Neue Benutzer/de
- Anleitungen/de
- Sicherheit/de
- Miniprogramme/de
- Bildung/de
- Internet/de
- Arbeitsfläche/de
- Leitfäden/de
- System/de
- Fotografie/de
- Dateiverwaltung/de
- Erste Schritte/de
- Dienstprogramme/de
- Multimedia/de
- Entwicklung/de
- Mitmachen/de
- Büro/de
- Grafik/de
- Fortgeschrittene Anwender/de
- Kcontrol/de
- Finding Your Application/de
- GPU-Performance/de
- Http://userbase.kde.org/Akonadi 4.4/Troubleshooting/de
Old Style German Translations
<DPL> titlematch = %_(de) notnamespace = Translations columns = 3 format = ,\n* [[%PAGE%|%TITLE%]],, resultsheader = There are %TOTALPAGES% pages (partly) translated to Germn. These are:\n </DPL>
There are 17 pages (partly) translated to Germn. These are:
- Kbluetooth (de)
- KsCD (de)
- Tutorials/TweakingPlasma (de)
- KHelpCenter (de)
- Tutorials/Access another computer's display (de)
- Tellico (de)
- SMPlayer (de)
- K3b (de)
- Plasma/HowTo/4.4 (de)
- KWin (de)
- Plasma/FAQ/4.2 (de)
- Plasma/HowTo/4.4 (de)
- Community-app (de)
- Community-app-footnote (de)
- Programme (de)
- Multimedia (de)
- Büro (de)
All Existing Templates
<DPL> namespace = Template columns = 3 format = ,\n* [[%PAGE%|%TITLE%]],, </DPL>
- Community-app-footnote2/ja
- Calligra/StableBranch
- Calligra/UnstableBranch
- Calligra/Stable
- Calligra/Unstable
- Delete
- KOfficeUnstableBranch
- KOfficeStableBranch
- StableKOffice
- Plus
- Minus
- Bug/uk
- Community-app/ca
- KOfficeStable
- KOfficeUnstable
- Community-app2/ca
- UB
- TB
- Plasma
- Todo/da
- Community-app (uk)
- Note/pt
- Tip/de
- Tip/da
- Info/pl
- Tip cs
- Note/es
- Note/da
- Tip/es
- Note/de
- Note/pt-br
- Tip/ru
- Warning/de
- Remember/da
- Info/de
- Info/da
- Warning/pt-br
- Info/pt-br
- Community-app-el
- Info/ru
- Note/ru
- KDESC
- Bug/da
- Community-app/da
- !
- Exit
- Configure
- Bug (uk)
- Jovie
- Note/fr
- NO
- N/A
- YES
- Info/ja
- Done
- Todo/it
- Community-app2 (uk)
- TechbaseLink (uk)
- Needs-Update
- Todo/zh-cn
- Calligra/Stage
- Tip (it)
- Template
- Template cs
- Attention (uk)
- Community-app-footnote/ca
- Todo
- Tip (uk)
- Tab2
- Warning (uk)
- Warning/uk
- Warning/ru
- Tab3
- Note (uk)
- Remember/uk
- Remember (uk)
- Warning/es
- Tab4
- Remember/ru
- Note (it)
- Info (uk)
- Warning/da
- Community-app-footnote2/ca
- Info (it)
- Community-app-footnote/da
- Info/es
- Note (ru)
- Doc
- Path
- Tab
- Συμβουλή
- Smiley
- Truc
- Construction/da
- Σημείωση
- Tag
- KDEApplicationsVersion
- Entity
- Warning Kdenlive migrated
- Community-app-footnote (uk)
- Bug
- Remember (ru)
- Extension DPL
- Path/fr
- Test
- Bug/ca
- KDE3/da
- PreferenceHelp
- PositionIcon
- Community-app-footnote-el
- PreferenceHelp/pt-br
- TagPair
- KDE4
- Under Construction/zh-tw
- Under Construction
- OutdatedPage
- Being Translated
- Construction/ja
- Under Construction/ca
- Improve
- Being Translated2
- OutdatedPage/da
- PreferenceHelp/ca
- Key
- NewName/da
- OldName/da
- Construction/ca
- Service Providers Heading/da
- Service Providers Heading
- Construction/zh-tw
- Construction/pt-br
- PreferenceHelp/fr
- Service Providers Heading/ca
- Improve/da
- Improve/ca
- Note
- TechbaseLink da
- Construction/zh-cn
- TechbaseLink
- Community-app-footnote2 (uk)
- Construction/fr
- Warning cs
- Construction
- Warning/tr
- Tip/zh-cn
- EduBreadCrumbs (uk)
- TestLinksTo
- Note/tr
- PreferenceHelp/da
- Attention/fr
- Attention/tr
- ObsoletePage/da
- Warning/zh-cn
- Warning/zh-tw
- ManglerInfo/da
- Tip/tr
- Remember/tr
- Note/zh-cn
- Note/zh-tw
- Note/ja
- TechbaseLink/ca
- Tip
- Service Providers Heading/uk
- Remember/zh-cn
- Info/tr
- Warning
- Attention/da
- Remember
- Tip/zh-tw
- Install/uk
- Output
- Note-el
- Tip/fr
- Infobox Software
- Remember/ja
- Attention
- PreferenceHelp/de
- Info/zh-cn
- Info/zh-tw
- Note/it
- Being Edited/de
- Tip-el
- Info/fr
- Remember-el
- Note/ca
- Input
- Warning/fr
- Warning/it
- Attention/ca
- Warning/ca
- MultiBreadCrumbs/uk
- MyLang
- Varování
- KDE3/tla
- Tip/ca
- ObsoletePage/uk
- Remember/fr
- KDE3
- Tip/it
- Remember/it
- Remember/ca
- Expand section
- Remember/de
- Info/ca
- Info/it
- Smaller
- PrefIcon
- Заметка
- Warning-el
- Input/fr
- Review
- Tip/pt-br
- Install
- Icon
- Improve (uk)
- OldName
- NewName
- Output/fr
- Being Edited/zh-cn
- Community-app/zh-cn
- Community-app/zh-tw
- Being Edited/zh-tw
- Community-app (ja)
- EduBreadCrumbs/es
- Clear
- Install/da
- OldName/ca
- Being Edited
- Icon1
- Community-app/ru
- Remember/pt-br
- KigMacro
- EduBreadCrumbs (it)
- Install/de
- Community-app
- Being Edited/ja
- Infobox
- Community-app/it
- Community-app (it)
- Community-app2/zh-cn
- Community-app2/zh-tw
- Community-app/pt-br
- Annotated image
- Install/fr
- Community-app2/da
- Community-app (es)
- EduBreadCrumbs/fr
- Community-app/ja
- Community-app da
- Info-el
- Community-app2/it
- EduBreadCrumbs/it
- Tl
- Community-app2
- GrafBreadCrumbs/da
- Being Edited/ca
- Plan/Icon
- Community-app (de)
- Community-app2 (ja)
- ObsoletePage
- EduBreadCrumbs
- Community-app-footnote/zh-cn
- Community-app-footnote/zh-tw
- Community-app2-el
- KontactInstall
- Being Edited/fr
- Community-app-footnote (es)
- EduBreadCrumbs/pt-br
- Community-app-fr
- KontactInstall/da
- Community-app-footnote
- IncompletePage
- Community-app-footnote/pt-br
- Community-app-footnote (ja)
- Attention/pt
- Info
- Community-app/fr
- Community-app-footnote/it
- Community-app-footnote/ja
- Community-app-footnote (it)
- Community-app-footnote da
- EduBreadCrumbs-el
- Community-app-footnote/fr
- Community-app-footnote2/zh-cn
- Community-app-footnote2/zh-tw
- Community-app-footnote/ru
- Community-app-footnote (de)
- IncompletePage/de
- Box2
- Community-app-footnotefr
- Community-app/de
- Community-app-footnote2 (ja)
- KontactInstall/fr
- GrafBreadCrumbs
- Community-app-footnote2
- MultiBreadCrumbs
- EduBreadCrumbs/de
- Community-app-footnote2/uk
- KontactInstall/uk
- Community-app-footnote2/da
- EduBreadCrumbs/da
- Community-app-footnote2/it
- KontactInstall/de
- Community-app-footnote/de
- MultiBreadCrumbs/de
- GrafBreadCrumbs/de
- Community-app-footnote2/fr
- Keystrikes
- Infobox Tutorial
- Menu
- Community-app-footnote2-el
- MultiBreadCrumbs/da
- Plan/Page
- Improve/pt
- KDevelop4Nav
- Next
- AppItem
- Prev
- AppListItem
- Box
- Prevnext
- SearchPages
- SearchLang
- Plan/Prevnext
- Search
- LinksTo
- Emoji
- Prevnext3
- Prevnext2
Pages not changed since more than half a year
<DPL> namespace = Main lastrevisionbefore = 201007010000 columns = 2 ordermethod=lastedit format = ,\n* (%DATE%) [[%PAGE%|%TITLE%]],, </DPL>
Extension:DynamicPageList3 (DPL3), version 3.5.3: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants
What links here
<DPL> </DPL>
Extension:DynamicPageList3 (DPL3), version 3.5.3: Error: No selection criteria found! You must use at least one of the following parameters: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby, or their 'not' variants