memoir_template
Memoir: %%form_data{logtitle}%%
Summary: %%form_data{summary}%%
Date: %%form_data{alt-date}%%
Plot: %%form_raw{plot}%%
Related Logs: %%form_raw{related}%%
GM(s):
Characters:

%%form_raw{content}%%

====

[[form]]
fields:
  logtitle:
    label: Log Title
    type: text
    width: 60
    hint: Title (without date)
  summary:
    label: Summary
    type: text
    width: 80
    height: 3
  date:
    label: Date
    type: date
    options:
      autoSize: true
      changeYear: true
      dateFormat: 'mm/dd/yy'
      altField: 'input[name=field-alt-date]'
      altFormat: 'MM d, yy'
      showOn: button
  alt-date:
    type: text
    after: 'Automatically filled in - Do not alter'
    width: 15
  plot:
    label: Plot
    type: select
    values:
      //[[[http://imperialshadows.wikidot.com/the-deception-of-peace|The Deception of Peace]]]//: Prologue
      none: None
  related:
    label: Related Logs
    type: text
    width: 55
    height: 2
    default: '[http://wiwimush.wikidot.com/log:log-title Log Title]'
    after: Enter None if no related logs
  gm:
    label: GM
    type: wiki
    width: 20
    height: 5
    hint: This can be players staff. Space in between each name.
    after: Ex: meridian han-solo Enter None if no GM
  characters:
    label: Characters
    type: wiki
    width: 20
    height: 5
    hint: name-surname name-surname if only one name just the one name.
    after: List names in lowercase, hyphens in names (e.g. jane-smith) and spaces between each name involved
  content:
    label: Content
    type: wiki
    width: 80
    height: 25
[[/form]]

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License