Re: variables with a space in them
Pierpaolo BERNARDI <[email protected]> Mon, 13 Jul 2026 15:48:53 +0200
| Newsgroups | gmane.comp.lang.lua.general |
|---|---|
| Message-ID | <CANY8u7GHxHqJA_6=enLJFy29O2LMYG3mpARKQbMdZaZx33d9ew@mail.gmail.com> |
--000000000000b25c3306567e5ac1 Content-Type: multipart/alternative; boundary="000000000000b25c3206567e5ac0" --000000000000b25c3206567e5ac0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable OK. The misunderstandings are caused by your use of the word "variable". What you call variable, actually is a string :) For the original question: when you need to refer to Kim Lip, use "Kim Lip"= . Try perusing this book: https://www.lua.org/pil/2.5.html On Mon, Jul 13, 2026 at 3:19=E2=80=AFPM Ernestyna <[email protected]> = wrote: > > On Monday, July 13, 2026 at 2:43:46=E2=80=AFPM UTC+2 Frank Kastenholz wro= te: > > What happens if there are two people named =E2=80=9CKim Lip=E2=80=9D? > > > i guess nothing! whenever there is a duplicate argument call in a templat= e > fandom ignores it and attributes a category to the page: Pages using > duplicate arguments in template calls > > [image: Zrzut ekranu 2026-07-13 151823.png] > > > On Monday, July 13, 2026 at 3:14:24=E2=80=AFPM UTC+2 Ernestyna wrote: > >> i'm grateful for everyone's answers! i'll try to explain the concept mor= e >> so you can all understand better. >> >> the *Line distribution* module acts as a way to rank the members of a >> group based on how many lines they sang (or rapped/talked) in a song. th= e >> amount of seconds and percentage is taken from an external video and >> entered into arguments when the module is invoked on a page. >> >> [image: Zrzut ekranu 2026-07-13 145656.png] >> >> for reference: >> =E2=80=94 *singer* is based on local groups >> =E2=80=94 *image* uses files from the wiki >> =E2=80=94 all non-standard names such as *HeeJin *or *Olivia Hye *are "m= embers" >> [variables?] of the local groups, e.g. *LOONA* >> >> [image: Zrzut ekranu 2026-07-13 150219.png] >> >> i know the code is not pleasant to look at, and there are definitely >> better ways to write some parts... >> >> [image: Zrzut ekranu 2026-07-13 150545.png] >> >> continuing on! the module also uses another module called *Index *which >> acts as a color scheme(?) for the members >> >> [image: Zrzut ekranu 2026-07-13 150829.png] >> >> so when the ranking is shown, each member has their respective color >> attributed to them if the variable entered when invoking the *Line >> distribution* module is *the same* as in the *Index* module. and that is >> a problem because i cannot enter "Kim Lip" in the Index module, only >> "KimLip" or "Kim_Lip". >> i think the best option would be to name the local groups' + Index's >> variables something different BUT make the output as original. >> >> *EXAMPLE*: >> >> *Line distribution* >> local groups =3D { >> LOONA =3D { "HJ", "HN", "HS", "YJ", "VV", "KL", "JS", "CR", "YV", >> "CU", "GW," "OH" } >> } >> >> *Index* >> return { >> HJ =3D { color =3D "blahblah", border =3D "blahblah" }, >> } >> >> [image: Zrzut ekranu 2026-07-13 151345.png] >> >> okay i'll stop writing for now so i can see what you guys think LOL >> >> also, one quick question=E2=80=94what is a table? >> On Monday, July 13, 2026 at 2:43:46=E2=80=AFPM UTC+2 Frank Kastenholz wr= ote: >> >>> You can not do something like >>> Kim Lip =3D 123 >>> However, you could say >>> Some_datatable[=E2=80=9CKim Lip=E2=80=9D] =3D 123 >>> >>> However, using a person=E2=80=99s name as a key may bit be the wisest c= hoice. >>> What happens if there are two people named =E2=80=9CKim Lip=E2=80=9D? >>> >>> On Jul 13, 2026, at 5:00=E2=80=AFAM, Ernestyna <[email protected]> wr= ote: >>> >>> hello! >>> >>> at first, i'd like to say i have no experience with lua coding nor know >>> how it works. i am an admin on a fandom wiki so i guess my coding skill= s >>> only come to some limited html expressions. so sorry if i use some >>> incorrect wording! >>> >>> yesterday i decided to implement a new module to our wiki called Line >>> distributions <https://loonatheworld.fandom.com/wiki/Module:LD>. >>> basically, it just shows a ranking of the group's members based on how = much >>> they sang in a song. it uses local groups with members to work properly >>> where some of the members have a space in their name, e.g. "Kim Lip", "= Go >>> Won", or "Olivia Hye". it also uses another module, called Index >>> <https://loonatheworld.fandom.com/wiki/Module:Index> to attribute each >>> members their respective color. this is where my problem arises. i cann= ot >>> enter a variable with a space in it, otherwise the whole code would bre= ak. >>> temporarily, i have conjoined the two-worded names of members as this >>> feature is still in a testing phase so it wouldn't make much of a >>> difference for the admins anyway. so my question is=E2=80=94is it possi= ble to make >>> a variable with a space in it? i have tried adding an underscore or a p= lus >>> symbol, even an invisible special symbol, however none of these seem to >>> work like i'd like to. >>> >>> i'm looking forward to your response. if you wish to see how the module >>> works, you can see it in my sandbox page >>> <https://loonatheworld.fandom.com/wiki/User:Dysharmonia/Sandbox>. feel >>> free to edit anything too, lol. there are some other few issues but i'l= l >>> come back to these later. thank you so much!!! >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "lua-l" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion visit >>> https://groups.google.com/d/msgid/lua-l/CA%2Bgg%2B6Y061y-fWiS4-cOeDKa3N= nE6tBPmm%2BsDpgJ9qyK_3wqag%40mail.gmail.com >>> <https://groups.google.com/d/msgid/lua-l/CA%2Bgg%2B6Y061y-fWiS4-cOeDKa3= NnE6tBPmm%2BsDpgJ9qyK_3wqag%40mail.gmail.com?utm_medium=3Demail&utm_source= =3Dfooter> >>> . >>> >>> -- > You received this message because you are subscribed to the Google Groups > "lua-l" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/lua-l/4a6168d5-a3f0-47de-81d7-861be86f5= 09bn%40googlegroups.com > <https://groups.google.com/d/msgid/lua-l/4a6168d5-a3f0-47de-81d7-861be86f= 509bn%40googlegroups.com?utm_medium=3Demail&utm_source=3Dfooter> > . > --=20 You received this message because you are subscribed to the Google Groups "= lua-l" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/lua-l/CANY8= u7GHxHqJA_6%3DenLJFy29O2LMYG3mpARKQbMdZaZx33d9ew%40mail.gmail.com. --000000000000b25c3206567e5ac0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">OK. The misunderstandings are caused by your use of the wo= rd "variable".=C2=A0 What you call variable, actually is a string= :)<div><br></div><div>For the original question: when you need to refer to= Kim Lip, use "Kim Lip".</div><div><span style=3D"background-colo= r:transparent"><br></span></div><div><span style=3D"background-color:transp= arent">Try perusing this book:=C2=A0<a href=3D"https://www.lua.org/pil/2.5.= html">https://www.lua.org/pil/2.5.html</a></span></div><div><br></div><div>= <br></div></div><br><div class=3D"gmail_quote gmail_quote_container"><div d= ir=3D"ltr" class=3D"gmail_attr">On Mon, Jul 13, 2026 at 3:19=E2=80=AFPM Ern= estyna <<a href=3D"mailto:[email protected]">[email protected]= </a>> wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin:= 0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br><div><div dir=3D"auto">On Monday, July 13, 2026 at 2:43:46=E2=80=AFPM U= TC+2 Frank Kastenholz wrote:</div><blockquote style=3D"margin:0px 0px 0px 0= .8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><di= v><blockquote type=3D"cite"><div><div dir=3D"ltr"><div> What happens if there are two people named =E2=80=9CKim Lip=E2=80=9D?=C2=A0= =C2=A0</div></div></div></blockquote></div></div></div></blockquote><div><b= r></div><div>i guess nothing! whenever there is a duplicate argument call in a=20 template fandom ignores it and attributes a category to the page:=C2=A0Page= s using duplicate arguments in template calls</div><div><br></div><div><img= alt=3D"Zrzut ekranu 2026-07-13 151823.png" width=3D"376px" height=3D"36px"= src=3D"cid:405ae745-152b-4714-a01c-0bd9c7a7b9a3"></div></div> <br><br><div class=3D"gmail_quote"><div dir=3D"auto" class=3D"gmail_attr">O= n Monday, July 13, 2026 at 3:14:24=E2=80=AFPM UTC+2 Ernestyna wrote:<br></d= iv><blockquote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;bord= er-left:1px solid rgb(204,204,204);padding-left:1ex"><div>i'm grateful = for everyone's answers! i'll try to explain the concept more so you= can all understand better.</div><div><br></div><div>the <b>Line distributi= on</b> module acts as a way to rank the members of a group based on how man= y lines they sang (or rapped/talked) in a song. the amount of seconds and p= ercentage is taken from an external video and entered into arguments when t= he module is invoked on a page.</div><div><br></div><div><img alt=3D"Zrzut = ekranu 2026-07-13 145656.png" width=3D"654px" height=3D"341px" src=3D"https= ://groups.google.com/group/lua-l/attach/121c7028e663a/Zrzut%20ekranu%202026= -07-13%20145656.png?part=3D0.4&view=3D1"></div><div><br></div><div>for = reference:</div><div>=E2=80=94 <b>singer</b> is based on local groups</div>= <div>=E2=80=94 <b>image</b> uses files from the wiki<br>=E2=80=94 all non-s= tandard names such as <b>HeeJin </b>or <b>Olivia Hye </b>are "members&= quot; [variables?] of the local groups, e.g. <b>LOONA</b></div><div><br></d= iv><div><img alt=3D"Zrzut ekranu 2026-07-13 150219.png" width=3D"1188px" he= ight=3D"253px" src=3D"https://groups.google.com/group/lua-l/attach/121c7028= e663a/Zrzut%20ekranu%202026-07-13%20150219.png?part=3D0.5&view=3D1"><br= ></div><div><br></div><div>i know the code is not pleasant to look at, and = there are definitely better ways to write some parts...</div><div><br></div= ><div><img alt=3D"Zrzut ekranu 2026-07-13 150545.png" width=3D"2204px" heig= ht=3D"42px" src=3D"https://groups.google.com/group/lua-l/attach/121c7028e66= 3a/Zrzut%20ekranu%202026-07-13%20150545.png?part=3D0.1&view=3D1"></div>= <div><br></div><div>continuing on! the module also uses another module call= ed <b>Index=C2=A0</b>which acts as a color scheme(?) for the members</div><= div><br></div><div><img alt=3D"Zrzut ekranu 2026-07-13 150829.png" width=3D= "600px" height=3D"406px" src=3D"https://groups.google.com/group/lua-l/attac= h/121c7028e663a/Zrzut%20ekranu%202026-07-13%20150829.png?part=3D0.2&vie= w=3D1"></div><div><br></div><div>so when the ranking is shown, each member = has their respective color attributed to them if the variable entered when = invoking the <b>Line distribution</b> module is <i>the same</i> as in the <= b>Index</b> module. and that is a problem because i cannot enter "Kim = Lip" in the Index module, only "KimLip" or "Kim_Lip&quo= t;.</div><div>i think the best option would be to name the local groups'= ; + Index's variables something different BUT make the output as origin= al.</div><div><br></div><div><u>EXAMPLE</u>:</div><div><br></div><div><b>Li= ne distribution</b></div><div>local groups =3D {</div><div>=C2=A0 =C2=A0 = =C2=A0LOONA =3D { "HJ", "HN", "HS", "YJ&= quot;, "VV", "KL", "JS", "CR", &quo= t;YV", "CU", "GW," "OH" }</div><div>}</d= iv><div><br></div><div><b>Index</b></div><div>return {</div><div>=C2=A0 =C2= =A0 =C2=A0HJ =3D { color =3D "blahblah", border =3D "blahbla= h" },</div><div>}</div><div><br></div><div><img alt=3D"Zrzut ekranu 20= 26-07-13 151345.png" width=3D"669px" height=3D"1123px" src=3D"https://group= s.google.com/group/lua-l/attach/121c7028e663a/Zrzut%20ekranu%202026-07-13%2= 0151345.png?part=3D0.3&view=3D1"></div><div><br></div><div>okay i'l= l stop writing for now so i can see what you guys think LOL</div><div><br><= /div><div>also, one quick question=E2=80=94what is a table?</div><div class= =3D"gmail_quote"><div dir=3D"auto" class=3D"gmail_attr">On Monday, July 13,= 2026 at 2:43:46=E2=80=AFPM UTC+2 Frank Kastenholz wrote:<br></div><blockqu= ote class=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px= solid rgb(204,204,204);padding-left:1ex"><div>You can not do something lik= e<div>=C2=A0 =C2=A0 Kim Lip =3D 123</div><div>However, you could say</div><= div>=C2=A0 Some_datatable[=E2=80=9CKim Lip=E2=80=9D] =3D 123</div><div><br>= </div><div>However, using a person=E2=80=99s name as a key may bit be the w= isest choice. What happens if there are two people named =E2=80=9CKim Lip= =E2=80=9D? =C2=A0</div><div><div><br><blockquote type=3D"cite"></blockquote= ></div></div></div><div><div><div><blockquote type=3D"cite"><div>On Jul 13,= 2026, at 5:00=E2=80=AFAM, Ernestyna <<a rel=3D"nofollow">ernest...@gmai= l.com</a>> wrote:</div><br></blockquote></div></div></div><div><div><div= ><blockquote type=3D"cite"><div><div dir=3D"ltr"><div>hello!</div><div><br>= </div><div>at first, i'd like to say i have no experience with lua codi= ng nor know how it works. i am an admin on a fandom wiki so i guess my codi= ng skills only come to some limited html expressions. so sorry if i use som= e incorrect wording!</div><div><br></div><div>yesterday i decided to implem= ent a new module to our wiki called <a href=3D"https://loonatheworld.fandom= .com/wiki/Module:LD" rel=3D"nofollow" target=3D"_blank">Line distributions<= /a>. basically, it just shows a ranking of the group's members based on= how much they sang in a song. it uses local groups with members to work pr= operly where some of the members have a space in their name, e.g. "Kim= Lip", "Go Won", or "Olivia Hye". it also uses ano= ther module, called <a href=3D"https://loonatheworld.fandom.com/wiki/Module= :Index" rel=3D"nofollow" target=3D"_blank">Index</a>=C2=A0to attribute each= members their respective color. this is where my problem arises. i cannot = enter a variable with a space in it, otherwise the whole code would break. = temporarily, i have conjoined the two-worded names of members as this featu= re is still in a testing phase so it wouldn't make much of a difference= for the admins anyway. so my question is=E2=80=94is it possible to make a = variable with a space in it? i have tried adding an underscore or a plus sy= mbol, even an invisible special symbol, however none of these seem to work = like i'd like to.</div><div><br></div><div>i'm looking forward to y= our response. if you wish to see how the module works, you can see it in <a= href=3D"https://loonatheworld.fandom.com/wiki/User:Dysharmonia/Sandbox" re= l=3D"nofollow" target=3D"_blank">my sandbox page</a>. feel free to edit any= thing too, lol. there are some other few issues but i'll come back to t= hese later. thank you so much!!!</div></div><div><br></div></div></blockquo= te></div></div></div><div><div><div><blockquote type=3D"cite"><div> -- <br> You received this message because you are subscribed to the Google Groups &= quot;lua-l" group.<br> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a rel=3D"nofollow">[email protected]</a>.<br> To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/= lua-l/CA%2Bgg%2B6Y061y-fWiS4-cOeDKa3NnE6tBPmm%2BsDpgJ9qyK_3wqag%40mail.gmai= l.com?utm_medium=3Demail&utm_source=3Dfooter" rel=3D"nofollow" target= =3D"_blank">https://groups.google.com/d/msgid/lua-l/CA%2Bgg%2B6Y061y-fWiS4-= cOeDKa3NnE6tBPmm%2BsDpgJ9qyK_3wqag%40mail.gmail.com</a>.<br> </div></blockquote></div></div></div></blockquote></div></blockquote></div> <p></p> -- <br> You received this message because you are subscribed to the Google Groups &= quot;lua-l" group.<br> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]" target=3D"_bl= ank">[email protected]</a>.<br> To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/= lua-l/4a6168d5-a3f0-47de-81d7-861be86f509bn%40googlegroups.com?utm_medium= =3Demail&utm_source=3Dfooter" target=3D"_blank">https://groups.google.c= om/d/msgid/lua-l/4a6168d5-a3f0-47de-81d7-861be86f509bn%40googlegroups.com</= a>.<br> </blockquote></div> <p></p> -- <br /> You received this message because you are subscribed to the Google Groups &= quot;lua-l" group.<br /> To unsubscribe from this group and stop receiving emails from it, send an e= mail to <a href=3D"mailto:[email protected]">lua-l+unsubsc= [email protected]</a>.<br /> To view this discussion visit <a href=3D"https://groups.google.com/d/msgid/= lua-l/CANY8u7GHxHqJA_6%3DenLJFy29O2LMYG3mpARKQbMdZaZx33d9ew%40mail.gmail.co= m?utm_medium=3Demail&utm_source=3Dfooter">https://groups.google.com/d/msgid= /lua-l/CANY8u7GHxHqJA_6%3DenLJFy29O2LMYG3mpARKQbMdZaZx33d9ew%40mail.gmail.c= om</a>.<br /> --000000000000b25c3206567e5ac0-- --000000000000b25c3306567e5ac1 Content-Type: image/png; name="Zrzut ekranu 2026-07-13 151823.png" Content-Disposition: inline; filename="Zrzut ekranu 2026-07-13 151823.png" Content-Transfer-Encoding: base64 Content-ID: <405ae745-152b-4714-a01c-0bd9c7a7b9a3> X-Attachment-Id: 405ae745-152b-4714-a01c-0bd9c7a7b9a3 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 --000000000000b25c3306567e5ac1--