Difference between revisions of "User:Haama"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Haama
imported>Haama
Line 19: Line 19:
*[[User:Haama/Functions1|Attempt 1]]
*[[User:Haama/Functions1|Attempt 1]]
*[[User:Haama/Functions2|Attempt 2]]
*[[User:Haama/Functions2|Attempt 2]]
===Template info===
*[http://en.wikipedia.org/wiki/Help:Template Basic]
*[http://meta.wikimedia.org/wiki/Help:Advanced_templates Advanced]
*[http://meta.wikimedia.org/wiki/Help:Substitution Substitution]
*[http://en.wikipedia.org/wiki/Wikipedia:Anatomy_of_a_template Anatomy of a Template]
*[http://meta.wikimedia.org/wiki/Help:A_quick_guide_to_templates Quick guide]
*[http://meta.wikimedia.org/wiki/User:Happy-melon/Templates#Code_on_template_pages More info]
*[http://en.wikipedia.org/wiki/Help:Template_documentation Documentation]


===[http://www.mediawiki.org/wiki/Help:Magic_words Magic Words]===
===[http://www.mediawiki.org/wiki/Help:Magic_words Magic Words]===
Line 32: Line 41:
*[http://www.mediawiki.org/wiki/Help:Magic_words <nowiki>__NOTOC__</nowiki>]
*[http://www.mediawiki.org/wiki/Help:Magic_words <nowiki>__NOTOC__</nowiki>]
**Hide Table of Contents
**Hide Table of Contents
===Navbox===
*[http://en.wikipedia.org/wiki/Template:Navbox Navbox]
*[http://en.wikipedia.org/wiki/Template:Navbox_with_collapsible_groups Navbox with collapsible groups]
*[http://en.wikipedia.org/wiki/Template:Navigation_tabs Navbox with tabs]
*[http://en.wikipedia.org/wiki/Template:Navbox_subgroup Subgroup]


===Random wiki notes===
===Random wiki notes===
*Can edit the first section, before a header, by selecting a section and changing '''edit&section=x''' to '''edit&section=0'''
*Can edit the first section, before a header, by selecting a section and changing '''edit&section=x''' to '''edit&section=0'''
*[http://meta.wikimedia.org/wiki/Help:Footnotes Footnotes]
*[http://meta.wikimedia.org/wiki/Help:Collapsing Collapsing] or Show/Hide boxes
**Requires [http://meta.wikimedia.org/wiki/MediaWiki:Common.js Javascript]

Revision as of 19:41, 19 December 2008

Notes

Easier way to make tables of lists

Lists of manmade geographical features

  • blah
  • blah
  • blah
  • blah
  • blah
  • blah

As opposed to the side-by-side.

Function re-organization

Template info

Magic Words

  • {{DISPLAYTITLE:xyz}}
    • Formats the page's title header - can use to show underscores in title.
    • Can be dis/enabled by $wgAllowDisplayTitle
    • Need to copy template over to here?
  • __NOINDEX__
    • Take out of search results
  • __INDEX__
    • Tell search engine to index this page
    • Not sure if this will work to make categories show up without changing default
  • __NOTOC__
    • Hide Table of Contents

Navbox

Random wiki notes

  • Can edit the first section, before a header, by selecting a section and changing edit&section=x to edit&section=0
  • Footnotes
  • Collapsing or Show/Hide boxes