Template talk:Config

From Dolphin Emulator Wiki
Revision as of 16:20, 21 June 2011 by LobStoR (talk | contribs) (→‎19121 rollback: reply)
Jump to navigation Jump to search

19121 rollback

I understand a desire to not impact current pages, but we will need to deal with ongoing config changes. We probably need to address such in a manner that preserves old options as input, but displays new options as output.Kolano 04:01, 21 June 2011 (CEST)

I absolutely 100% agree that we will need to add new parameters to this template over time -- but simply removing and breaking existing parameters that are still in use on many articles is poor practice. This is why I reverted it (for now). The change also broke the feature I added that categorizes articles in need of some parameter updates (see Category:Pages with deprecated config template parameters). LobStoR (talk | contribs) 18:20, 21 June 2011 (CEST)

To Do

  • Add "Resolution" setting for titles like Mega Man, which are sensitive to particular resolutions.
  • Fix alternate row shading. Unfortunately the nested if's/tables make this complex.
  • Add pop-up descriptions to config settings
  • Address bolding of sections beyond first shown /wo including excessive white-space
    • The wiki will apparently only appropriately parse "===" enclosed titles as titles if line feeds occur between each section outside of the if's. This unfortunately inserts excess white-space in cases where no sections are shown. Attempted corrections that fail include:
      • Adding white-space to the beginning/ends of sections within ifs
      • Adding white-space between sections via a secondary set of ifs