Usage
editThis is the mother template for all Wplink-* templates. The syntax is
{{Wplink-base
| project =
| participants =
| assess =
| alerts =
| articles =
| requests =
| todo =
| child =
| collab =
| templates =
| news =
| letter =
| maint =
| newarts =
| activity =
| stats =
| catsub =
| cat =
| subs =
| random =
| edits =
| customN =
}}
- Project - WikiProject name, without "WikiProject"
- Participants ... catsub - the general name of subpages containing WikiProject lists and information. Wplink templates should pass calls directly to Wplink-base, but provide a default subpage name for each subpage to be listed - e.g. Members, Assessments, Article alerts, etc.
- cat - the automatic WikiProject article category from the talk page template. Almost always the same as the name of the WikiProject, but the
cat
parameter should also be passed intact, in case of a non-standard WikiProject category. - subs, random, and edits - any non-blank value will display the subpages and project edits links.
- All Wplink templates should parse for
parameter=no
by passing parameters by code like|todo={{#ifeq:{{{todo|}}}}} |no| |{{{todo|To do}}}}}
. This will pass a blank value to Wplink-base whentodo=no
, but will also allow fortodo=To do list
, when the subpage is atProject name/To do list
- customN, where
N = 1...10
- allows for 10 custom subpages to be specified. Must include any slashes specifying the subpage name.