User talk:J McKalling

From Twinsuniverse
Revision as of 01:33, 24 November 2012 by J McKalling (Talk | contribs)

Jump to: navigation, search

Character test

J McKalling

No image was specified for this article

Race

unknown [list all]

Gender

Male [list all]

Size

unknown [list all]

Age

unknown [list all]

Magical

unknown [list all]

Adventure

unknown [list all]

Character
Alignment

unknown [list all]

Occupation

Administrator

I'm rendering the character template for myself here just to test out how easy it works. It works, and it even automatically categorizes this page as intended. But I've used the feature to suppress categorization here, because it being on my talk page is just a test.

I have proudly enabled and figured out the ParserFunctions extension and WikiEditor extension, and I just added the Variables extension. This means we can now use conditional statements like:

{{#if: {{{class|}}} | class="{{{class}}}" }}

To render something under some circumstances. And the Editor is now the same as the one from Wikipedia, it looks better and has better features. And variables to be able to call something for later use on the same page, for instance, specify somewhere at the beginning of the page:

{{#vardefine: lba | Little Big Adventure }}

And then use it at multiple places later on the same page with:

{{#var: lba }}

Which would be replaced by the value defined earlier. Instead of #var:, you can also use #var_final: to use the latest value stored in the value at render time. The values can even be substituted by other parser functions, template parameters, expressions, etc. Cool huh?