Difference between revisions of "User:Haama"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Haama
m (→‎Note: Function reorganization examples)
imported>Haama
 
(3 intermediate revisions by the same user not shown)
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]
**Can use normal pages by adding a colon to the front (i.e., <nowiki>{{:Category:Objects/Create Copy}}</nowiki>)
**Everything after a # is ignored
***So, can't use a section as a template
**Will normally be applied/calculated every view, but can be done per save instead
***[http://meta.wikimedia.org/wiki/Help:Substitution Substitution]
**Can't refer to templates from the CS wiki
*[http://meta.wikimedia.org/wiki/Help:Advanced_templates Advanced]
*[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 <nowiki>{{DISPLAYTITLE:xyz}}</nowiki>]
**Formats the page's title header - can use to show underscores in title.
**Can be dis/enabled by <nowiki>$wgAllowDisplayTitle</nowiki>
**Need to copy template over to here?
*[http://www.mediawiki.org/wiki/Help:Magic_words <nowiki>__NOINDEX__</nowiki>]
**Take out of search results
*[http://www.mediawiki.org/wiki/Help:Magic_words <nowiki>__INDEX__</nowiki>]
**Tell search engine to index this page
**Not sure if this will work to make categories show up without changing default
*[http://www.mediawiki.org/wiki/Help:Magic_words <nowiki>__NOTOC__</nowiki>]
**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===
*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]

Latest revision as of 20:25, 19 December 2008

Notes[edit | edit source]

Easier way to make tables of lists[edit | edit source]

Lists of manmade geographical features[edit | edit source]

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

As opposed to the side-by-side.

Function re-organization[edit | edit source]

Template info[edit | edit source]

Magic Words[edit | edit source]

  • {{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[edit | edit source]

Random wiki notes[edit | edit source]

  • 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