|
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>}}}}} |} |
--------------------
  (DA needs update) | Clean FA | Why I Cut QuotesYou 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 |
|