Talk:Cookbook: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Blocco
New page: == Suggestions == Perhaps linking the table of contents on the main page like actual TOC?~~~
 
>Emess
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Suggestions ==
== Suggestions ==
Perhaps linking the table of contents on the main page like actual TOC?<div style="border-style:dotted; border-width:0px; border-top-width:1px; border-color:#888888; padding-bottom:-4px;"><sup>Posted by [[:User:Blocco|blocco]] ([[:User_talk:Blocco|talk]]) on Jan 31, 2011 (Monday) at 23:20 (UTC) [[:User talk:Blocco/sig#format|[Discuss format]]]</sup></div>
Perhaps linking the table of contents on the main page like actual TOC?<div style="border-style:dotted; border-width:0px; border-top-width:1px; border-color:#888888; padding-bottom:-4px;"><sup>Posted by [[:User:Blocco|blocco]] ([[:User_talk:Blocco|talk]]) on Jan 31, 2011 (Monday) at 23:20 (UTC) [[:User talk:Blocco/sig#format|[Discuss format]]]</sup></div>
:I'll do that.  I'll just write a quick Lua script to automate it :D <span style="font-size:xx-small; vertical-align:top; color: grey">[[Camoy]] &bull; [[Special:Contributions/Camoy|Contribs]] (January 31 2011)</span>
== Made some changes ==
I made [[:Category:Cookbook|a new category]]. I think it somewhat organizes all the chapters together because I hate seeing uncategorized pages. [[User:Emess|<span style="font-family:Tahoma;color:#FF0000">Emess</span>]] [[User_talk:Emess|<span style="font-family:Tahoma;color:green"><sup>talk</sup></span>]] 05:56, 4 February 2011 (UTC)
== added API definition ==
Application programming interface, since nobody really ever says the extended version of it.
[[User:Ozzypig|Ozzypig]] 21:32, 4 February 2011 (UTC)
== TOC linkage script ==
In case anyone was curious of the script I used to link the TOC, here it is.
{{Example|<pre>
print(c:gsub('%*%*([%d%.]+)(%s+)([%w ]+)', function(a, b, c)
return '**[[Cookbook_(Chapter_'..a:sub(1, 1)..')#'..c:gsub(' ', '_')..'|'..a..b..c..']]'
end))
</pre>}}
Just set c to be equal to the original TOC, and it'll give you the linked one :D <span style="font-size:xx-small; vertical-align:top; color: grey">[[Camoy]] &bull; [[Special:Contributions/Camoy|Contribs]] (February 5 2011)</span>
* Would anybody be upset if the author section is removed? I feel it just gets in the way. If people want to find the author the history tab has all the info they need.--[[User:Gordonrox24|<span style="font-family:Script MT;color:#36B">Gordonrox24</span>]]&nbsp;&#124;&nbsp;[[User_talk:Gordonrox24|<sup><span style="font-family:Arial;color:red">''Talk''</span></sup>]] 03:27, 23 July 2011 (UTC)
::I personally don't care. It's fine for me either way. [[User:Emess|Emess]] ([[User_talk:Emess|talk]] : [[Special:Contributions/Emess|contribs]]) 03:42, 23 July 2011 (UTC)

Latest revision as of 03:42, 23 July 2011

Suggestions

Perhaps linking the table of contents on the main page like actual TOC?

Posted by blocco (talk) on Jan 31, 2011 (Monday) at 23:20 (UTC) [Discuss format]
I'll do that. I'll just write a quick Lua script to automate it :D CamoyContribs (January 31 2011)

Made some changes

I made a new category. I think it somewhat organizes all the chapters together because I hate seeing uncategorized pages. Emess talk 05:56, 4 February 2011 (UTC)

added API definition

Application programming interface, since nobody really ever says the extended version of it. Ozzypig 21:32, 4 February 2011 (UTC)

TOC linkage script

In case anyone was curious of the script I used to link the TOC, here it is.

Example
print(c:gsub('%*%*([%d%.]+)(%s+)([%w ]+)', function(a, b, c)
	return '**[[Cookbook_(Chapter_'..a:sub(1, 1)..')#'..c:gsub(' ', '_')..'|'..a..b..c..']]'
end))

Just set c to be equal to the original TOC, and it'll give you the linked one :D CamoyContribs (February 5 2011)

  • Would anybody be upset if the author section is removed? I feel it just gets in the way. If people want to find the author the history tab has all the info they need.--Gordonrox24 | Talk 03:27, 23 July 2011 (UTC)
I personally don't care. It's fine for me either way. Emess (talk : contribs) 03:42, 23 July 2011 (UTC)