If you are looking for Information about PSU Clementine, Go check their Wiki

Difference between revisions of "Template talk:Drop info"

From The re-PSUPedia
Jump to: navigation, search
m
Line 12: Line 12:
 
* I've faced exactly the same problem in the past, except where I really wanted a variable amount of rows. I really intended to include a counter in the template that would allow for more possible parameter names (such as Enemy1, Enemy2, etc.), but this did not appear to be possible. So as an alternative, I only templated the rows to be able to replicate them as easy as possible. The article is [http://psupedia.info/index.php?title=Enemies&oldid=25486 this]; details [http://psupedia.info/index.php?title=Enemies&action=edit&oldid=25486 here]. Now my question to ''you'' is why you removed it from the article some time ago. Sure, less chaotic list of links to monsters was missing, but your edit only replicated [http://psupedia.info/Category:Enemies the category equivalent] and got rid of some other info, however outdated and tl;dr it might have been. >_< - [[User:Tycho|Tycho]] 02:33, 13 April 2008 (CDT)
 
* I've faced exactly the same problem in the past, except where I really wanted a variable amount of rows. I really intended to include a counter in the template that would allow for more possible parameter names (such as Enemy1, Enemy2, etc.), but this did not appear to be possible. So as an alternative, I only templated the rows to be able to replicate them as easy as possible. The article is [http://psupedia.info/index.php?title=Enemies&oldid=25486 this]; details [http://psupedia.info/index.php?title=Enemies&action=edit&oldid=25486 here]. Now my question to ''you'' is why you removed it from the article some time ago. Sure, less chaotic list of links to monsters was missing, but your edit only replicated [http://psupedia.info/Category:Enemies the category equivalent] and got rid of some other info, however outdated and tl;dr it might have been. >_< - [[User:Tycho|Tycho]] 02:33, 13 April 2008 (CDT)
 
* If you just want to be able to add Enemy1, Enemy2... through to Enemy10 or so, then have a look at [[Template:Character Profile|the character profile template]], which Tych and myself spent ages working out back in 2k6 so it could do that. You'll probably understand why though - it's enormous. With only enemy, level and type to enter though, I can't imagine it'd be quite so intimidating. - [[User:Miraglyth|Miraglyth]] 09:20, 13 April 2008 (CDT)
 
* If you just want to be able to add Enemy1, Enemy2... through to Enemy10 or so, then have a look at [[Template:Character Profile|the character profile template]], which Tych and myself spent ages working out back in 2k6 so it could do that. You'll probably understand why though - it's enormous. With only enemy, level and type to enter though, I can't imagine it'd be quite so intimidating. - [[User:Miraglyth|Miraglyth]] 09:20, 13 April 2008 (CDT)
 +
** I actually remembered that page and have been trying to adapt it. I might just do a full-on copy+paste of code to see if it'll work.<br/>--[[User:Kietrinia|Kit]] 09:23, 13 April 2008 (CDT)

Revision as of 14:23, 13 April 2008

Template test

Drop information
Enemy/Mission Level Type
Unknown

OK, so what I'm trying to do is make a drop template that will add new table rows automatically as we need them but will not display them if left blank. I thought that by using the if conditional to encase the code for the next row I'd be able to make it display only if Enemy2 were filled in. I also included the negative area to close the table at this point if Enemy2 were left blank. Didn't work out at all like I thought it would. So, anyone (with more experience with these things) got any suggestions? - EspioKaos 00:20, 13 April 2008 (CDT)

  • I found a page that explains how to do exactly what it seems that you're doing. link Essentially, the "|-" used to start the next table row is being confused as part of the #if. The page suggests making a template that contains just the character "|" and use that to build the table inside the #if statement. Hopefully that makes a little sense. -Propagandist 00:53, 13 April 2008 (CDT)
    • Thanks for the link! I feel like I've made some progress, but visually I seem to be in the same place. XD I'll have to work more on this later. - EspioKaos 01:54, 13 April 2008 (CDT)
  • I've faced exactly the same problem in the past, except where I really wanted a variable amount of rows. I really intended to include a counter in the template that would allow for more possible parameter names (such as Enemy1, Enemy2, etc.), but this did not appear to be possible. So as an alternative, I only templated the rows to be able to replicate them as easy as possible. The article is this; details here. Now my question to you is why you removed it from the article some time ago. Sure, less chaotic list of links to monsters was missing, but your edit only replicated the category equivalent and got rid of some other info, however outdated and tl;dr it might have been. >_< - Tycho 02:33, 13 April 2008 (CDT)
  • If you just want to be able to add Enemy1, Enemy2... through to Enemy10 or so, then have a look at the character profile template, which Tych and myself spent ages working out back in 2k6 so it could do that. You'll probably understand why though - it's enormous. With only enemy, level and type to enter though, I can't imagine it'd be quite so intimidating. - Miraglyth 09:20, 13 April 2008 (CDT)
    • I actually remembered that page and have been trying to adapt it. I might just do a full-on copy+paste of code to see if it'll work.
      --Kit 09:23, 13 April 2008 (CDT)