Powered by Invision Power Board

 
  Pages: (37) « First ... 35 36 [37]  ( Go to first unread post ) Reply to this topicStart new topicStart Poll

> The MFGG Wiki
Canada
Twistendo
Posted: Sep 6 2009, 11:56 AM
Quote Post


ಠ_ಠ
[*][*]

Group Icon
Group: Members
Posts: 2008
Member No.: 4559
Joined: 9-October 07

Status: (0d) [--]


QUOTE (Retriever II @ Sep 6 2009, 02:00 AM)
Wiki contributors might want to start focusing their efforts on:

http://wiki.mfgg.net/index.p...te_competitions
and other competitions

There is no longer a 5+ cap on badges for the new MFGG so having complete records would make things simpler.

I'll help with that.


--------------------
user posted imageRSUuser posted image
PM me for DS codes.

Reference Gallery/Original Reference/Johari/Nohari/Flipnotes
I get paid to be annoying~
PMEmail Poster
Top
Unspecified
Fender
  Posted: Nov 1 2009, 02:36 PM
Quote Post


safsafsafasfas
[*][*][*][*][*]
[*][*][*]

Group Icon
Group: Members
Posts: 2815
Member No.: 1445
Joined: 12-September 05

Status: (0d) [--]


QUOTE (Retriever II @ Sep 6 2009, 01:00 AM)
Wiki contributors might want to start focusing their efforts on:

http://wiki.mfgg.net/index.p...te_competitions
and other competitions

There is no longer a 5+ cap on badges for the new MFGG so having complete records would make things simpler.

i got the music and drawing competitions up to date.


--------------------
PMEmail PosterAOL
Top
United States
Baroque
Posted: Nov 2 2009, 01:22 AM
Quote Post





Group Icon
Group: Members
Posts: 817
Member No.: 6076
Joined: 11-March 09

Status: (0d) [--]


By the way, who are the Wiki Ops again?

If they're not knowledgeable enough about the finer tuning of Mediawiki (ie. editing the Mediawiki namespace which is high-risk by its own nature) we should probably add an additional person for maintenance and skinning, since you have to edit the Mediawiki namespace files to do that stuff.

Joey's stated earlier he's not familiar with stuff like stylesheets, so he isn't able to add classes to the mediawiki stylesheets, and I'm fairly sure he's not too keen on editing the magic words.

This isn't really a problem, but having these classes and other keywords would save a lot of time on templates and also enhance readability.


... technically I'm capable of doing this, but if my track record doesn't impress you as to my innocence when messing with that I understand



As an example, here's the MFGGer template currently:

CODE
{| class="infobox bordered" style="border: 2px solid #aac; max-width: 272px; float: right; background-color: #fff; font-size: 90%; text-align: left; margin:3px;" cellpadding="3"
! colspan="2" style="font-size:110%; text-align: center; background-color: #ccccff;" | {{{flag|<includeonly>[[Category:Members that need flags]]</includeonly>}}}  ''{{{name|{{PAGENAME}}}}}''
|-
| colspan='2' style='text-align: center; font-size: 90%;' | {{{image|'''No image'''}}}<br />{{{caption|}}}
|-
! colspan="2" style="font-size:110%; text-align: center; background-color: #ccccff; " | Profile
|-
! style="background-color: #ccccff;"| Aliases
|width="152px" style="table-layout:fixed;"| {{{othernames|{{{alias|None}}}}}}
|-
! style="background-color: #ccccff;" | Member Group
| {{{group|{{{type|Member}}}}}}
|-
! style="background-color: #ccccff;"| Real name
| {{{realname|Withheld}}}
|-
! style="background-color: #ccccff;"| Interests
| {{{interests|Nothing much}}}
|-
! style="background-color: #ccccff;"  | Contact Information
| {{{contactinfo|No information for this member.}}}
|-
! style="background-color: #ccccff; vertical-align: top;"| [[Badges]]
| {{{badges|}}}
|-
! colspan="2" style="background-color: #ccccff; vertical-align: top; text-align: center;" | {{SiteNumber|{{{sitenumber|default=<includeonly>[[Category:Members without a main site account]]</includeonly>}}}}} {{ForumNumber|{{{forumnumber|default=<includeonly>[[Category:Members without a forum account]]</includeonly>}}}}}
|}




If we had an admin who could add class declarations to the stylesheets, we could change this to:

CODE
{| class='mfgger'
! colspan='2'class='title' | {{{flag|<includeonly>[[Category:Members that need flags]]</includeonly>}}}  ''{{{name|{{PAGENAME}}}}}''
|-
| colspan='2' class='img' | {{{image|No image}}}<br />{{{caption|}}}
|-
! colspan='2' class='header' | Profile
|-
! class='field'| Aliases
| class='data'| {{{othernames|{{{alias|None}}}}}}
|-
! class='field' | Member Group
| class='data' | {{{group|{{{type|Member}}}}}}
|-
! class='field' | Real name
| class='data' | {{{realname|Withheld}}}
|-
! class='field' | Interests
| class='data' | {{{interests|Nothing much}}}
|-
! class='field' | Contact Information
| class='data' | {{{contactinfo|No information for this member.}}}
|-
! class='field' | [[Badges]]
| class='data' | {{{badges|}}}
|-
! colspan='2' class='linkfooter' | {{SiteNumber|{{{sitenumber|default=<includeonly>[[Category:Members without a main site account]]</includeonly>}}}}} {{ForumNumber|{{{forumnumber|default=<includeonly>[[Category:Members without a forum account]]</includeonly>}}}}}
|}


--------------------


DeviantArt (DA needs update) | Clean FurAffinity Clean FA | Why I Cut Quotes
You see things, and you ask, 'Why?' But I dream things that never were, and I ask, 'Why not?'


QUOTE (Ryo)
its the correct form of to.........lemme run it down for ya

to is used when your talking about the number. good way to remember this: to has to letters

too is used when your talkin about actions in stuff.

two is used when your talking about places and locations
PMEmail PosterAOL
Top
United States
Baroque
Posted: Nov 2 2009, 01:27 AM
Quote Post





Group Icon
Group: Members
Posts: 817
Member No.: 6076
Joined: 11-March 09

Status: (0d) [--]


Sorry to double-post, but it's to make sure that my two differing subjects are counted as two differing subjects.

Anyways, It'd also be nice if RII would add ParserFunctions to the wiki.

You can do that by downloading them off Mediawiki.org, placing the contents in the /extensions/ParserFunctions/ folder, and requiring or including it in LocalSettings.php:

CODE
require_once('blahblahblah/DefaultSettings.php'); // This is already in the config. You have to require after this line or the wiki explodes
require_once('blahblahblah/extensions/ParserFunctions/ParserFunctions.php');


This adds some really nifty stuff like #if statements which are extremely useful for little gimmicks like optional fields; you can make empty table cells disappear for clarity in reading, etc.

This post has been edited by Baroque on Nov 2 2009, 01:28 AM


--------------------


DeviantArt (DA needs update) | Clean FurAffinity Clean FA | Why I Cut Quotes
You see things, and you ask, 'Why?' But I dream things that never were, and I ask, 'Why not?'


QUOTE (Ryo)
its the correct form of to.........lemme run it down for ya

to is used when your talking about the number. good way to remember this: to has to letters

too is used when your talkin about actions in stuff.

two is used when your talking about places and locations
PMEmail PosterAOL
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

  Topic Options Topic Options Pages: (37) « First ... 35 36 [37]  Reply to this topicStart new topicStart Poll

 




[ Script Execution time: 0.0862 ]   [ 13 queries used ]   [ GZIP Enabled ]   [ Server Load: 1.49 ]