|
|
| (21 intermediate revisions by one user not shown) |
| Line 1: |
Line 1: |
| − | {{#dpl:
| + | <HTML5video width="640" height="480" autoplay="false">LibPAS_Report_Templates</HTML5video> |
| − | |categoryregexp=.+ Case Studies
| + | |
| − | |notcategory=French
| + | |
| − | |namespace=Studies
| + | |
| − | |headingmode=H4
| + | |
| − | |ordermethod=category,title
| + | |
| − | |mode=unordered
| + | |
| − | |format=,\n*[[%PAGE%|%TITLE%]],,\n
| + | |
| − | }}
| + | |
| | | | |
| − | ====Étude de Cas d’une Province====
| |
| − | {{#dpl:
| |
| − | |category=state Library Case Study
| |
| − | |category=French
| |
| − | |namespace=Studies
| |
| − | |include={Case Study Fr}:library
| |
| − | |replaceintitle=/fr\//,
| |
| − | |format=,\n*[[%PAGE%|,]],
| |
| − | }}
| |
| | | | |
| − | __NOTOC__
| + | Release Date: {{datecreated}} |
| | + | |
| | | | |
| − | <!-- This or with the categoryregexp=.+ Case Study works except it includes the "French", Jennifer, and "Notes" categories? Need to fix Category names and how to deal with different languages.
| |
| | {{#dpl: | | {{#dpl: |
| − | |category=State Library Case Study¦Association Case Study¦Academic Library Case Study¦Public Library Case Study | + | | category= Report Types |
| − | |namespace=Studies | + | | namespace=LibPAS |
| − | |headingmode=H4 | + | |include={Screencasts}:definition |
| − | |ordermethod=category,title | + | |reset=categories |
| − | |mode=unordered | + | |fixcategory=Screencasts |
| − | |format=,\n*[[%PAGE%|%TITLE%]],,\n | + | |ordermethod=lastedit |
| | + | |order=ascending |
| | + | |format=,\n====[[%PAGE%|%TITLE%]]====\n,, |
| | }} | | }} |
| − | -->
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − |
| |
| − | Possible Extensions:
| |
| − | *http://www.mediawiki.org/wiki/Extension:EmailPage
| |
| − | *Extension:HTML5Media
| |
| − | *http://en.wikibooks.org/wiki/Help:Collections
| |
| − |
| |
| − |
| |
| − | http://www.mediawiki.org/wiki/Thread:Project:Support_desk/How_can_I_hide_tabs_for_users_not_logged_in%3F/reply_(12)
| |
| − |
| |
| − | Email tracking:
| |
| − |
| |
| − | http://www.mediawiki.org/wiki/Manual_talk:$wgUsersNotifiedOnAllChanges
| |
| − | Or maybe support?
| |
| − | $wgUsersNotifiedOnAllChanges = array('staff');
| |
| − |
| |
| − | $wgExtensionFunctions[] = 'efNotifyPerNamespace';
| |
| − |
| |
| − | function efNotifyPerNamespace() {
| |
| − | global $wgTitle, $wgUsersNotifiedOnAllChanges;
| |
| − |
| |
| − | if ( $wgTitle->getNamespace() == NS_USER ) {
| |
| − | $wgUsersNotifiedOnAllChanges[] = 'Username';
| |
| − | $wgUsersNotifiedOnAllChanges[] = 'Username 2';
| |
| − | }
| |
| − | }$wgExtensionFunctions[] = 'efNotifyPerNamespace';
| |
| − |
| |
| − | function efNotifyPerNamespace() {
| |
| − | global $wgTitle, $wgUsersNotifiedOnAllChanges;
| |
| − |
| |
| − | if ( $wgTitle->getNamespace() == NS_USER ) {
| |
| − | $wgUsersNotifiedOnAllChanges[] = 'Username';
| |
| − | $wgUsersNotifiedOnAllChanges[] = 'Username 2';
| |
| − | }
| |
| − | }
| |