Talk:Main Page

From LOS Warmachine University
Revision as of 00:38, 15 June 2016 by Juckto (talk)

Jump to: navigation, search

Changing the Main Page

This section is to discuss the layout and content of the main page itself.


Report a Bug

This section is to report anything, anywhere, that you spotted on the wiki that you think needs fixing.

Ambox warning orange.png

Important
Note that Not having the exact stats and exact wording of the special abilities that I'm trying to look up is not a bug. Refer to Editor's Creed


Request a Feature

Since we're still setting up this wiki, there are a lot of things that users would like to have that the sysadmin hasn't installed yet. This is the best place to mention them.

We have a logo (here). How do we get it onto this page? juckto (talk) 20:38, 14 June 2016 (EDT)


Sidebar menu

Can we get an editable sidebar menu (or horizontal topbar menu, I don't care)? How does Bootstrap work in that regard? juckto (talk) 20:38, 14 June 2016 (EDT)


Collapsible Tables

  • Requested by: juckto
  • What it is: Allows you to collapse a table so only the top row is visible. More info at the Wikipedia article on collapsing
  • Why we need it:
    • The "Rules Clarifications" have the potential to get very long very quickly, and most of the time people don't want to read all of them if they're looking for a specific one. Shrinking them would be good.
    • The "Model indices" are really large tables. Especially for mercenaries. It would be good to shrink them (they can still be set to not-collapse on non-merc pages).
  • What we need to get it running: MediaWiki:Common.js


Dynamic Page Listing (DPL)

  • Requested by: NeonChameleon
  • What it is: Allows you to find the "intersection" of multiple categories. More info at (?)
  • Why we need it:
    • So we can sort "who has pathfinder" by faction, etc.
    • So we can set up auto-themes (when they're released)
  • What we need to get it running: (?)


Parsar Functions

  • Requested by: juckto & Ibidem
  • Essentially, it allows us to create templates with "if/else" statements. More info at Wikipedia article on ParserFunctions
  • Why we need it: For statblock templates.
    • Say, if one model has a FOCUS stat and one doesn't, currently we need two different templates (if you try to use just one template, it'll have "FOCUS = No input provided" on one of the models).
    • We don't want that, we want one template which is smart enough to not display anything for FOCUS if the user doesn't input FOCUS.
    • Similarly for models with no ranged weapons needing a RAT input, models which aren't units require a UNIT SIZE input, etc etc