User:Zeldrake: Difference between revisions

From Total War Modding
No edit summary
No edit summary
Line 12: Line 12:


In this document, let’s take a look at two example commands to breakdown.
In this document, let’s take a look at two example commands to breakdown.
     <code>Command: transfer_region_to_faction
     <Command: transfer_region_to_faction
     Description: Transfer a region ownership to a faction.
     Description: Transfer a region ownership to a faction.
     Usage: transfer_region_to_faction("region", "faction")</code>
     Usage: transfer_region_to_faction("region", "faction")</code>
Line 20: Line 20:
     <syntaxhighlight>Command: transfer_region_to_faction
     <syntaxhighlight>Command: transfer_region_to_faction
     Description: Transfer a region ownership to a faction.
     Description: Transfer a region ownership to a faction.
     Usage: transfer_region_to_faction("region", "faction")</syntaxhighlight>
     Usage: transfer_region_to_faction("region", "faction")</syntaxhighlight>you can see the above works because it's done with not SYNTAXHIGHLIGHT not CODE<syntaxhighlight lang="abap">
Do not tell me about whatever language AND
syntax highlighting this SUM
may have going on in it because I really don't care
</syntaxhighlight>

Revision as of 22:48, 16 August 2026

this is a sandbox for Zel to debug whatever is going on with the underscores

Some code goes here, right? no that's not it

bachsadhjsajkd

YES WE FOUND A CODE BLOCK BUTTON
NOW_DO_THESE_UNDERSCORES_ACTUALLY_WORK
AND_IF_NOT_WHY
TELL_ME

In this document, let’s take a look at two example commands to breakdown.

    <Command: 	transfer_region_to_faction	
    Description: 	Transfer a region ownership to a faction.	
    Usage: 		transfer_region_to_faction("region", "faction")

NOW WHY DOESN'T THAT WORK

Command: 	transfer_region_to_faction	
     Description: 	Transfer a region ownership to a faction.	
     Usage: 		transfer_region_to_faction("region", "faction")

you can see the above works because it's done with not SYNTAXHIGHLIGHT not CODE

Do not tell me about whatever language AND 
syntax highlighting this SUM
 may have going on in it because I really don't care