SimpleFrontPageSandbox
From syn2cat - HackerSpace.lu
(Difference between revisions)
m (→Goal) |
m (→Todo) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | == Todo == | ||
+ | |||
+ | * Add Content | ||
+ | * Remove edit links | ||
+ | |||
+ | == Inspiration == | ||
+ | === Layout === | ||
+ | * http://www.hamilius.net/gallery/ | ||
+ | |||
+ | === Content === | ||
+ | * https://www.das-labor.org/index.en.php | ||
+ | |||
== Goal == | == Goal == | ||
Line 4: | Line 17: | ||
Now the [https://www.hackerspace.lu/w/index.php?title=Tools Tools] link disappears too. | Now the [https://www.hackerspace.lu/w/index.php?title=Tools Tools] link disappears too. | ||
− | :And I've seen what a PITA is was :D | + | :And I've seen what a PITA is was :D --[[User:Kwisatz|kwisatz]] |
+ | ::You say "javascript", I say "bring it on!" over 10 years of playing with this bastard [[User:Gunstick|Gunstick]] 01:15, 5 March 2010 (CET) | ||
− | + | === Hei nach méi Info iwwer css, wann ee probéiere well === | |
− | + | ||
− | + | ||
− | + | ||
* http://en.wikipedia.org/wiki/Wikipedia:Catalogue_of_CSS_classes#User_group_specific | * http://en.wikipedia.org/wiki/Wikipedia:Catalogue_of_CSS_classes#User_group_specific | ||
− | |||
− | |||
− | |||
* http://www.mediawiki.org/wiki/Manual:$wgAllowUserCss | * http://www.mediawiki.org/wiki/Manual:$wgAllowUserCss | ||
* http://meta.wikimedia.org/wiki/User_styles | * http://meta.wikimedia.org/wiki/User_styles | ||
Line 19: | Line 27: | ||
* http://en.wikipedia.org/wiki/MediaWiki:Common.js | * http://en.wikipedia.org/wiki/MediaWiki:Common.js | ||
* http://www.mediawiki.org/wiki/Manual:Skin_configuration | * http://www.mediawiki.org/wiki/Manual:Skin_configuration | ||
+ | |||
+ | == Method 1 == | ||
+ | '''Load a user group or page specific CSS file.''' | ||
+ | |||
+ | |||
== Method 2 == | == Method 2 == | ||
'''Use [[Mediawiki:common.js]] to set CSS styles on a specific page.''' | '''Use [[Mediawiki:common.js]] to set CSS styles on a specific page.''' | ||
− | This method is used right now to have the login and action links disappear on this page. | + | This method is used right now to have the login and action links disappear on this page for users not in the sysop group. |
== Method 3 == | == Method 3 == |
Latest revision as of 16:55, 6 August 2010
[edit] Todo
- Add Content
- Remove edit links
[edit] Inspiration
[edit] Layout
[edit] Content
[edit] Goal
Make a super simple frontpage.
Now the Tools link disappears too.
- And I've seen what a PITA is was :D --kwisatz
- You say "javascript", I say "bring it on!" over 10 years of playing with this bastard Gunstick 01:15, 5 March 2010 (CET)
[edit] Hei nach méi Info iwwer css, wann ee probéiere well
- http://en.wikipedia.org/wiki/Wikipedia:Catalogue_of_CSS_classes#User_group_specific
- http://www.mediawiki.org/wiki/Manual:$wgAllowUserCss
- http://meta.wikimedia.org/wiki/User_styles
- http://meta.wikimedia.org/wiki/User_styles#Non-display
- http://en.wikipedia.org/wiki/MediaWiki:Common.js
- http://www.mediawiki.org/wiki/Manual:Skin_configuration
[edit] Method 1
Load a user group or page specific CSS file.
[edit] Method 2
Use Mediawiki:common.js to set CSS styles on a specific page.
This method is used right now to have the login and action links disappear on this page for users not in the sysop group.
[edit] Method 3
Use a tag extension that loads a specific css file on a specific page.