Templates

From Wikiversity
Jump to navigation Jump to search

In MediaWiki, templates are (mostly) pages which contain texts for multiple uses. It is a flexible and surprisingly versatile tool.

In this topic we explore the potential of mediawiki templates. For coordination of template coding and maintenance in Wikiversity, see wikiversity:templates. For introduction to templates, see help:templates.

Learning projects[edit | edit source]

Recursive conversion[edit | edit source]

See category:Recursive conversion templates for a list of such templates

These templates are actually programs. They come in hand for demonstrations in such learning projects as Conway's game of life or Calculating the square root of a.

Existing programmes[edit | edit source]

  • {{Euclidean algorithm}} is demonstrated in Euclidean algorithm
  • {{factorise}} - so far a very primitive brute-force factoriser. It cannot handle even mildly large numbers, because there are limits on pre-expansion and post-expansion sizes. It can improve a lot.
  • {{quadratic reciprocity}} - currently it does not work; to make it algorithmic, I think we should first master factorizations.

More ideas[edit | edit source]

  • It would be good to have a usable list of prime numbers, with ,e.g, {{prime|3}}giving 5, the third prime number; or, {{nextprime|7}} giving 11. It would improve {{factorise}}. The task may be easier after m:StringFunctions is implemented.

Threaded discussions[edit | edit source]

See THREADNAV

Templates for css and javascripts[edit | edit source]

  • {{click}} - to superimpose an invisible link on an image, but there are problems in its use

Unicode[edit | edit source]

WikiProjects on Templates in other wikia[edit | edit source]

See also[edit | edit source]

Notes[edit | edit source]