Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
magicseteditor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
magicseteditor
Commits
94e6fb0e
Commit
94e6fb0e
authored
Aug 03, 2010
by
twanvl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix some tables and links
parent
1dd20bcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/type/stylesheet.txt
doc/type/stylesheet.txt
+5
-5
doc/type/word_list_word.txt
doc/type/word_list_word.txt
+1
-1
No files found.
doc/type/stylesheet.txt
View file @
94e6fb0e
...
@@ -32,11 +32,11 @@ such a package contains a data file called <tt>style</tt>.
...
@@ -32,11 +32,11 @@ such a package contains a data file called <tt>style</tt>.
| @card dpi@ [[type:double]] 96 Resolution of cards in dots-per-inch
| @card dpi@ [[type:double]] 96 Resolution of cards in dots-per-inch
| @card background@ [[type:color]] white Background color of cards
| @card background@ [[type:color]] white Background color of cards
| @init script@ [[type:script]] @;@ Script to run when this stylesheet is loaded, after the game's init script.
| @init script@ [[type:script]] @;@ Script to run when this stylesheet is loaded, after the game's init script.
| @styling fields@ [[type:list]
of [[type:field]]s
Fields for styling options, shown on the 'style' panel.
| @styling fields@ [[type:list]
] of [[type:field]]s
Fields for styling options, shown on the 'style' panel.
| @styling style@ [[type:indexmap] of [[type:style]]s Styles for the styling fields.
| @styling style@ [[type:indexmap]
]
of [[type:style]]s Styles for the styling fields.
| @set info style@ [[type:indexmap] of [[type:style]]s game.default_set_style Styling for the 'set info' panel
| @set info style@ [[type:indexmap]
]
of [[type:style]]s game.default_set_style Styling for the 'set info' panel
| @card style@ [[type:indexmap] of [[type:style]]s Styles for the card fields defined in the game
| @card style@ [[type:indexmap]
]
of [[type:style]]s Styles for the card fields defined in the game
| @extra card fields@ [[type:list]
of [[type:field]]s
Additional fields to add to each card.<br/>
| @extra card fields@ [[type:list]
] of [[type:field]]s
Additional fields to add to each card.<br/>
These fields are intended for things like lines and boxes, whose value is determined automatically.
These fields are intended for things like lines and boxes, whose value is determined automatically.
| @extra card style@ [[type:indexmap] of [[type:style]]s Styling for the extra card fields
| @extra card style@ [[type:indexmap] of [[type:style]]s Styling for the extra card fields
doc/type/word_list_word.txt
View file @
94e6fb0e
...
@@ -8,7 +8,7 @@ A word in a [[type:word list]].
...
@@ -8,7 +8,7 @@ A word in a [[type:word list]].
| @line below@ [[type:boolean]] @false@ Display a line below this item in the list?
| @line below@ [[type:boolean]] @false@ Display a line below this item in the list?
| @is prefix@ [[type:boolean]] @false@ Should this word be used as a prefix before another word from the list?<br/>
| @is prefix@ [[type:boolean]] @false@ Should this word be used as a prefix before another word from the list?<br/>
Think "Legendary ". Note the space after it, words are directly concatenated.
Think "Legendary ". Note the space after it, words are directly concatenated.
| @words@ [[type:list]] of [[type:word list word]]s A submenu. If given, the @name@ of this word is only used as a label for the menu.
| @words@ [[type:list]] of [[type:word list word]]s
A submenu. If given, the @name@ of this word is only used as a label for the menu.
| @script@ [[type:script]] ''Optional'' A script that determines zero or more words.<br/>
| @script@ [[type:script]] ''Optional'' A script that determines zero or more words.<br/>
The result should be a list of comma separated words, for example @"x,y,z"@ specifies three words.
The result should be a list of comma separated words, for example @"x,y,z"@ specifies three words.
The words are included in the parent menu, not a sub menu.
The words are included in the parent menu, not a sub menu.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment