User:Taylan: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
Unfinished wiki code meant for another page goes here. | Unfinished wiki code meant for another page goes here. | ||
--- | |||
Example use of ArrayFunctions. Imagine the template parameter <code><nowiki>{{{list}}}</nowiki></code> contains the value <code>Foo, Bar</code>. | |||
Code: | |||
<pre> | |||
{{#af_join: {{#af_map: {{#af_split: {{{list}}} }} | x | * [[{{{x}}}]] }} | \n }} | |||
</pre> | |||
Result: | |||
{{#af_join: {{#af_map: {{#af_split: Foo, Bar }} | x | * [[{{{x}}}]] }} | \n }} | |||
Code: | |||
<pre> | |||
The list: {{#af_join: {{#af_map: {{#af_split: {{{list}}} }} | x | [[{{{x}}}]] }} | ,\s }} | |||
</pre> | |||
Result: | |||
The list: {{#af_join: {{#af_map: {{#af_split: Foo, Bar }} | x | [[{{{x}}}]] }} | ,\s }} |
Revision as of 01:36, 23 July 2023
Hi, I'm the admin. You can reach me at bg3communitywiki (at) gmail (dot) com
or under the name Taylan
on various platforms and forums, such as the bg3.wiki Discord or Larian Studios Discord, the Larian Forums, the Beamdog Forums, or the Gibberlings3 Forums. You can also ping me on my User talk page.
To do
- Create page Class (currently a redirect) as an entry point / summary page for all classes, which links to the individual classes. Just like the Weapon page.
- Clean up the individual pages for weapon properties.
- Add Initiative Roll page.
- Categorize templates
- Categorize files
- Categorize categories
- Finish Template:SpellPage
- CSS hacks for condition icons?
---
A cool idea: list the plain 'ole BOOKS that can be found in the game and make pages for them that contain their text.
Draft space
Unfinished wiki code meant for another page goes here.
---
Example use of ArrayFunctions. Imagine the template parameter {{{list}}}
contains the value Foo, Bar
.
Code:
{{#af_join: {{#af_map: {{#af_split: {{{list}}} }} | x | * [[{{{x}}}]] }} | \n }}
Result:
Code:
The list: {{#af_join: {{#af_map: {{#af_split: {{{list}}} }} | x | [[{{{x}}}]] }} | ,\s }}
Result: