User talk:Motdwin: Difference between revisions

From Elwiki
(→‎Wiki table: new section)
 
Line 3: Line 3:
Please explain the tables that you added to pages, for example: [https://elwiki.net/w/Blatt_Blume#HP/MP_Recovery_Per_Second_Scaling]<br>
Please explain the tables that you added to pages, for example: [https://elwiki.net/w/Blatt_Blume#HP/MP_Recovery_Per_Second_Scaling]<br>
Currently the tables are too confusing and hard to add on details. If you don't come up with a guide or something, i will revert all the changes.
Currently the tables are too confusing and hard to add on details. If you don't come up with a guide or something, i will revert all the changes.
*I'm unsure what you mean by "hard to add on details", however if you have basic knowledge of any programming, it should be fairly easy to add new things to the table. I have simply utilized variable and loops mediawiki extensions to generate the table. I did it this way, because there was a lot of dynamic information and it is much easier to maintain it this way, unless you prefer to type it out, rather than learning something new? There are already examples made on official MediaWiki website on how to use these, here are the links: [https://www.mediawiki.org/wiki/Extension:Loops##loop] and [https://www.mediawiki.org/wiki/Extension:Variables/en]. In my opinion, when I was trying to utilize this, the only confusing part about it, was how to make it work with the table since you cannot use <b>!!</b>, you have to wrap it like so <b>&#123;&#123;!&#125;&#125;</b>, so really, it is no different than just constructing a normal table by hand, just that you use extensions that are provided to you by mediawiki to assist you instead. Please do test around in a test page. --[[User:Motdwin|Motdwin]] ([[User talk:Motdwin|talk]]) 14:32, 8 August 2021 (UTC)

Revision as of 15:52, 8 August 2021

Wiki table

Please explain the tables that you added to pages, for example: [1]
Currently the tables are too confusing and hard to add on details. If you don't come up with a guide or something, i will revert all the changes.

  • I'm unsure what you mean by "hard to add on details", however if you have basic knowledge of any programming, it should be fairly easy to add new things to the table. I have simply utilized variable and loops mediawiki extensions to generate the table. I did it this way, because there was a lot of dynamic information and it is much easier to maintain it this way, unless you prefer to type it out, rather than learning something new? There are already examples made on official MediaWiki website on how to use these, here are the links: [2] and [3]. In my opinion, when I was trying to utilize this, the only confusing part about it, was how to make it work with the table since you cannot use !!, you have to wrap it like so {{!}}, so really, it is no different than just constructing a normal table by hand, just that you use extensions that are provided to you by mediawiki to assist you instead. Please do test around in a test page. --Motdwin (talk) 14:32, 8 August 2021 (UTC)