User:Taylan: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
No edit summary
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hi, I'm the admin.  You can reach me at {{code|bg3communitywiki (at) gmail (dot) com}} or under the name {{code|Taylan}} on various platforms and forums, such as the [https://discord.gg/K6R89fSZuF bg3.wiki Discord] or [https://discord.gg/ptuSAd97 Larian Studios Discord], the [https://forums.larian.com/ubbthreads.php?ubb=showprofile&User=76178 Larian Forums], the [https://forums.beamdog.com/profile/Taylan Beamdog Forums], or the [https://www.gibberlings3.net/profile/11620-taylan/ Gibberlings3 Forums].  You can also ping me on my [[User talk:Taylan|User talk page]].
Hi, I'm the founder and sysadmin of the wiki.  You can reach me at {{code|bg3communitywiki (at) gmail (dot) com}}, [https://twitter.com/bg3_wiki @bg3_wiki] on Twitter, or under the name {{code|Taylan}} on various platforms and forums, such as the [https://discord.gg/K6R89fSZuF bg3.wiki Discord] or [https://discord.gg/ptuSAd97 Larian Studios Discord], the [https://forums.larian.com/ubbthreads.php?ubb=showprofile&User=76178 Larian Forums], the [https://forums.beamdog.com/profile/Taylan Beamdog Forums], or the [https://www.gibberlings3.net/profile/11620-taylan/ Gibberlings3 Forums].  You can also ping me on my [[User talk:Taylan|User talk page]]. Or write to my personal email address {{code|taylan (dot) kammer (at) gmail (dot) com}}.
 
[[File:Taylan.png|right|60px]]
 
Test 1
 
= Notes, drafts, tests, etc. follow =
 
External link: [https://example.org Example]


== To do ==
== 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.
* Data-ify weapon actions
* Clean up the individual pages for weapon properties.
* Finish [[Template:SpellPage]]
* Add Initiative Roll page.
 
* Fix CSS to prevent crappy float:right behavior of images on mobile layout (see Morningstar page on Xiaomi Mi 9 Lite)
* Add SEO stuff to WeaponPage template
* Add proper documentation to WeaponPage template
* Categorize templates
* Categorize templates
* Categorize files
* Categorize files
* Categorize categories
* Categorize categories
* CSS hacks for condition icons?


---
---
Line 20: Line 26:


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 }}
= H1 =
== H2 ==
=== H3 ===
==== H4 ====
===== H5 =====
====== H6 ======

Latest revision as of 00:43, 29 March 2024

Hi, I'm the founder and sysadmin of the wiki. You can reach me at bg3communitywiki (at) gmail (dot) com, @bg3_wiki on Twitter, 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. Or write to my personal email address taylan (dot) kammer (at) gmail (dot) com.

Taylan.png

Test 1

Notes, drafts, tests, etc. follow[edit | edit source]

External link: Example

To do[edit | edit source]

  • Categorize templates
  • Categorize files
  • Categorize categories
  • 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[edit | edit source]

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:

The list: Foo, Bar

H1[edit | edit source]

H2[edit | edit source]

H3[edit | edit source]

H4[edit | edit source]

H5[edit | edit source]
H6[edit | edit source]