User tips: Difference between revisions
Add explanation of how it works with link to documentation |
wordsmith and add ordermethod to sort the list by title |
||
| Line 1: | Line 1: | ||
In general, when providing a "tip" on this site, use the [[:Template:Messagebox]] to decorate your tip in a standardized format. | |||
{{Messagebox | Here's a list of all the "tips" on this wiki. | ||
[[File:Help-hint.svg|120px|link=]]{{Messagebox | |||
| type = warning | | type = warning | ||
| style = width:50%; | | style = width:50%; | ||
| text = | | text = Do not edit this page (unless you are changing the DPL). To have your tip appear on this page, use the [[:Template:Messagebox]] template. Your content will "automagically" appear here as well as in the original article. | ||
}} | }} | ||
{{#dpl: | {{#dpl: | ||
| uses = Template:Messagebox | | uses = Template:Messagebox | ||
| ordermethod = title | |||
| nottitlematch = Messagebox | | nottitlematch = Messagebox | ||
| include = {Messagebox}:type:text | | include = {Messagebox}:type:text | ||
| Line 15: | Line 18: | ||
}} | }} | ||
The list above is generated using functionality of the [[mw:Extension:DynamicPageList3|DynamicPageList3 extension]]. | |||
== DPL Query == | == DPL Query == | ||
| Line 26: | Line 28: | ||
{{#dpl: | {{#dpl: | ||
| uses = Template:Messagebox | | uses = Template:Messagebox | ||
| ordermethod = title | |||
| nottitlematch = Messagebox | | nottitlematch = Messagebox | ||
| include = {Messagebox}:type:text | | include = {Messagebox}:type:text | ||